| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index a820ef01f4fabc1aacf83e646dfadc7315f19c14..9202081005c4967534bb389a818003306e64660a 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -121,33 +121,17 @@ issue23244_test: Fail # Issue 23244
|
| [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && (($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
|
| vm/regress_24517_test: Pass, Fail # Issue 24517.
|
|
|
| -[ ($noopt || $compiler == precompiler) ]
|
| -# Imports dart:mirrors
|
| -const_evaluation_test: CompileTimeError
|
| -deferred_constraints_constants_test/none: CompileTimeError
|
| -deferred_constraints_constants_test/reference_after_load: CompileTimeError
|
| -enum_mirror_test: CompileTimeError
|
| -field_increment_bailout_test: CompileTimeError
|
| -instance_creation_in_function_annotation_test: CompileTimeError
|
| -invocation_mirror2_test: CompileTimeError
|
| -invocation_mirror_invoke_on2_test: CompileTimeError
|
| -invocation_mirror_invoke_on_test: CompileTimeError
|
| -issue21079_test: CompileTimeError
|
| -many_overridden_no_such_method_test: CompileTimeError
|
| -no_such_method_test: CompileTimeError
|
| -null_test/none: CompileTimeError
|
| -overridden_no_such_method_test: CompileTimeError
|
| -redirecting_factory_reflection_test: CompileTimeError
|
| -regress_13462_0_test: CompileTimeError
|
| -regress_13462_1_test: CompileTimeError
|
| -regress_18535_test: CompileTimeError
|
| -super_call4_test: CompileTimeError
|
| -super_getter_setter_test: CompileTimeError
|
| -vm/reflect_core_vm_test: CompileTimeError
|
| -
|
| -deferred_global_test: RuntimeError # Issue 25845
|
| -
|
| -[ $runtime == dart_product ]
|
| +[ $noopt || $compiler == precompiler ]
|
| +# Stacktraces in precompilation omit inlined frames.
|
| +full_stacktrace1_test: Pass, RuntimeError
|
| +full_stacktrace2_test: Pass, RuntimeError
|
| +full_stacktrace3_test: Pass, RuntimeError
|
| +stack_trace_test: Pass, RuntimeError
|
| +stacktrace_rethrow_error_test: Pass, RuntimeError
|
| +stacktrace_rethrow_nonerror_test: Pass, RuntimeError
|
| +stacktrace_test: Pass, RuntimeError
|
| +
|
| +[ $noopt || $compiler == precompiler || $runtime == dart_product ]
|
| # Imports dart:mirrors
|
| const_evaluation_test: SkipByDesign
|
| deferred_constraints_constants_test: SkipByDesign
|
| @@ -162,13 +146,13 @@ many_overridden_no_such_method_test: SkipByDesign
|
| no_such_method_test: SkipByDesign
|
| null_test/none: SkipByDesign
|
| overridden_no_such_method_test: SkipByDesign
|
| +redirecting_factory_reflection_test: SkipByDesign
|
| regress_13462_0_test: SkipByDesign
|
| regress_13462_1_test: SkipByDesign
|
| regress_18535_test: SkipByDesign
|
| super_call4_test: SkipByDesign
|
| super_getter_setter_test: SkipByDesign
|
| vm/reflect_core_vm_test: SkipByDesign
|
| -redirecting_factory_reflection_test: SkipByDesign
|
|
|
| [ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
|
| # Deferred loading happens eagerly
|
| @@ -176,6 +160,7 @@ regress_23408_test: RuntimeError
|
| deferred_inheritance_constraints_test: Skip
|
| deferred_load_constants_test: Skip # multitest gets confused
|
| tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
|
| +deferred_global_test: RuntimeError # Issue 25845
|
|
|
| vm/type_vm_test: RuntimeError # Expects line and column numbers
|
| vm/type_cast_vm_test: RuntimeError # Line number mismatch.
|
|
|