| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 7fb7278c79fcc217b7cb214cc0d3cb87331d911d..9e7da5ce34e64c2595219a32b42242835f01d6f6 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -211,9 +211,6 @@ async_await_syntax_test/a05h: Fail # 23716
|
| async_await_syntax_test/c11a: Fail # 23716
|
| async_await_syntax_test/c11b: Fail # 23716
|
|
|
| -[ $compiler == dart2js && $runtime == d8 ]
|
| -issue23244_test: RuntimeError # 23244
|
| -
|
| malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/preambles/d8.js
|
|
|
| type_variable_conflict2_test/01: RuntimeError # Issue 19725
|
| @@ -571,3 +568,6 @@ type_variable_closure_test: Crash # Invalid argument(s)
|
| type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
|
| type_variable_field_initializer_test: RuntimeError # Please triage this failure.
|
| type_variable_nested_test: RuntimeError # Please triage this failure.
|
| +
|
| +[ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
|
| +issue23244_test: RuntimeError # 23244
|
|
|