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

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

Issue 10335002: fix vm test configuration to specify vm/cc (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') | tools/testing/dart/test_suite.dart » ('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 56a7761e0a08235de4973bde73fa475101602714..bb77488c50f763eeae86db721efdca6dbef02f8a 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -2,17 +2,14 @@
# 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
+cc/RunLoop_ExceptionChild: Fail
[ $arch == x64 ]
-IsolateInterrupt: Skip
+cc/IsolateInterrupt: Skip
[ $system == windows ]
-Dart2JSCompileAll: Skip
+cc/Dart2JSCompileAll: Skip
# The following section refers to the dart vm tests which live under
# runtime/tests/vm/dart.
@@ -24,7 +21,6 @@ dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this
dart/import_map_test: Skip
dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate
-
[ $compiler == dart2js || $compiler == frog || $compiler == dartc ]
dart/import_map_test: Skip # compilers not aware of import maps.
dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
« no previous file with comments | « runtime/tests/vm/test_config.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698