Index: runtime/tests/vm/vm.status |
=================================================================== |
--- runtime/tests/vm/vm.status (revision 17487) |
+++ runtime/tests/vm/vm.status (working copy) |
@@ -49,11 +49,41 @@ |
*: Skip |
[ $arch == arm ] |
-dart/*: Skip |
+*: Skip |
[ $arch == simarm ] |
+# Tests needing an assembler. |
+cc/Call: Skip |
+cc/CallLeafRuntimeStubCode: Skip |
+cc/CallRuntimeStubCode: Skip |
+cc/Dart2JSCompileAll: Skip |
+cc/FrameLookup: Skip |
+cc/IcDataAccess: Skip |
+cc/Jump: Skip |
+cc/PatchStaticCall: Skip |
+cc/Simple: Skip |
+cc/UseDartApi: Skip |
+# Tests needing Dart execution. |
dart/*: Skip |
+[ $arch == mips ] |
+*: Skip |
+ |
+[ $arch == simmips ] |
+# Tests needing an assembler. |
+cc/Call: Skip |
+cc/CallLeafRuntimeStubCode: Skip |
+cc/CallRuntimeStubCode: Skip |
+cc/Dart2JSCompileAll: Skip |
+cc/FrameLookup: Skip |
+cc/IcDataAccess: Skip |
+cc/Jump: Skip |
+cc/PatchStaticCall: Skip |
+cc/Simple: Skip |
+cc/UseDartApi: Skip |
+# Tests needing Dart execution. |
+dart/*: Skip |
+ |
# TODO(ajohnsen): Fix this as part of library changes. |
[ $compiler == none ] |
cc/CustomIsolates: Skip # Bug 6890 |