Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1204)

Unified Diff: runtime/tests/vm/vm.status

Issue 12042065: - Make sure we can "run" all tests using simarm/simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/pkg.status ('k') | samples/tests/samples/samples.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/pkg.status ('k') | samples/tests/samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698