| Index: tests/language_2/language_2_dart2js.status
|
| diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
|
| index d94b044a2a6dc584cc50e0f0a5c9863f77a7e91f..8f6a9a27730e3b0cd01db45b249294e4db9f311c 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -195,9 +195,8 @@ unresolved_default_constructor_test/01: MissingCompileTimeError
|
| unresolved_in_factory_test: MissingCompileTimeError
|
| unresolved_top_level_method_test: MissingCompileTimeError
|
| unresolved_top_level_var_test: MissingCompileTimeError
|
| -vm/async_await_catch_stacktrace_test: RuntimeError
|
|
|
| -[ $compiler == dart2js && !$minified && $runtime != d8]
|
| +[ $compiler == dart2js && !$minified]
|
| generic_methods_local_variable_declaration_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none ]
|
| @@ -615,6 +614,9 @@ type_variable_nested_test: Crash
|
| typecheck_multifield_declaration_test: Crash
|
| typedef_is_test: Crash
|
|
|
| +[ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ]
|
| +vm/async_await_catch_stacktrace_test: RuntimeError
|
| +
|
| [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
|
| abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
|
| abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
|
| @@ -823,6 +825,9 @@ regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
|
| typevariable_substitution2_test/02: RuntimeError
|
| type_variable_nested_test: Crash
|
| typecheck_multifield_declaration_test: Crash
|
| +vm/async_await_catch_stacktrace_test: Crash
|
| +
|
| +[ $compiler == dart2js && $dart2js_with_kernel && $minified && $checked ]
|
| typedef_is_test: Crash
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
|
|
|