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

Unified Diff: tests/language/language.status

Issue 1045333002: Simpler VM status file fix for if_null tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 695de1379908a7662a490e09277b1f17398677f1..805da8fc49c5d6af95e6e94441acd08c46b182f0 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -17,17 +17,11 @@ closure_in_initializer_test: Fail # Issue 6422
# Regular bugs which should be fixed.
duplicate_export_negative_test: Fail # Issue 6134
-[ $compiler == none && $runtime != dartium ]
-# Null-aware operators aren't implemented in the VM yet.
-if_null_evaluation_order_test: CompileTimeError
-if_null_precedence_test: CompileTimeError
-if_null_behavior_test: CompileTimeError
-
-[ $compiler == none && $runtime == dartium ]
+[ $compiler == none ]
# Null-aware operators aren't implemented in the VM yet.
-if_null_evaluation_order_test: RuntimeError
-if_null_precedence_test: RuntimeError
-if_null_behavior_test: RuntimeError
+if_null_evaluation_order_test: Fail
+if_null_precedence_test: Fail
+if_null_behavior_test: Fail
[ $compiler == dart2dart ]
deferred_load_library_wrong_args_test/none: Fail # Issue 17523
« 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