| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index cebd777269b4fd0071a4d29caa82db372ebbf05c..3d1a1e6e039886c66cba6c08677f69232524a316 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -52,7 +52,6 @@ malbounded_type_test_test/04: Fail # Issue 14121
|
| default_factory2_test/01: Fail # Issue 14121
|
| typevariable_substitution2_test/01: CompileTimeError # Issue 15875
|
| typevariable_substitution2_test/02: CompileTimeError # Issue 15875
|
| -mixin_bound_test: CompileTimeError # Issue 15875
|
|
|
| [ $compiler == dart2js && $unchecked ]
|
| type_checks_in_factory_method_test: RuntimeError # Issue 12746
|
| @@ -148,9 +147,6 @@ canonical_const2_test: RuntimeError, OK # Issue 1533
|
| bit_operations_test: RuntimeError, OK # Issue 1533
|
| expect_test: RuntimeError, OK # Issue 13080
|
|
|
| -[ ($compiler == dart2js || $compiler == dart2dart) && $checked ]
|
| -cyclic_typedef_test/07: Crash # Issue 15237
|
| -
|
| [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ]
|
| type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK
|
|
|
|
|