| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 64c5826088d8f47fb38539cccbedb7a5327a990c..8ec13e2a463447d6a05083b3f22b246f03fc8a31 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -353,22 +353,17 @@ accessor_conflict_import_prefixed2_test: RuntimeError
|
| accessor_conflict_import_prefixed_test: RuntimeError
|
| accessor_conflict_import_test: RuntimeError
|
| assertion_test: RuntimeError
|
| -async_break_in_finally_test: RuntimeError
|
| -async_control_structures_test: RuntimeError
|
| +async_await_test: RuntimeError
|
| async_star_cancel_and_throw_in_finally_test: RuntimeError
|
| async_star_cancel_while_paused_test: RuntimeError
|
| -async_star_regression_fisk_test: Crash
|
| +async_star_pause_test: RuntimeError
|
| +async_star_regression_fisk_test: Timeout
|
| async_star_stream_take_test: Timeout
|
| async_star_take_reyield_test: Timeout
|
| -async_star_test: Crash
|
| -async_throw_in_catch_test/forceAwait: RuntimeError
|
| -async_throw_in_catch_test/none: RuntimeError
|
| +async_star_test: Timeout
|
| asyncstar_throw_in_catch_test: Timeout
|
| asyncstar_yield_test: Timeout
|
| asyncstar_yieldstar_test: Timeout
|
| -await_exceptions_test: RuntimeError
|
| -await_future_test: RuntimeError
|
| -await_regression_test: RuntimeError
|
| bad_constructor_test/05: CompileTimeError
|
| bad_raw_string_negative_test: Fail
|
| cha_deopt1_test: RuntimeError
|
| @@ -382,6 +377,8 @@ compile_time_constant_k_test/02: RuntimeError
|
| compile_time_constant_k_test/03: RuntimeError
|
| compile_time_constant_o_test/01: RuntimeError
|
| compile_time_constant_o_test/02: RuntimeError
|
| +conditional_import_string_test: CompileTimeError
|
| +conditional_import_test: CompileTimeError
|
| config_import_test: RuntimeError
|
| conflicting_type_variable_and_setter_test: CompileTimeError
|
| const_dynamic_type_literal_test/02: RuntimeError
|
| @@ -397,7 +394,7 @@ constructor6_test: RuntimeError
|
| constructor_duplicate_final_test/01: MissingRuntimeError
|
| constructor_duplicate_final_test/02: MissingRuntimeError
|
| constructor_duplicate_final_test/03: MissingCompileTimeError
|
| -constructor_named_arguments_test/01: Crash
|
| +custom_await_stack_trace_test: RuntimeError
|
| cyclic_type2_test: CompileTimeError
|
| cyclic_type_test/00: RuntimeError
|
| cyclic_type_test/01: RuntimeError
|
| @@ -480,7 +477,6 @@ external_test/25: MissingCompileTimeError
|
| f_bounded_equality_test: RuntimeError
|
| field_initialization_order_test: RuntimeError
|
| final_field_initialization_order_test: RuntimeError
|
| -final_super_field_set_test/01: RuntimeError
|
| final_syntax_test/01: MissingCompileTimeError
|
| final_syntax_test/02: MissingCompileTimeError
|
| final_syntax_test/03: MissingCompileTimeError
|
| @@ -496,7 +492,6 @@ fixed_type_variable_test/05: RuntimeError
|
| fixed_type_variable_test/06: RuntimeError
|
| for2_test: RuntimeError
|
| for_variable_capture_test: RuntimeError
|
| -forwarding_factory_constructor_default_values_test: RuntimeError
|
| full_stacktrace1_test: RuntimeError
|
| full_stacktrace2_test: RuntimeError
|
| full_stacktrace3_test: RuntimeError
|
| @@ -517,14 +512,14 @@ generic_creation_test: RuntimeError
|
| generic_field_mixin2_test: RuntimeError
|
| generic_field_mixin4_test: RuntimeError
|
| generic_field_mixin5_test: RuntimeError
|
| -generic_functions_test: CompileTimeError
|
| +generic_functions_test: Crash
|
| generic_inheritance_test: RuntimeError
|
| -generic_local_functions_test: CompileTimeError
|
| -generic_methods_function_type_test: CompileTimeError
|
| -generic_methods_new_test: CompileTimeError
|
| -generic_methods_test: CompileTimeError
|
| -generic_methods_type_expression_test: CompileTimeError
|
| -generic_sends_test: CompileTimeError
|
| +generic_local_functions_test: Crash
|
| +generic_methods_function_type_test: Crash
|
| +generic_methods_generic_function_parameter_test: Crash
|
| +generic_methods_new_test: Crash
|
| +generic_methods_test: Crash
|
| +generic_methods_type_expression_test: Crash
|
| generic_test: RuntimeError
|
| getter_closure_execution_order_test: RuntimeError
|
| getter_setter_in_lib_test: RuntimeError
|
| @@ -533,14 +528,13 @@ inferrer_closure_test: RuntimeError
|
| initializing_formal_access_test: CompileTimeError
|
| initializing_formal_capture_test: CompileTimeError
|
| initializing_formal_final_test: CompileTimeError
|
| +initializing_formal_promotion_test: CompileTimeError
|
| initializing_formal_type_test: CompileTimeError
|
| instance_creation_in_function_annotation_test: Crash
|
| invocation_mirror_invoke_on2_test: Crash
|
| -invocation_mirror_test: Crash
|
| is_not_class2_test: RuntimeError
|
| issue13474_test: RuntimeError
|
| issue21079_test: Crash
|
| -issue22800_test: Crash
|
| issue_1751477_test: RuntimeError
|
| large_class_declaration_test: Timeout
|
| least_upper_bound_expansive_test/01: CompileTimeError
|
| @@ -634,25 +628,22 @@ named_parameters_type_test/03: MissingRuntimeError
|
| no_main_test/01: Crash
|
| not_enough_positional_arguments_test/01: CompileTimeError
|
| not_enough_positional_arguments_test/02: MissingRuntimeError
|
| -not_enough_positional_arguments_test/05: Crash
|
| +not_enough_positional_arguments_test/05: MissingRuntimeError
|
| null_test/none: RuntimeError
|
| number_identifier_test/05: RuntimeError
|
| positional_parameters_type_test/01: MissingRuntimeError
|
| positional_parameters_type_test/02: MissingRuntimeError
|
| prefix10_negative_test: Fail
|
| -prefix16_test: RuntimeError
|
| prefix21_test: RuntimeError
|
| redirecting_constructor_initializer_test: RuntimeError
|
| -redirecting_factory_default_values_test/none: RuntimeError
|
| redirecting_factory_reflection_test: Crash
|
| regress_18535_test: Crash
|
| regress_18713_test: RuntimeError
|
| regress_22443_test: RuntimeError
|
| regress_22700_test: RuntimeError
|
| -regress_22777_test: Crash
|
| regress_23408_test: RuntimeError
|
| -regress_26175_test: Crash
|
| regress_27164_test: CompileTimeError
|
| +regress_27617_test/1: MissingCompileTimeError
|
| regress_r24720_test: RuntimeError
|
| reify_typevar_test: RuntimeError
|
| script1_negative_test: Fail
|
| @@ -663,27 +654,15 @@ stacktrace_rethrow_error_test/none: RuntimeError
|
| stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
|
| stacktrace_rethrow_nonerror_test: RuntimeError
|
| static_setter_get_test/01: RuntimeError
|
| +string_interpolation7_test: RuntimeError
|
| super_call3_test/01: Crash
|
| super_call4_test: RuntimeError
|
| -super_getter_setter_test: RuntimeError
|
| -super_no_such_method1_test/01: RuntimeError
|
| -super_no_such_method2_test/01: RuntimeError
|
| -super_no_such_method3_test/01: RuntimeError
|
| -super_no_such_method4_test/01: RuntimeError
|
| -super_no_such_method5_test/01: RuntimeError
|
| -super_operator_index3_test: RuntimeError
|
| -super_operator_index4_test: RuntimeError
|
| -super_operator_index5_test: RuntimeError
|
| -super_operator_index6_test: RuntimeError
|
| -super_operator_index7_test: RuntimeError
|
| -super_operator_index8_test: RuntimeError
|
| super_test: RuntimeError
|
| switch7_negative_test: Fail
|
| switch_try_catch_test: RuntimeError
|
| sync_generator3_test/test2: RuntimeError
|
| tearoff_basic_test: CompileTimeError
|
| tearoff_constructor_basic_test: CompileTimeError
|
| -throw8_test: RuntimeError
|
| try_catch_on_syntax_test/10: MissingRuntimeError
|
| try_catch_on_syntax_test/11: MissingRuntimeError
|
| try_finally_regress_25654_test: RuntimeError
|
|
|