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

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

Issue 33673002: Skip mirrored_compilation_error_test on dart2js and Dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | 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 853467331dbb171872559e1e1e96b632ec5a7f7b..316df96d1c54a79d7fc4a7dbd2874c9bdbfedd95 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -24,10 +24,8 @@ cc/IsolateInterrupt: Skip
cc/Dart2JSCompileAll: Skip
cc/ExternalizeConstantStrings: Skip
-[ $runtime == drt ]
-dart/isolate_mirror_local_test: Skip
-
[ $compiler == dart2js ]
+dart/mirrored_compilation_error_test: Skip # VM-specific flag
dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
dart/byte_array_test: Skip # compilers not aware of byte arrays
dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
@@ -59,9 +57,13 @@ cc/Sdc1Ldc1: Crash # Illegal instructions
cc/Cop1CvtDL: Crash
cc/Cop1CvtDL_neg: Crash
+[ $compiler == none && $runtime == drt ]
+dart/isolate_mirror_local_test: Skip
+
[ $compiler == none && $runtime == dartium ]
dart/isolate_mirror_local_test: Fail # Issue 13719: Please triage this failure.
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
dart/isolate_mirror_remote_test: Fail # Issue 13921
dart/isolate_unhandled_exception_test: Fail # Issue 13921
+dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698