Suppress test on ARM that creates large files.

BUG=https://github.com/dart-lang/sdk/issues/26109
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/1979983002 .
This commit is contained in:
William Hesse 2016-05-18 22:36:23 +02:00
parent 7d3cd143f7
commit 9d3d9aea2b

View file

@ -115,6 +115,7 @@ regress_25335_test: Skip # Int64List not supported.
[ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm64) ]
io/file_stream_test: Skip # Issue 26109
io/file_typed_data_test: Skip # Issue 26109
io/file_input_stream_test: Skip # Issue 26109
[ $compiler == dart2js && $jscl ]
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.