| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 87d2f5b0bbd7ad58df2492ebf5000cec6afa4784..7d0c1cb55cac1c9f483d60aa84030452a7013a37 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -14,8 +14,6 @@ async_star_test/05: RuntimeError, Timeout
|
| try_catch_on_syntax_test/10: Fail # Issue 19823
|
| try_catch_on_syntax_test/11: Fail # Issue 19823
|
|
|
| -deferred_inheritance_constraints_test/redirecting_constructor: MissingRuntimeError # Issue 23399
|
| -
|
| [ $compiler == dart2js && $runtime == jsshell ]
|
| await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
|
| async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
|
| @@ -123,6 +121,7 @@ positional_parameters_type_test/01: MissingRuntimeError, OK
|
| positional_parameters_type_test/02: MissingRuntimeError, OK
|
| issue13474_test: RuntimeError, OK
|
| generic_field_mixin3_test: Crash # Issue 18651
|
| +deferred_inheritance_constraints_test/redirecting_constructor: MissingRuntimeError # Issue 23399
|
|
|
| [ $compiler == dart2js && $unchecked && $minified ]
|
| f_bounded_quantification5_test: Fail, OK # Issue 12605
|
|
|