Index: tests/standalone/standalone.status |
=================================================================== |
--- tests/standalone/standalone.status (revision 17487) |
+++ tests/standalone/standalone.status (working copy) |
@@ -76,13 +76,6 @@ |
[ $compiler == frog ] |
*: Skip |
-[ $arch == arm ] |
-*: Skip |
- |
- |
-[ $arch == simarm ] |
-*: Skip |
- |
[ $compiler == dart2js ] |
number_identity_test: Skip # Bigints and int/double diff. not supported. |
typed_array_test: Skip # This is a VM test |
@@ -116,3 +109,15 @@ |
[ $compiler == dart2dart ] |
# Skip until we stabilize language tests. |
*: Skip |
+ |
+[ $arch == arm ] |
+*: Skip |
+ |
+[ $arch == simarm ] |
+*: Skip |
+ |
+[ $arch == mips ] |
+*: Skip |
+ |
+[ $arch == simmips ] |
+*: Skip |