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

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
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index fd87b7a4cfc20fd2fb8a9141a805b344bdd8c8ef..5c4e5cb13503fa79c8abad52778360d253094fc1 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -2,8 +2,19 @@
# 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.
-# When a spawned isolate throws an uncaught exception, we terminate the vm.
-RunLoop_ExceptionChild: Fail
+# This status file is for the dart tests which live under
+# runtime/tests/vm.
-[ $arch == x64 ]
-IsolateInterrupt: Skip
+[ $system == windows ]
+isolate_mirror_self_test: Skip # TODO(turnidge): Fix this
+
+[ $runtime == drt ]
+import_map_test: Skip
+isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate
Siggi Cherem (dart-lang) 2012/04/30 18:47:30 Note: + added these 2 lines.
+
+[ $arch == arm ]
+*: Skip
+
+
+[ $arch == simarm ]
+*: Skip

Powered by Google App Engine
This is Rietveld 408576698