| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 3b35a8d41286ff0823c993a073587f575deab83c..bef24b8d932bf6a7f81047e2f831153774d6a88d 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -98,7 +98,6 @@ accessor_conflict_import2_test: RuntimeError
|
| accessor_conflict_import_prefixed2_test: RuntimeError
|
| accessor_conflict_import_prefixed_test: RuntimeError
|
| accessor_conflict_import_test: RuntimeError
|
| -assertion_test: RuntimeError
|
| bad_raw_string_negative_test: Fail
|
| cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
|
| cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
|
| @@ -190,7 +189,6 @@ function_type_alias4_test: RuntimeError
|
| generic_closure_test: RuntimeError
|
| generic_field_mixin4_test: RuntimeError
|
| generic_method_types_test: Pass, RuntimeError
|
| -generic_test: RuntimeError
|
| getter_closure_execution_order_test: RuntimeError
|
| getter_setter_in_lib_test: RuntimeError
|
| inferrer_closure_test: RuntimeError
|
| @@ -257,4 +255,19 @@ if_null_assignment_static_test/35: Crash # Dartk Issue 28302
|
| # dartk: precompilation failures (debug)
|
| [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
|
| constructor_named_arguments_test/01: Crash # Dartk Issue 28301
|
| -not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
|
| +not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
|
| +
|
| +
|
| +# New failures after respecting VMOptions in test files
|
| +[ $compiler == dartk || $compiler == dartkp ]
|
| +vm/regress_27671_test: RuntimeError
|
| +
|
| +# New failures after respecting VMOptions in test files
|
| +[ $compiler == dartk && $runtime == vm && $mode == debug]
|
| +hello_dart_test: Crash
|
| +
|
| +# New failures after respecting VMOptions in test files
|
| +[ $compiler == dartk && $runtime == vm ]
|
| +hello_dart_test: CompileTimeError
|
| +ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions!
|
| +disassemble_test: Pass, Crash # Multitest via multiple VMOptions!
|
|
|