Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 7cd6257a87edaec1b7e0454d4441c50ef6a0cd9a..c7c2af7a7eaaea20cc71a5a1bec28e14df205033 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -127,6 +127,9 @@ precompilation_dart2js_test: SkipByDesign # Not expected to pass on ia32. |
precompilation_test: SkipSlow |
precompilation_dart2js_test: SkipSlow |
+[ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm64) ] |
+io/file_stream_test: Skip # Issue 26109 |
+ |
[ $compiler == dart2js && $jscl ] |
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError. |
deoptimization_test: RuntimeError, OK # Requires bigint. |