| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 7108e3b13aad127f0c18d0c538220b461422782f..601a7ae86aa322a51a306f18501e2fcacfb55f20 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -62,6 +62,7 @@ regress_22976_test/02: CompileTimeError # Issue 23132
|
|
|
| if_null_assignment_behavior_test/13: Crash # Issue 23491
|
| if_null_assignment_behavior_test/14: Crash # Issue 23491
|
| +nullaware_opt_test: Fail # Fails at e?.f ??= 200;
|
|
|
| conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611
|
| conditional_property_access_test/09: MissingCompileTimeError # Issue 23611
|
| @@ -201,6 +202,10 @@ canonical_const2_test: RuntimeError, OK # Issue 1533
|
| bit_operations_test: RuntimeError, OK # Issue 1533
|
| expect_test: RuntimeError, OK # Issue 13080
|
|
|
| +illegal_invocation_test/01: MissingCompileTimeError # Issue 23611
|
| +prefix_unqualified_invocation_test/01: MissingCompileTimeError # Issue 23611
|
| +prefix_unqualified_invocation_test/02: MissingCompileTimeError # Issue 23611
|
| +
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
|
|