Index: tests/language/language_dart2js.status |
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
index baa4045499f6877604d94bda1eef4c13c4780868..33e183e21ddad1547361b6be4e926e85ebb7308b 100644 |
--- a/tests/language/language_dart2js.status |
+++ b/tests/language/language_dart2js.status |
@@ -65,6 +65,10 @@ if_null_precedence_test: CompileTimeError |
if_null_behavior_test: CompileTimeError |
if_null_assignment_behavior_test: CompileTimeError |
if_null_assignment_static_test: CompileTimeError |
+conditional_property_assignment_test: CompileTimeError |
+conditional_property_access_test: CompileTimeError |
+conditional_method_invocation_test: CompileTimeError |
+super_conditional_operator_test/none: CompileTimeError |
# VM specific tests that should not be run by dart2js. |