| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index e5ae167b35bea0f3f2141168c0651b593739eaa1..646ff270f4669e150723c5071e124d30232ff4cc 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -3,7 +3,6 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dartk || $compiler == dartkp ]
|
| -body_less_constructor_wrong_arg_negative_test: Crash
|
| built_in_identifier_test/01: CompileTimeError
|
| call_nonexistent_static_test/01: CompileTimeError
|
| call_nonexistent_static_test/04: CompileTimeError
|
| @@ -265,8 +264,6 @@ named_parameters_aggregated_test/03: MissingCompileTimeError
|
| named_parameters_aggregated_test/04: MissingCompileTimeError
|
| named_parameters_default_eq_test/01: MissingCompileTimeError
|
| named_parameters_default_eq_test/02: MissingCompileTimeError
|
| -not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 28301
|
| -not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 28301
|
| on_catch_malformed_type_test: RuntimeError
|
| parameter_initializer6_negative_test: Fail
|
| private_access_test/05: RuntimeError
|
| @@ -377,7 +374,6 @@ const_locals_test: RuntimeError
|
| const_string_test: RuntimeError
|
| const_syntax_test/08: MissingCompileTimeError
|
| const_syntax_test/09: MissingCompileTimeError
|
| -constructor_named_arguments_test/01: Crash # Dartk Issue 28301
|
| ct_const2_test: Pass, Crash # Flaky
|
| disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "kind() != RawScript::kKernelTag". Issue 28790
|
| getter_declaration_negative_test: Fail
|
| @@ -399,8 +395,6 @@ constructor_duplicate_initializers_test/03: Crash
|
| deopt_inlined_function_lazy_test: Skip
|
| function_malformed_result_type_test: Crash
|
| hello_dart_test: Crash # error: expected: cls.is_type_finalized()
|
| -not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
|
| -not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
|
| ref_before_declaration_test/00: Crash
|
| ref_before_declaration_test/01: Crash
|
| ref_before_declaration_test/02: Crash
|
| @@ -436,10 +430,8 @@ try_catch_syntax_test/05: Crash
|
|
|
| # dartk: precompilation failures (debug)
|
| [ $compiler == dartkp && $mode == debug ]
|
| -constructor_named_arguments_test/01: Crash # Dartk Issue 28301
|
| external_test/13: Crash
|
| final_syntax_test/09: Crash
|
| -not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
|
| regress_22445_test: Crash
|
| regress_23498_test: Crash
|
|
|
| @@ -449,7 +441,6 @@ assign_static_type_test/02: MissingCompileTimeError
|
| async_await_test: RuntimeError
|
| async_return_types_test/nestedFuture: Fail
|
| async_return_types_test/wrongTypeParameter: Fail
|
| -body_less_constructor_wrong_arg_negative_test: Pass
|
| compile_time_constant_checked_test/02: MissingCompileTimeError
|
| const_conditional_test/08: Pass
|
| const_constructor2_test/20: MissingCompileTimeError
|
|
|