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

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

Issue 10271014: test rename overhaul: step 14 - vm tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « runtime/tests/vm/test_config.dart ('k') | runtime/tests/vm/vm_dart.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index 8b4aae4204d6e9d962b2ddf4a4ecc608b67ba71b..f207bb546374ac40a5e0dbb3a6b73818ff8ecd2c 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -2,6 +2,9 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+# TODO(sigmund): change test.dart to make it possible to use a 'cc/' prefix on
+# vm cc tests.
+
# When a spawned isolate throws an uncaught exception, we terminate the vm.
RunLoop_ExceptionChild: Fail
@@ -10,3 +13,19 @@ IsolateInterrupt: Skip
[ $system == windows ]
Dart2JSCompileAll: Skip
+
+# The following section refers to the dart vm tests which live under
+# runtime/tests/vm/dart.
+
+[ $system == windows ]
+dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this
+
+[ $runtime == drt ]
+dart/import_map_test: Skip
+dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate
+
+[ $arch == arm ]
+dart/*: Skip
+
+[ $arch == simarm ]
+dart/*: Skip
« no previous file with comments | « runtime/tests/vm/test_config.dart ('k') | runtime/tests/vm/vm_dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698