| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 63086423372cdd84323a1645faa181d4b90132b3..a927a567c612dd42c9ff6a623150415e18ed72ed 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -19,6 +19,7 @@ constructor_duplicate_final_test/03: MissingCompileTimeError
|
| covariant_override_test: DartkCrash
|
| deep_nesting1_negative_test: DartkCrash
|
| deep_nesting2_negative_test: DartkCrash
|
| +enum_syntax_test/05: MissingCompileTimeError
|
| enum_syntax_test/06: MissingCompileTimeError
|
| external_test/21: MissingCompileTimeError
|
| external_test/24: MissingCompileTimeError
|
| @@ -70,10 +71,12 @@ covariant_override_test: DartkCompileTimeError # Issue 28166
|
| # dartk: temporary failure
|
| mixin_illegal_syntax_test/00: DartkCrash
|
|
|
| +# Passing for the wrong reason
|
| +language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled
|
| +
|
| # dartk: JIT failures
|
| [ $compiler == dartk && $runtime == vm ]
|
| config_import_corelib_test: RuntimeError
|
| -enum_syntax_test/05: MissingCompileTimeError
|
| reify_typevar_static_test/00: MissingCompileTimeError
|
| type_variable_conflict2_test/06: MissingCompileTimeError
|
| type_variable_conflict2_test/08: MissingCompileTimeError
|
| @@ -196,7 +199,6 @@ issue_1751477_test: RuntimeError
|
| library_env_test/has_html_support: RuntimeError
|
| library_env_test/has_no_io_support: RuntimeError
|
| list_literal4_test: RuntimeError
|
| -main_not_a_function_test/01: Crash
|
| malformed_test/none: RuntimeError
|
| map_literal3_test: RuntimeError
|
| map_literal4_test: RuntimeError # Checked Mode Issue
|
| @@ -237,7 +239,6 @@ const_locals_test: RuntimeError
|
| constructor_named_arguments_test/01: Crash # Dartk Issue 28301
|
| const_string_test: RuntimeError # Dartk Issue 28306
|
| library_env_test/has_no_mirror_support: RuntimeError
|
| -main_not_a_function_test/01: Crash
|
| redirecting_factory_reflection_test: RuntimeError
|
|
|
| # dartk: JIT failures (debug)
|
| @@ -286,4 +287,4 @@ vm/regress_27671_test: Crash
|
| vm/type_vm_test: Crash
|
|
|
| [ $compiler == dartk || $compiler == dartkp ]
|
| -vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446
|
| +vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446
|
|
|