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

Unified Diff: tests/language/language.status

Issue 1180903002: null-aware operators in the VM (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: updating test and status files Created 5 years, 6 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/vm/scanner.cc ('k') | tests/language/language_dart2js.status » ('j') | 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 75d05d0905f87fd44913e0c89a4bc5834ed79f16..ce65fe50ff61d8862353455f172b05e969a33376 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -18,17 +18,13 @@ closure_in_initializer_test: Fail # Issue 6422
duplicate_export_negative_test: Fail # Issue 6134
[ $compiler == none ]
-# Null-aware operators aren't implemented in the VM yet.
-if_null_evaluation_order_test: Fail
-if_null_precedence_test: Fail
-if_null_behavior_test: Fail
-if_null_assignment_behavior_test: Fail, Pass
-if_null_assignment_static_test: Fail
-conditional_property_assignment_test: Fail, Pass
-conditional_property_access_test: Fail, Pass
-conditional_property_increment_decrement_test: Fail
-conditional_method_invocation_test: Fail, Pass
-this_conditional_operator_test/none: Fail
+conditional_property_assignment_test/20: Fail # Issue 23612
+conditional_property_assignment_test/21: Fail # Issue 23612
+conditional_property_assignment_test/22: Fail # Issue 23612
+conditional_method_invocation_test/11: Fail # Issue 23612
+conditional_property_access_test/09: Fail # Issue 23612
+if_null_assignment_behavior_test/29: Fail # Issue 23612
+if_null_assignment_behavior_test/30: Fail # Issue 23612
deferred_redirecting_factory_test: Fail # Issue 23408
redirecting_constructor_initializer_test: RuntimeError # Issue 23488
« no previous file with comments | « runtime/vm/scanner.cc ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698