| Index: tests/language_2/language_2.status
|
| diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
|
| index ec8c3c042574ee6837e204e3a6d8a64b0f479f92..7711adbab5762fbf0f8f49483d59d414b379a5be 100644
|
| --- a/tests/language_2/language_2.status
|
| +++ b/tests/language_2/language_2.status
|
| @@ -215,28 +215,25 @@ arithmetic_test: Crash
|
|
|
| [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
|
| abstract_exact_selector_test/01: Crash
|
| +assign_instance_method_test: Crash
|
| +async_await_foreign_test: Crash
|
| +async_call_test: Crash
|
| +async_cascade_test: Crash
|
| +async_star_await_pauses_test: Crash
|
| +bool_condition_check_test: Crash
|
| +bad_constructor_test/05: MissingCompileTimeError
|
|
|
| [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
|
| abstract_beats_arguments_test: Crash
|
| abstract_exact_selector_test/01: Crash
|
| -abstract_getter2_test: Crash
|
| abstract_syntax_test/00: Crash
|
| -abstract_syntax_test/none: Crash
|
| -accessor_conflict_export2_test: Crash
|
| -accessor_conflict_export_test: Crash
|
| -accessor_conflict_import2_test: Crash
|
| -accessor_conflict_import_prefixed2_test: Crash
|
| -accessor_conflict_import_prefixed_test: Crash
|
| -accessor_conflict_import_test: Crash
|
| -ackermann_test: Crash
|
| -adjacent_const_string_literals_test: Crash
|
| -adjacent_string_literals_test: Crash
|
| -allocate_large_object_test: Crash
|
| -allocate_test: Crash
|
| -allocation_sinking_inlining_test: Crash
|
| -and_operation_on_non_integer_operand_test: Crash
|
| -arithmetic_canonicalization_test: Crash
|
| -arithmetic_smi_overflow_test: Crash
|
| +assign_instance_method_test: Crash
|
| +async_await_foreign_test: Crash
|
| +async_call_test: Crash
|
| +async_cascade_test: Crash
|
| +async_star_await_pauses_test: Crash
|
| +bad_constructor_test/05: MissingCompileTimeError
|
| +bool_condition_check_test: Crash
|
|
|
| [ $compiler == dartdevc && $runtime != none ]
|
| async_star_cancel_while_paused_test: RuntimeError # Issue 29920
|
| @@ -291,7 +288,6 @@ async_await_syntax_test/d04a: Crash
|
| async_await_syntax_test/d07a: Crash
|
| async_await_syntax_test/d08a: Crash
|
| async_await_syntax_test/d08b: Crash
|
| -async_await_syntax_test/d08c: Crash
|
| bad_override_test/04: Crash
|
| bailout3_test: Crash
|
| bailout5_test: Crash
|
| @@ -299,17 +295,9 @@ bailout6_test: Crash
|
| bailout7_test: Crash
|
|
|
| [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
|
| -assert_assignable_type_test: Crash
|
| -assert_with_type_test_or_cast_test: Crash
|
| -assertion_initializer_const_error_test/none: Crash
|
| -assertion_initializer_const_function_error_test/none: Crash
|
| -assertion_initializer_const_function_test/01: Crash
|
| -assertion_initializer_const_function_test/none: Crash
|
| assign_instance_method_negative_test: Crash
|
| -assign_op_test: Crash
|
| assign_static_type_test/03: Crash
|
| assign_static_type_test/04: Crash
|
| -assignable_expression_test/none: Crash
|
| async_await_syntax_test/a04a: Crash
|
| async_await_syntax_test/a04c: Crash
|
| async_await_syntax_test/a07a: Crash
|
| @@ -319,35 +307,22 @@ async_await_syntax_test/b04a: Crash
|
| async_await_syntax_test/b07a: Crash
|
| async_await_syntax_test/b08a: Crash
|
| async_await_syntax_test/b11b: Crash
|
| -async_await_syntax_test/b13a: Crash
|
| -async_await_syntax_test/b13c: Crash
|
| -async_await_syntax_test/b14a: Crash
|
| -async_await_syntax_test/b14c: Crash
|
| async_await_syntax_test/d04a: Crash
|
| async_await_syntax_test/d07a: Crash
|
| async_await_syntax_test/d08a: Crash
|
| async_await_syntax_test/d08b: Crash
|
| -async_await_syntax_test/d08c: Crash
|
| -bad_constructor_test/05: Crash
|
| -bad_constructor_test/none: Crash
|
| bad_override_test/01: Crash
|
| bad_override_test/02: Crash
|
| bad_override_test/03: Crash
|
| bad_override_test/04: Crash
|
| bad_override_test/05: Crash
|
| bad_override_test/06: Crash
|
| -bad_override_test/none: Crash
|
| -bad_typedef_test/none: Crash
|
| -bailout2_test: Crash
|
| bailout3_test: Crash
|
| bailout5_test: Crash
|
| bailout6_test: Crash
|
| bailout7_test: Crash
|
| -bailout_container_type_test: Crash
|
| -bit_shift_test: Crash
|
| bool_condition_check_test/01: Crash
|
| branch_canonicalization_test: Crash
|
| -branches_test: Crash
|
|
|
| [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler != none && $compiler != dartk && $compiler != dartkp )]
|
| assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
|
| @@ -523,7 +498,6 @@ async_finally_rethrow_test: Crash
|
| async_or_generator_return_type_stacktrace_test/01: Crash
|
| async_or_generator_return_type_stacktrace_test/02: Crash
|
| async_or_generator_return_type_stacktrace_test/03: Crash
|
| -async_or_generator_return_type_stacktrace_test/none: Crash
|
| async_regression_23058_test: Crash
|
| async_rethrow_test: Crash
|
| async_return_types_test/nestedFuture: Crash
|
| @@ -542,13 +516,11 @@ async_star_regression_fisk_test: Crash
|
| async_star_stream_take_test: Crash
|
| async_star_take_reyield_test: Crash
|
| bad_named_parameters2_test/01: Crash
|
| -bad_named_parameters2_test/none: Crash
|
| bad_named_parameters_test/01: Crash
|
| bad_named_parameters_test/02: Crash
|
| bad_named_parameters_test/03: Crash
|
| bad_named_parameters_test/04: Crash
|
| bad_named_parameters_test/05: Crash
|
| -bad_named_parameters_test/none: Crash
|
| bad_override_test/03: MissingCompileTimeError
|
| bad_override_test/04: MissingCompileTimeError
|
| bad_override_test/05: MissingCompileTimeError
|
| @@ -560,10 +532,8 @@ bit_operations_test/02: Crash
|
| bit_operations_test/03: Crash
|
| bit_operations_test/04: Crash
|
| bit_operations_test/none: Crash
|
| -black_listed_test/none: Crash
|
| bool_check_test: Crash
|
| bool_test: Crash
|
| -bootstrap_test: RuntimeError
|
| bound_closure_equality_test: Crash
|
| bound_closure_primitives_test: Crash
|
| branch_canonicalization_test: RuntimeError
|
| @@ -881,8 +851,6 @@ async_await_syntax_test/a04a: RuntimeError
|
| async_await_syntax_test/a04c: RuntimeError
|
| async_await_syntax_test/a05a: Crash
|
| async_await_syntax_test/a05b: Crash
|
| -async_await_syntax_test/a05c: Crash
|
| -async_await_syntax_test/a05e: Crash
|
| async_await_syntax_test/a06a: Crash
|
| async_await_syntax_test/a07a: RuntimeError
|
| async_await_syntax_test/a08a: RuntimeError
|
| @@ -925,7 +893,6 @@ async_await_syntax_test/d06a: Crash
|
| async_await_syntax_test/d07a: RuntimeError
|
| async_await_syntax_test/d08a: RuntimeError
|
| async_await_syntax_test/d08b: RuntimeError
|
| -async_await_syntax_test/d08c: RuntimeError
|
| async_await_syntax_test/d09a: Crash
|
| async_await_syntax_test/d10a: Crash
|
| async_return_types_test/tooManyTypeParameters: CompileTimeError
|
|
|