| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 6ce806f4cec969f444cc5bc3629800fc496b9382..e7183d50cef7f3d87309c183726ede9c47deccda 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -629,23 +629,20 @@ const_types_test/40: Crash
|
| const_types_test/none: Crash
|
| constants_test/05: MissingCompileTimeError
|
| constructor12_test: Crash
|
| -constructor2_test: Crash
|
| -constructor3_test: Crash
|
| -constructor5_test: Crash
|
| +constructor2_test: RuntimeError
|
| +constructor3_test: RuntimeError
|
| +constructor5_test: RuntimeError
|
| constructor6_test: Crash
|
| constructor8_test: Crash
|
| constructor_duplicate_final_test/01: Crash
|
| constructor_duplicate_final_test/02: Crash
|
| constructor_duplicate_final_test/03: Crash
|
| -constructor_initializer_test/none: Crash
|
| constructor_named_arguments_test/01: Crash
|
| constructor_named_arguments_test/none: RuntimeError
|
| constructor_redirect1_negative_test: Crash
|
| constructor_redirect2_negative_test: Crash
|
| constructor_redirect2_test/01: MissingCompileTimeError
|
| constructor_redirect_test/01: Crash
|
| -constructor_test: Crash
|
| -constructor_with_mixin_test: Crash
|
| context_test: RuntimeError
|
| crash_6725_test/01: Crash
|
| ct_const_test: Crash
|
| @@ -726,7 +723,7 @@ enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da
|
| enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
|
| enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
|
| enum_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
|
| -example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 517 pos 16: 'false': ir.LocalInitializer not handled
|
| +example_constructor_test: RuntimeError
|
| execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field.
|
| exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
|
| expect_test: RuntimeError
|
| @@ -1175,7 +1172,6 @@ override_inheritance_no_such_method_test/08: Crash
|
| override_inheritance_no_such_method_test/11: Crash
|
| override_inheritance_no_such_method_test/13: Crash
|
| override_method_with_field_test/01: MissingCompileTimeError
|
| -parameter_initializer_test: Crash
|
| parameter_types_specialization_test: RuntimeError
|
| parse_closures_in_initializers_test: Crash
|
| positional_parameters_type_test/01: MissingRuntimeError
|
| @@ -1272,7 +1268,6 @@ super_bound_closure_test/01: RuntimeError
|
| super_bound_closure_test/none: RuntimeError
|
| super_call4_test: Crash
|
| super_closure_test: Crash
|
| -super_field_access_test: Crash
|
| super_getter_setter_test: Crash
|
| super_no_such_method1_test/01: Crash
|
| super_no_such_method2_test/01: Crash
|
| @@ -1293,7 +1288,7 @@ super_operator_index_test/06: Crash
|
| super_operator_index_test/07: Crash
|
| super_operator_test: Crash
|
| super_setter_interceptor_test: RuntimeError
|
| -super_test: Crash
|
| +super_test: RuntimeError
|
| switch_bad_case_test/01: MissingCompileTimeError
|
| switch_bad_case_test/02: MissingCompileTimeError
|
| switch_case_test/00: MissingCompileTimeError
|
| @@ -1333,7 +1328,6 @@ syntax_test/61: Crash
|
| syntax_test/62: Crash
|
| syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParameters.length == arguments.length': is not true.
|
| temp_mangling_test: Crash
|
| -third_test: Crash
|
| top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Enumerator#k) is stored in a closure field.
|
| top_level_getter_no_setter1_test/01: RuntimeError
|
| top_level_getter_no_setter2_test/01: RuntimeError
|
| @@ -1546,22 +1540,19 @@ const_types_test/40: Crash
|
| const_types_test/none: Crash
|
| constants_test/05: MissingCompileTimeError
|
| constructor12_test: Crash
|
| -constructor2_test: Crash
|
| -constructor3_test: Crash
|
| -constructor5_test: Crash
|
| +constructor2_test: RuntimeError
|
| +constructor3_test: RuntimeError
|
| +constructor5_test: RuntimeError
|
| constructor6_test: Crash
|
| constructor8_test: Crash
|
| constructor_duplicate_final_test/01: Crash
|
| constructor_duplicate_final_test/02: Crash
|
| constructor_duplicate_final_test/03: Crash
|
| -constructor_initializer_test/none: Crash
|
| constructor_named_arguments_test/none: RuntimeError
|
| constructor_redirect1_negative_test: Crash
|
| constructor_redirect2_negative_test: Crash
|
| constructor_redirect2_test/01: MissingCompileTimeError
|
| constructor_redirect_test/01: Crash
|
| -constructor_test: Crash
|
| -constructor_with_mixin_test: Crash
|
| context_test: RuntimeError
|
| crash_6725_test/01: Crash
|
| ct_const_test: Crash
|
| @@ -1645,7 +1636,7 @@ enum_private_test/01: RuntimeError
|
| enum_private_test/02: RuntimeError
|
| enum_private_test/none: RuntimeError
|
| enum_test: RuntimeError
|
| -example_constructor_test: Crash
|
| +example_constructor_test: RuntimeError
|
| execute_finally7_test: RuntimeError
|
| exhaustive_for_test: Crash
|
| expect_test: RuntimeError
|
| @@ -2035,9 +2026,6 @@ no_such_method_dispatcher_test: Crash
|
| no_such_method_empty_selector_test: Crash
|
| no_such_method_subtype_test: Crash
|
| no_such_method_test: Crash
|
| -not_enough_positional_arguments_test/01: MissingRuntimeError
|
| -not_enough_positional_arguments_test/02: MissingRuntimeError
|
| -not_enough_positional_arguments_test/05: MissingRuntimeError
|
| null_test/02: Crash
|
| null_test/03: Crash
|
| null_test/none: Crash
|
| @@ -2061,7 +2049,6 @@ override_inheritance_no_such_method_test/08: Crash
|
| override_inheritance_no_such_method_test/11: Crash
|
| override_inheritance_no_such_method_test/13: Crash
|
| override_method_with_field_test/01: MissingCompileTimeError
|
| -parameter_initializer_test: Crash
|
| parameter_types_specialization_test: RuntimeError
|
| parse_closures_in_initializers_test: RuntimeError
|
| positional_parameters_type_test/01: MissingRuntimeError
|
| @@ -2152,7 +2139,6 @@ super_bound_closure_test/01: RuntimeError
|
| super_bound_closure_test/none: RuntimeError
|
| super_call4_test: Crash
|
| super_closure_test: Crash
|
| -super_field_access_test: Crash
|
| super_getter_setter_test: Crash
|
| super_no_such_method1_test/01: Crash
|
| super_no_such_method2_test/01: Crash
|
| @@ -2172,7 +2158,7 @@ super_operator_index_test/06: Crash
|
| super_operator_index_test/07: Crash
|
| super_operator_test: Crash
|
| super_setter_interceptor_test: RuntimeError
|
| -super_test: Crash
|
| +super_test: RuntimeError
|
| switch_bad_case_test/01: MissingCompileTimeError
|
| switch_bad_case_test/02: MissingCompileTimeError
|
| switch_case_test/00: MissingCompileTimeError
|
| @@ -2195,7 +2181,6 @@ syncstar_yield_test/none: Crash
|
| syncstar_yieldstar_test: Crash
|
| syntax_test/none: CompileTimeError
|
| temp_mangling_test: Crash
|
| -third_test: Crash
|
| top_level_func_test: RuntimeError
|
| top_level_getter_no_setter1_test/01: RuntimeError
|
| top_level_getter_no_setter2_test/01: RuntimeError
|
|
|