| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 3ea014eeb9ae4b897e66296d9d239d8cbca69e43..004f074913e2d21c185d1f36549358f1b453fb4a 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -301,8 +301,8 @@ multiline_newline_test/none: RuntimeError
|
| named_parameters_type_test/01: MissingRuntimeError
|
| named_parameters_type_test/02: MissingRuntimeError
|
| named_parameters_type_test/03: MissingRuntimeError
|
| -not_enough_positional_arguments_test/02: MissingRuntimeError
|
| -not_enough_positional_arguments_test/05: MissingRuntimeError
|
| +not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 28301
|
| +not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 28301
|
| null_test/none: RuntimeError
|
| number_identifier_test/05: RuntimeError
|
| positional_parameters_type_test/01: MissingRuntimeError
|
| @@ -339,8 +339,8 @@ vm/type_vm_test: RuntimeError
|
| [ $compiler == dartk && $runtime == vm ]
|
| const_evaluation_test/01: RuntimeError
|
| const_locals_test: RuntimeError
|
| -constructor_named_arguments_test/01: Crash
|
| -const_string_test: RuntimeError
|
| +constructor_named_arguments_test/01: Crash # Dartk Issue 28301
|
| +const_string_test: RuntimeError # Dartk Issue 28306
|
| instance_creation_in_function_annotation_test: RuntimeError
|
| library_env_test/has_no_mirror_support: RuntimeError
|
| redirecting_factory_reflection_test: RuntimeError
|
| @@ -350,17 +350,17 @@ redirecting_factory_reflection_test: RuntimeError
|
| async_star_regression_fisk_test: Crash # Stack mismatch during expression translation.
|
| async_star_test: Crash # Stack mismatch during expression translation.
|
| issue23244_test: Crash # Class finalization issue
|
| -not_enough_positional_arguments_test/02: Crash
|
| -not_enough_positional_arguments_test/05: Crash
|
| +not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
|
| +not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
|
| vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue
|
|
|
| # dartk: precompilation failures
|
| [ $compiler == dartkp && $runtime == dart_precompiled ]
|
| -if_null_assignment_static_test/35: Crash
|
| -large_class_declaration_test: Pass, Timeout
|
| -string_interpolation7_test: RuntimeError
|
| +if_null_assignment_static_test/35: Crash # Dartk Issue 28302
|
| +large_class_declaration_test: Pass, Slow
|
| +string_interpolation7_test: RuntimeError # Dartk Issue 28306
|
|
|
| # dartk: precompilation failures (debug)
|
| [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
|
| -constructor_named_arguments_test/01: Crash
|
| -not_enough_positional_arguments_test/05: Crash
|
| +constructor_named_arguments_test/01: Crash # Dartk Issue 28301
|
| +not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
|
|
|