| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index b7aa5e7db1a4055d73dd1c9038060286b4c611d6..c91e3103c4e0be3dc25f887ecb16b959ddd3412d 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -600,8 +600,8 @@ const_factory_with_body_test/01: MissingCompileTimeError
|
| const_for_in_variable_test/02: Crash
|
| const_for_in_variable_test/none: Crash
|
| const_instance_field_test/01: MissingCompileTimeError
|
| -const_map2_test/00: Crash
|
| -const_map3_test/00: Crash
|
| +const_map2_test/00: MissingCompileTimeError
|
| +const_map3_test/00: MissingCompileTimeError
|
| const_map_test: Crash
|
| const_optional_args_negative_test: Crash
|
| const_switch2_test/01: MissingCompileTimeError
|
| @@ -648,7 +648,7 @@ constructor_redirect2_test/01: MissingCompileTimeError
|
| constructor_redirect_test/01: Crash
|
| constructor_test: Crash
|
| constructor_with_mixin_test: Crash
|
| -context_test: Crash
|
| +context_test: RuntimeError
|
| continue_test: Crash
|
| crash_6725_test/01: Crash
|
| ct_const_test: Crash
|
| @@ -657,7 +657,7 @@ cyclic_constructor_test/01: Crash
|
| cyclic_default_values_test: Crash
|
| cyclic_type2_test: Crash
|
| dangling_else_test: Crash
|
| -deferred_call_empty_before_load_test: Crash
|
| +deferred_call_empty_before_load_test: RuntimeError
|
| deferred_closurize_load_library_test: CompileTimeError
|
| deferred_constant_list_test: CompileTimeError
|
| deferred_constraints_constants_test/none: CompileTimeError
|
| @@ -686,7 +686,7 @@ deferred_import_core_test: CompileTimeError
|
| deferred_inheritance_constraints_test/extends: MissingCompileTimeError
|
| deferred_inheritance_constraints_test/implements: MissingCompileTimeError
|
| deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
|
| -deferred_inheritance_constraints_test/redirecting_constructor: Crash
|
| +deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
|
| deferred_inlined_test: CompileTimeError
|
| deferred_load_constants_test/none: CompileTimeError
|
| deferred_load_inval_code_test: CompileTimeError
|
| @@ -721,18 +721,18 @@ dynamic_prefix_core_test/01: RuntimeError
|
| dynamic_prefix_core_test/none: RuntimeError
|
| efficient_length_warning_test: Crash
|
| enum_duplicate_test/01: Crash
|
| -enum_duplicate_test/02: Crash
|
| -enum_duplicate_test/none: Crash
|
| +enum_duplicate_test/02: RuntimeError
|
| +enum_duplicate_test/none: RuntimeError
|
| enum_mirror_test: Crash
|
| -enum_private_test/01: Crash
|
| -enum_private_test/02: Crash
|
| -enum_private_test/none: Crash
|
| -enum_test: Crash
|
| +enum_private_test/01: RuntimeError
|
| +enum_private_test/02: RuntimeError
|
| +enum_private_test/none: RuntimeError
|
| +enum_test: RuntimeError
|
| evaluation_redirecting_constructor_test: Crash
|
| example_constructor_test: Crash
|
| -execute_finally7_test: Crash
|
| +execute_finally7_test: RuntimeError
|
| exhaustive_for_test: Crash
|
| -expect_test: Crash
|
| +expect_test: RuntimeError
|
| export_double_same_main_test: CompileTimeError
|
| export_main_test: CompileTimeError
|
| external_test/10: Crash
|
| @@ -791,7 +791,7 @@ flatten_test/10: Crash
|
| flatten_test/11: Crash
|
| flatten_test/12: Crash
|
| flatten_test/none: Crash
|
| -for2_test: Crash
|
| +for2_test: RuntimeError
|
| for_in2_test: Crash
|
| for_variable_capture_test: Crash
|
| full_stacktrace1_test: Crash
|
| @@ -800,6 +800,7 @@ full_stacktrace3_test: Crash
|
| function_literals2_test: Crash
|
| function_literals_test: Crash
|
| function_malformed_result_type_test: Crash
|
| +function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.mapToString#))
|
| function_subtype3_test: Crash
|
| function_subtype_bound_closure6_test: Crash
|
| function_subtype_call0_test: Crash
|
| @@ -851,17 +852,16 @@ generic_methods_type_expression_test/03: Crash
|
| generic_methods_type_expression_test/none: Crash
|
| generic_native_test: Crash
|
| generic_syntax_test: Crash
|
| -generic_test: Crash
|
| -getter_no_setter2_test/00: Crash
|
| -getter_no_setter2_test/03: Crash
|
| -getter_no_setter_test/00: Crash
|
| -getter_no_setter_test/none: Crash
|
| +generic_test: RuntimeError
|
| +getter_no_setter2_test/00: RuntimeError
|
| +getter_no_setter2_test/03: RuntimeError
|
| +getter_no_setter_test/00: RuntimeError
|
| +getter_no_setter_test/none: RuntimeError
|
| getter_override2_test/02: MissingCompileTimeError
|
| getter_override_test/00: MissingCompileTimeError
|
| getter_override_test/01: MissingCompileTimeError
|
| getter_override_test/02: MissingCompileTimeError
|
| -hash_map_null_key_foreach_test: Crash
|
| -identical_closure2_test: Crash
|
| +hash_map_null_key_foreach_test: RuntimeError
|
| identical_closure2_test: RuntimeError
|
| if_null_assignment_behavior_test/01: Crash
|
| if_null_assignment_behavior_test/02: Crash
|
| @@ -869,13 +869,13 @@ if_null_assignment_behavior_test/03: Crash
|
| if_null_assignment_behavior_test/04: Crash
|
| if_null_assignment_behavior_test/05: Crash
|
| if_null_assignment_behavior_test/06: Crash
|
| -if_null_assignment_behavior_test/12: Crash
|
| -if_null_assignment_behavior_test/14: Crash
|
| -if_null_assignment_static_test/01: Crash
|
| +if_null_assignment_behavior_test/12: RuntimeError
|
| +if_null_assignment_behavior_test/14: RuntimeError
|
| +if_null_assignment_static_test/01: RuntimeError
|
| if_null_assignment_static_test/02: Crash
|
| -if_null_assignment_static_test/03: Crash
|
| -if_null_assignment_static_test/04: Crash
|
| -if_null_assignment_static_test/05: Crash
|
| +if_null_assignment_static_test/03: RuntimeError
|
| +if_null_assignment_static_test/04: RuntimeError
|
| +if_null_assignment_static_test/05: RuntimeError
|
| if_null_assignment_static_test/06: Crash
|
| implicit_closure2_test: Crash
|
| implicit_closure_test: Crash
|
| @@ -895,7 +895,7 @@ inlined_throw_test: Crash
|
| instance_creation_in_function_annotation_test: Crash
|
| instanceof4_test/01: Crash
|
| instanceof4_test/none: Crash
|
| -integer_division_by_zero_test: Crash
|
| +integer_division_by_zero_test: RuntimeError
|
| interceptor3_test: Crash
|
| interceptor9_test: Crash
|
| internal_library_test/02: Crash
|
| @@ -907,11 +907,11 @@ invocation_mirror_test: Crash
|
| is_malformed_type_test/94: Crash
|
| is_malformed_type_test/96: Crash
|
| is_malformed_type_test/98: Crash
|
| -is_object_test: Crash
|
| +is_object_test: RuntimeError
|
| issue10721_test: Crash
|
| issue10747_test: Crash
|
| issue12284_test: Crash
|
| -issue13474_test: Crash
|
| +issue13474_test: RuntimeError
|
| issue14014_2_test: Crash
|
| issue14014_3_test: Crash
|
| issue14014_test: Crash
|
| @@ -922,7 +922,7 @@ issue23244_test: Crash
|
| issue4295001_test: Crash
|
| issue9602_test: Crash
|
| issue9664_test: Crash
|
| -issue9939_test: Crash
|
| +issue9939_test: RuntimeError
|
| issue_1751477_test: CompileTimeError
|
| issue_22780_test/01: Crash
|
| issue_23914_test: Crash
|
| @@ -931,7 +931,7 @@ issue_25671b_test/01: Crash
|
| label_test: Crash
|
| lazy_static5_test: Crash
|
| lazy_static6_test: Crash
|
| -lazy_static8_test: Crash
|
| +lazy_static8_test: RuntimeError
|
| left_shift_test: RuntimeError
|
| library_env_test/has_no_html_support: RuntimeError
|
| library_env_test/has_no_io_support: RuntimeError
|
| @@ -939,10 +939,10 @@ library_env_test/has_no_mirror_support: RuntimeError
|
| library_prefixes_test: Crash
|
| list_is_test: Crash
|
| list_literal3_test: Crash
|
| -list_literal4_test: Crash
|
| +list_literal4_test: RuntimeError
|
| list_test: Crash
|
| -local_function2_test: Crash
|
| -local_function3_test: Crash
|
| +local_function2_test: RuntimeError
|
| +local_function3_test: RuntimeError
|
| local_function_test: Crash
|
| logical_expression_test: Crash
|
| loop_hoist_test: Crash
|
| @@ -972,15 +972,15 @@ many_generic_instanceof_test: Crash
|
| many_named_arguments_test: Crash
|
| many_overridden_no_such_method_test: Crash
|
| map_literal10_test: Crash
|
| -map_literal3_test: Crash
|
| -map_literal4_test: Crash
|
| +map_literal3_test: RuntimeError
|
| +map_literal4_test: RuntimeError
|
| map_literal7_test: Crash
|
| map_literal8_test: Crash
|
| map_literal_syntax_test: Crash
|
| map_test: Crash
|
| method_name_test: CompileTimeError
|
| -method_override4_test: Crash
|
| -method_override5_test: Crash
|
| +method_override4_test: RuntimeError
|
| +method_override5_test: RuntimeError
|
| method_override7_test/00: MissingCompileTimeError
|
| method_override7_test/01: MissingCompileTimeError
|
| method_override7_test/02: MissingCompileTimeError
|
| @@ -1002,7 +1002,6 @@ mixin_forwarding_constructor4_test/02: MissingCompileTimeError
|
| mixin_forwarding_constructor4_test/03: MissingCompileTimeError
|
| mixin_generic_test: Crash
|
| mixin_getter_regression_test: Crash
|
| -mixin_illegal_super_use_test/01: Crash
|
| mixin_illegal_super_use_test/01: MissingCompileTimeError
|
| mixin_illegal_super_use_test/02: Crash
|
| mixin_illegal_super_use_test/03: Crash
|
| @@ -1012,9 +1011,7 @@ mixin_illegal_super_use_test/06: Crash
|
| mixin_illegal_super_use_test/07: Crash
|
| mixin_illegal_super_use_test/08: Crash
|
| mixin_illegal_super_use_test/09: Crash
|
| -mixin_illegal_super_use_test/10: Crash
|
| mixin_illegal_super_use_test/10: MissingCompileTimeError
|
| -mixin_illegal_super_use_test/11: Crash
|
| mixin_illegal_super_use_test/11: MissingCompileTimeError
|
| mixin_illegal_superclass_test/01: MissingCompileTimeError
|
| mixin_illegal_superclass_test/02: MissingCompileTimeError
|
| @@ -1046,24 +1043,18 @@ mixin_illegal_superclass_test/27: MissingCompileTimeError
|
| mixin_illegal_superclass_test/28: Crash
|
| mixin_illegal_superclass_test/29: MissingCompileTimeError
|
| mixin_illegal_superclass_test/30: Crash
|
| -mixin_issue10216_2_test: Crash
|
| mixin_issue10216_2_test: RuntimeError
|
| mixin_issue10216_test: Crash
|
| mixin_lib_extends_field_test: Crash
|
| mixin_lib_extends_method_test: Crash
|
| -mixin_mixin2_test: Crash
|
| mixin_mixin2_test: RuntimeError
|
| -mixin_mixin3_test: Crash
|
| mixin_mixin3_test: RuntimeError
|
| -mixin_mixin4_test: Crash
|
| mixin_mixin4_test: RuntimeError
|
| mixin_mixin5_test: Crash
|
| mixin_mixin6_test: Crash
|
| -mixin_mixin7_test: Crash
|
| mixin_mixin7_test: RuntimeError
|
| mixin_mixin_bound2_test: Crash
|
| mixin_mixin_bound_test: Crash
|
| -mixin_mixin_test: Crash
|
| mixin_mixin_test: RuntimeError
|
| mixin_mixin_type_arguments_test: Crash
|
| mixin_naming_test: Crash
|
| @@ -1146,7 +1137,7 @@ mixin_type_variable_test/06: Crash
|
| mixin_type_variable_test/07: Crash
|
| mixin_type_variable_test/08: Crash
|
| mixin_typedef_constructor_test: Crash
|
| -modulo_test: Crash
|
| +modulo_test: RuntimeError
|
| multiline_newline_test/04: MissingCompileTimeError
|
| multiline_newline_test/04r: MissingCompileTimeError
|
| multiline_newline_test/05: MissingCompileTimeError
|
| @@ -1224,14 +1215,14 @@ redirecting_factory_reflection_test: Crash
|
| reg_exp_test: Crash
|
| regress_11010_test: Crash
|
| regress_12615_test: Crash
|
| -regress_13494_test: Crash
|
| -regress_17382_test: Crash
|
| +regress_13494_test: RuntimeError
|
| +regress_17382_test: RuntimeError
|
| regress_18435_test: Crash
|
| regress_18535_test: Crash
|
| regress_18713_test: Crash
|
| regress_20394_test/01: Crash
|
| regress_20840_test: Crash
|
| -regress_21795_test: Crash
|
| +regress_21795_test: RuntimeError
|
| regress_22438_test: Crash
|
| regress_22443_test: CompileTimeError
|
| regress_22445_test: Crash
|
| @@ -1239,9 +1230,9 @@ regress_22579_test: Crash
|
| regress_22666_test: Crash
|
| regress_22728_test: Crash
|
| regress_22777_test: Crash
|
| -regress_22822_test: Crash
|
| +regress_22822_test: RuntimeError
|
| regress_22858_test: Crash
|
| -regress_22936_test/01: Crash
|
| +regress_22936_test/01: RuntimeError
|
| regress_22976_test/01: CompileTimeError
|
| regress_22976_test/02: CompileTimeError
|
| regress_22976_test/none: CompileTimeError
|
| @@ -1280,21 +1271,21 @@ setter_declaration_negative_test: Fail
|
| setter_override_test/00: MissingCompileTimeError
|
| setter_override_test/03: MissingCompileTimeError
|
| smaller_4_Interface_Types_A11_t02_test: Crash
|
| -stack_overflow_stacktrace_test: Crash
|
| +stack_overflow_stacktrace_test: RuntimeError
|
| stack_trace_test: Crash
|
| stacktrace_demangle_ctors_test: Crash
|
| stacktrace_rethrow_error_test/none: Crash
|
| stacktrace_rethrow_error_test/withtraceparameter: Crash
|
| stacktrace_rethrow_nonerror_test: Crash
|
| -stacktrace_test: Crash
|
| +stacktrace_test: RuntimeError
|
| statement_test: Crash
|
| -static_getter_no_setter1_test/01: Crash
|
| +static_getter_no_setter1_test/01: RuntimeError
|
| static_getter_no_setter2_test/01: Crash
|
| static_getter_no_setter2_test/none: Crash
|
| -static_getter_no_setter3_test/01: Crash
|
| +static_getter_no_setter3_test/01: RuntimeError
|
| static_setter_get_test/01: Crash
|
| string_interpolate2_test: Crash
|
| -string_interpolation_and_buffer_test: Crash
|
| +string_interpolation_and_buffer_test: RuntimeError
|
| string_join_test: RuntimeError
|
| string_split_test: Crash
|
| super_bound_closure_test/01: RuntimeError
|
| @@ -1327,7 +1318,7 @@ switch_bad_case_test/02: MissingCompileTimeError
|
| switch_case_test/00: MissingCompileTimeError
|
| switch_case_test/01: MissingCompileTimeError
|
| switch_case_test/02: MissingCompileTimeError
|
| -switch_fallthru_test: Crash
|
| +switch_fallthru_test: RuntimeError
|
| switch_label2_test: Crash
|
| switch_label_test: Crash
|
| switch_test: RuntimeError
|
| @@ -1354,13 +1345,13 @@ 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
|
| -top_level_getter_no_setter1_test/01: Crash
|
| -top_level_getter_no_setter2_test/01: Crash
|
| -truncdiv_test: Crash
|
| -try_catch_test/01: Crash
|
| +top_level_func_test: RuntimeError
|
| +top_level_getter_no_setter1_test/01: RuntimeError
|
| +top_level_getter_no_setter2_test/01: RuntimeError
|
| +truncdiv_test: RuntimeError
|
| +try_catch_test/01: MissingCompileTimeError
|
| type_argument_substitution_test: Crash
|
| -type_checks_in_factory_method_test: Crash
|
| +type_checks_in_factory_method_test: RuntimeError
|
| type_parameter_test/01: Crash
|
| type_parameter_test/02: Crash
|
| type_parameter_test/03: Crash
|
| @@ -1386,63 +1377,6 @@ type_variable_nested_test: Crash
|
| typecheck_multifield_declaration_test: Crash
|
| typedef_is_test: Crash
|
| variable_declaration_metadata_test/none: Crash
|
| -const_map2_test/00: MissingCompileTimeError
|
| -const_map3_test/00: MissingCompileTimeError
|
| -context_test: RuntimeError
|
| -deferred_call_empty_before_load_test: RuntimeError
|
| -deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
|
| -enum_duplicate_test/02: RuntimeError
|
| -enum_duplicate_test/none: RuntimeError
|
| -enum_private_test/01: RuntimeError
|
| -enum_private_test/02: RuntimeError
|
| -enum_private_test/none: RuntimeError
|
| -enum_test: RuntimeError
|
| -execute_finally7_test: RuntimeError
|
| -expect_test: RuntimeError
|
| -for2_test: RuntimeError
|
| -function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.mapToString#))
|
| -generic_test: RuntimeError
|
| -getter_no_setter2_test/00: RuntimeError
|
| -getter_no_setter2_test/03: RuntimeError
|
| -getter_no_setter_test/00: RuntimeError
|
| -getter_no_setter_test/none: RuntimeError
|
| -hash_map_null_key_foreach_test: RuntimeError
|
| -if_null_assignment_behavior_test/12: RuntimeError
|
| -if_null_assignment_behavior_test/14: RuntimeError
|
| -if_null_assignment_static_test/01: RuntimeError
|
| -if_null_assignment_static_test/03: RuntimeError
|
| -if_null_assignment_static_test/04: RuntimeError
|
| -if_null_assignment_static_test/05: RuntimeError
|
| -integer_division_by_zero_test: RuntimeError
|
| -is_object_test: RuntimeError
|
| -issue13474_test: RuntimeError
|
| -issue9939_test: RuntimeError
|
| -lazy_static8_test: RuntimeError
|
| -list_literal4_test: RuntimeError
|
| -local_function2_test: RuntimeError
|
| -local_function3_test: RuntimeError
|
| -map_literal3_test: RuntimeError
|
| -map_literal4_test: RuntimeError
|
| -method_override4_test: RuntimeError
|
| -method_override5_test: RuntimeError
|
| -modulo_test: RuntimeError
|
| -regress_13494_test: RuntimeError
|
| -regress_17382_test: RuntimeError
|
| -regress_21795_test: RuntimeError
|
| -regress_22822_test: RuntimeError
|
| -regress_22936_test/01: RuntimeError
|
| -stack_overflow_stacktrace_test: RuntimeError
|
| -stacktrace_test: RuntimeError
|
| -static_getter_no_setter1_test/01: RuntimeError
|
| -static_getter_no_setter3_test/01: RuntimeError
|
| -string_interpolation_and_buffer_test: RuntimeError
|
| -switch_fallthru_test: RuntimeError
|
| -top_level_func_test: RuntimeError
|
| -top_level_getter_no_setter1_test/01: RuntimeError
|
| -top_level_getter_no_setter2_test/01: RuntimeError
|
| -truncdiv_test: RuntimeError
|
| -try_catch_test/01: MissingCompileTimeError
|
| -type_checks_in_factory_method_test: RuntimeError
|
| wrong_number_type_arguments_test/00: Crash
|
| wrong_number_type_arguments_test/02: Crash
|
| yieldstar_pause_test: Crash
|
| @@ -1579,8 +1513,8 @@ const_factory_with_body_test/01: MissingCompileTimeError
|
| const_for_in_variable_test/02: Crash
|
| const_for_in_variable_test/none: Crash
|
| const_instance_field_test/01: MissingCompileTimeError
|
| -const_map2_test/00: Crash
|
| -const_map3_test/00: Crash
|
| +const_map2_test/00: MissingCompileTimeError
|
| +const_map3_test/00: MissingCompileTimeError
|
| const_map_test: Crash
|
| const_optional_args_negative_test: Crash
|
| const_switch2_test/01: MissingCompileTimeError
|
| @@ -1626,7 +1560,7 @@ constructor_redirect2_test/01: MissingCompileTimeError
|
| constructor_redirect_test/01: Crash
|
| constructor_test: Crash
|
| constructor_with_mixin_test: Crash
|
| -context_test: Crash
|
| +context_test: RuntimeError
|
| continue_test: Crash
|
| crash_6725_test/01: Crash
|
| ct_const_test: Crash
|
| @@ -1640,7 +1574,7 @@ cyclic_type_test/02: RuntimeError
|
| cyclic_type_test/03: RuntimeError
|
| cyclic_type_test/04: RuntimeError
|
| dangling_else_test: Crash
|
| -deferred_call_empty_before_load_test: Crash
|
| +deferred_call_empty_before_load_test: RuntimeError
|
| deferred_closurize_load_library_test: CompileTimeError
|
| deferred_constant_list_test: CompileTimeError
|
| deferred_constraints_constants_test/none: CompileTimeError
|
| @@ -1669,7 +1603,7 @@ deferred_import_core_test: CompileTimeError
|
| deferred_inheritance_constraints_test/extends: MissingCompileTimeError
|
| deferred_inheritance_constraints_test/implements: MissingCompileTimeError
|
| deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
|
| -deferred_inheritance_constraints_test/redirecting_constructor: Crash
|
| +deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
|
| deferred_inlined_test: CompileTimeError
|
| deferred_load_constants_test/none: CompileTimeError
|
| deferred_load_inval_code_test: CompileTimeError
|
| @@ -1704,25 +1638,25 @@ dynamic_prefix_core_test/01: RuntimeError
|
| dynamic_prefix_core_test/none: RuntimeError
|
| efficient_length_warning_test: Crash
|
| enum_duplicate_test/01: Crash
|
| -enum_duplicate_test/02: Crash
|
| -enum_duplicate_test/none: Crash
|
| +enum_duplicate_test/02: RuntimeError
|
| +enum_duplicate_test/none: RuntimeError
|
| enum_mirror_test: Crash
|
| -enum_private_test/01: Crash
|
| -enum_private_test/02: Crash
|
| -enum_private_test/none: Crash
|
| -enum_test: Crash
|
| +enum_private_test/01: RuntimeError
|
| +enum_private_test/02: RuntimeError
|
| +enum_private_test/none: RuntimeError
|
| +enum_test: RuntimeError
|
| evaluation_redirecting_constructor_test: Crash
|
| example_constructor_test: Crash
|
| -execute_finally7_test: Crash
|
| +execute_finally7_test: RuntimeError
|
| exhaustive_for_test: Crash
|
| -expect_test: Crash
|
| +expect_test: RuntimeError
|
| export_double_same_main_test: CompileTimeError
|
| export_main_test: CompileTimeError
|
| external_test/10: Crash
|
| external_test/13: Crash
|
| -external_test/20: Crash
|
| +external_test/20: MissingRuntimeError
|
| f_bounded_quantification4_test: RuntimeError
|
| -f_bounded_quantification5_test: Crash
|
| +f_bounded_quantification5_test: RuntimeError
|
| factory2_test: Crash
|
| factory_redirection_test/07: MissingCompileTimeError
|
| factory_redirection_test/08: Crash
|
| @@ -1776,7 +1710,7 @@ flatten_test/10: Crash
|
| flatten_test/11: Crash
|
| flatten_test/12: Crash
|
| flatten_test/none: Crash
|
| -for2_test: Crash
|
| +for2_test: RuntimeError
|
| for_in2_test: Crash
|
| for_variable_capture_test: Crash
|
| full_stacktrace1_test: Crash
|
| @@ -1831,16 +1765,16 @@ generic_methods_type_expression_test/03: Crash
|
| generic_methods_type_expression_test/none: Crash
|
| generic_native_test: Crash
|
| generic_syntax_test: Crash
|
| -generic_test: Crash
|
| -getter_no_setter2_test/00: Crash
|
| -getter_no_setter2_test/03: Crash
|
| -getter_no_setter_test/00: Crash
|
| -getter_no_setter_test/none: Crash
|
| +generic_test: RuntimeError
|
| +getter_no_setter2_test/00: RuntimeError
|
| +getter_no_setter2_test/03: RuntimeError
|
| +getter_no_setter_test/00: RuntimeError
|
| +getter_no_setter_test/none: RuntimeError
|
| getter_override2_test/02: MissingCompileTimeError
|
| getter_override_test/00: MissingCompileTimeError
|
| getter_override_test/01: MissingCompileTimeError
|
| getter_override_test/02: MissingCompileTimeError
|
| -hash_map_null_key_foreach_test: Crash
|
| +hash_map_null_key_foreach_test: RuntimeError
|
| identical_closure2_test: RuntimeError
|
| if_null_assignment_behavior_test/01: Crash
|
| if_null_assignment_behavior_test/02: Crash
|
| @@ -1848,13 +1782,13 @@ if_null_assignment_behavior_test/03: Crash
|
| if_null_assignment_behavior_test/04: Crash
|
| if_null_assignment_behavior_test/05: Crash
|
| if_null_assignment_behavior_test/06: Crash
|
| -if_null_assignment_behavior_test/12: Crash
|
| -if_null_assignment_behavior_test/14: Crash
|
| -if_null_assignment_static_test/01: Crash
|
| +if_null_assignment_behavior_test/12: RuntimeError
|
| +if_null_assignment_behavior_test/14: RuntimeError
|
| +if_null_assignment_static_test/01: RuntimeError
|
| if_null_assignment_static_test/02: Crash
|
| -if_null_assignment_static_test/03: Crash
|
| -if_null_assignment_static_test/04: Crash
|
| -if_null_assignment_static_test/05: Crash
|
| +if_null_assignment_static_test/03: RuntimeError
|
| +if_null_assignment_static_test/04: RuntimeError
|
| +if_null_assignment_static_test/05: RuntimeError
|
| if_null_assignment_static_test/06: Crash
|
| implicit_closure2_test: Crash
|
| implicit_closure_test: Crash
|
| @@ -1874,7 +1808,7 @@ inlined_throw_test: Crash
|
| instance_creation_in_function_annotation_test: Crash
|
| instanceof4_test/01: Crash
|
| instanceof4_test/none: Crash
|
| -integer_division_by_zero_test: Crash
|
| +integer_division_by_zero_test: RuntimeError
|
| interceptor3_test: Crash
|
| internal_library_test/02: Crash
|
| invocation_mirror2_test: Crash
|
| @@ -1885,11 +1819,11 @@ invocation_mirror_test: Crash
|
| is_malformed_type_test/94: Crash
|
| is_malformed_type_test/96: Crash
|
| is_malformed_type_test/98: Crash
|
| -is_object_test: Crash
|
| +is_object_test: RuntimeError
|
| issue10721_test: Crash
|
| issue10747_test: Crash
|
| issue12284_test: Crash
|
| -issue13474_test: Crash
|
| +issue13474_test: RuntimeError
|
| issue14014_2_test: Crash
|
| issue14014_3_test: Crash
|
| issue14014_test: Crash
|
| @@ -1900,7 +1834,7 @@ issue23244_test: Crash
|
| issue4295001_test: Crash
|
| issue9602_test: Crash
|
| issue9664_test: Crash
|
| -issue9939_test: Crash
|
| +issue9939_test: RuntimeError
|
| issue_1751477_test: CompileTimeError
|
| issue_22780_test/01: Crash
|
| issue_23914_test: Crash
|
| @@ -1909,7 +1843,7 @@ issue_25671b_test/01: Crash
|
| label_test: Crash
|
| lazy_static5_test: Crash
|
| lazy_static6_test: Crash
|
| -lazy_static8_test: Crash
|
| +lazy_static8_test: RuntimeError
|
| left_shift_test: RuntimeError
|
| library_env_test/has_no_html_support: RuntimeError
|
| library_env_test/has_no_io_support: RuntimeError
|
| @@ -1917,10 +1851,10 @@ library_env_test/has_no_mirror_support: RuntimeError
|
| library_prefixes_test: Crash
|
| list_is_test: Crash
|
| list_literal3_test: Crash
|
| -list_literal4_test: Crash
|
| +list_literal4_test: RuntimeError
|
| list_test: Crash
|
| -local_function2_test: Crash
|
| -local_function3_test: Crash
|
| +local_function2_test: RuntimeError
|
| +local_function3_test: RuntimeError
|
| local_function_test: Crash
|
| logical_expression_test: Crash
|
| loop_hoist_test: Crash
|
| @@ -1941,20 +1875,20 @@ main_test/45: Crash
|
| malbounded_type_cast2_test: Crash
|
| malbounded_type_test2_test: Crash
|
| malformed_test/06: CompileTimeError
|
| -malformed_test/none: Crash
|
| +malformed_test/none: RuntimeError
|
| many_generic_instanceof_test: Crash
|
| many_named_arguments_test: Crash
|
| many_overridden_no_such_method_test: Crash
|
| map_literal10_test: Crash
|
| -map_literal3_test: Crash
|
| -map_literal4_test: Crash
|
| +map_literal3_test: RuntimeError
|
| +map_literal4_test: RuntimeError
|
| map_literal7_test: Crash
|
| map_literal8_test: Crash
|
| map_literal_syntax_test: Crash
|
| map_test: Crash
|
| method_name_test: CompileTimeError
|
| -method_override4_test: Crash
|
| -method_override5_test: Crash
|
| +method_override4_test: RuntimeError
|
| +method_override5_test: RuntimeError
|
| method_override7_test/00: MissingCompileTimeError
|
| method_override7_test/01: MissingCompileTimeError
|
| method_override7_test/02: MissingCompileTimeError
|
| @@ -1976,7 +1910,6 @@ mixin_forwarding_constructor4_test/02: MissingCompileTimeError
|
| mixin_forwarding_constructor4_test/03: MissingCompileTimeError
|
| mixin_generic_test: Crash
|
| mixin_getter_regression_test: Crash
|
| -mixin_illegal_super_use_test/01: Crash
|
| mixin_illegal_super_use_test/01: MissingCompileTimeError
|
| mixin_illegal_super_use_test/02: Crash
|
| mixin_illegal_super_use_test/03: Crash
|
| @@ -1986,9 +1919,7 @@ mixin_illegal_super_use_test/06: Crash
|
| mixin_illegal_super_use_test/07: Crash
|
| mixin_illegal_super_use_test/08: Crash
|
| mixin_illegal_super_use_test/09: Crash
|
| -mixin_illegal_super_use_test/10: Crash
|
| mixin_illegal_super_use_test/10: MissingCompileTimeError
|
| -mixin_illegal_super_use_test/11: Crash
|
| mixin_illegal_super_use_test/11: MissingCompileTimeError
|
| mixin_illegal_superclass_test/01: MissingCompileTimeError
|
| mixin_illegal_superclass_test/02: MissingCompileTimeError
|
| @@ -2020,24 +1951,18 @@ mixin_illegal_superclass_test/27: MissingCompileTimeError
|
| mixin_illegal_superclass_test/28: Crash
|
| mixin_illegal_superclass_test/29: MissingCompileTimeError
|
| mixin_illegal_superclass_test/30: Crash
|
| -mixin_issue10216_2_test: Crash
|
| mixin_issue10216_2_test: RuntimeError
|
| mixin_issue10216_test: Crash
|
| mixin_lib_extends_field_test: Crash
|
| mixin_lib_extends_method_test: Crash
|
| -mixin_mixin2_test: Crash
|
| mixin_mixin2_test: RuntimeError
|
| -mixin_mixin3_test: Crash
|
| mixin_mixin3_test: RuntimeError
|
| -mixin_mixin4_test: Crash
|
| mixin_mixin4_test: RuntimeError
|
| mixin_mixin5_test: Crash
|
| mixin_mixin6_test: Crash
|
| -mixin_mixin7_test: Crash
|
| mixin_mixin7_test: RuntimeError
|
| mixin_mixin_bound2_test: Crash
|
| mixin_mixin_bound_test: Crash
|
| -mixin_mixin_test: Crash
|
| mixin_mixin_test: RuntimeError
|
| mixin_mixin_type_arguments_test: Crash
|
| mixin_naming_test: Crash
|
| @@ -2119,7 +2044,7 @@ mixin_type_variable_test/06: Crash
|
| mixin_type_variable_test/07: Crash
|
| mixin_type_variable_test/08: Crash
|
| mixin_typedef_constructor_test: Crash
|
| -modulo_test: Crash
|
| +modulo_test: RuntimeError
|
| multiline_newline_test/04: MissingCompileTimeError
|
| multiline_newline_test/04r: MissingCompileTimeError
|
| multiline_newline_test/05: MissingCompileTimeError
|
| @@ -2197,14 +2122,14 @@ redirecting_factory_reflection_test: Crash
|
| reg_exp_test: Crash
|
| regress_11010_test: Crash
|
| regress_12615_test: Crash
|
| -regress_13494_test: Crash
|
| -regress_17382_test: Crash
|
| +regress_13494_test: RuntimeError
|
| +regress_17382_test: RuntimeError
|
| regress_18435_test: Crash
|
| regress_18535_test: Crash
|
| regress_18713_test: Crash
|
| regress_20394_test/01: MissingCompileTimeError
|
| regress_20840_test: Crash
|
| -regress_21795_test: Crash
|
| +regress_21795_test: RuntimeError
|
| regress_22438_test: Crash
|
| regress_22443_test: CompileTimeError
|
| regress_22445_test: Crash
|
| @@ -2212,9 +2137,9 @@ regress_22579_test: Crash
|
| regress_22666_test: Crash
|
| regress_22728_test: Crash
|
| regress_22777_test: Crash
|
| -regress_22822_test: Crash
|
| +regress_22822_test: RuntimeError
|
| regress_22858_test: Crash
|
| -regress_22936_test/01: Crash
|
| +regress_22936_test/01: RuntimeError
|
| regress_22976_test/01: CompileTimeError
|
| regress_22976_test/02: CompileTimeError
|
| regress_22976_test/none: CompileTimeError
|
| @@ -2253,21 +2178,21 @@ setter_declaration_negative_test: Fail
|
| setter_override_test/00: MissingCompileTimeError
|
| setter_override_test/03: MissingCompileTimeError
|
| smaller_4_Interface_Types_A11_t02_test: Crash
|
| -stack_overflow_stacktrace_test: Crash
|
| +stack_overflow_stacktrace_test: RuntimeError
|
| stack_trace_test: Crash
|
| stacktrace_demangle_ctors_test: Crash
|
| stacktrace_rethrow_error_test/none: Crash
|
| stacktrace_rethrow_error_test/withtraceparameter: Crash
|
| stacktrace_rethrow_nonerror_test: Crash
|
| -stacktrace_test: Crash
|
| +stacktrace_test: RuntimeError
|
| statement_test: Crash
|
| -static_getter_no_setter1_test/01: Crash
|
| +static_getter_no_setter1_test/01: RuntimeError
|
| static_getter_no_setter2_test/01: Crash
|
| static_getter_no_setter2_test/none: Crash
|
| -static_getter_no_setter3_test/01: Crash
|
| +static_getter_no_setter3_test/01: RuntimeError
|
| static_setter_get_test/01: Crash
|
| string_interpolate2_test: Crash
|
| -string_interpolation_and_buffer_test: Crash
|
| +string_interpolation_and_buffer_test: RuntimeError
|
| string_join_test: RuntimeError
|
| string_split_test: Crash
|
| super_bound_closure_test/01: RuntimeError
|
| @@ -2300,7 +2225,7 @@ switch_bad_case_test/02: MissingCompileTimeError
|
| switch_case_test/00: MissingCompileTimeError
|
| switch_case_test/01: MissingCompileTimeError
|
| switch_case_test/02: MissingCompileTimeError
|
| -switch_fallthru_test: Crash
|
| +switch_fallthru_test: RuntimeError
|
| switch_label2_test: Crash
|
| switch_label_test: Crash
|
| switch_test: RuntimeError
|
| @@ -2318,13 +2243,13 @@ syncstar_yieldstar_test: Crash
|
| syntax_test/none: CompileTimeError
|
| temp_mangling_test: Crash
|
| third_test: Crash
|
| -top_level_func_test: Crash
|
| -top_level_getter_no_setter1_test/01: Crash
|
| -top_level_getter_no_setter2_test/01: Crash
|
| -truncdiv_test: Crash
|
| -try_catch_test/01: Crash
|
| +top_level_func_test: RuntimeError
|
| +top_level_getter_no_setter1_test/01: RuntimeError
|
| +top_level_getter_no_setter2_test/01: RuntimeError
|
| +truncdiv_test: RuntimeError
|
| +try_catch_test/01: MissingCompileTimeError
|
| type_argument_substitution_test: Crash
|
| -type_checks_in_factory_method_test: Crash
|
| +type_checks_in_factory_method_test: RuntimeError
|
| type_parameter_test/01: Crash
|
| type_parameter_test/02: Crash
|
| type_parameter_test/03: Crash
|
| @@ -2349,64 +2274,5 @@ type_variable_nested_test: Crash
|
| typecheck_multifield_declaration_test: Crash
|
| typedef_is_test: Crash
|
| variable_declaration_metadata_test/none: Crash
|
| -const_map2_test/00: MissingCompileTimeError
|
| -const_map3_test/00: MissingCompileTimeError
|
| -context_test: RuntimeError
|
| -deferred_call_empty_before_load_test: RuntimeError
|
| -deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
|
| -enum_duplicate_test/02: RuntimeError
|
| -enum_duplicate_test/none: RuntimeError
|
| -enum_private_test/01: RuntimeError
|
| -enum_private_test/02: RuntimeError
|
| -enum_private_test/none: RuntimeError
|
| -enum_test: RuntimeError
|
| -execute_finally7_test: RuntimeError
|
| -expect_test: RuntimeError
|
| -external_test/20: MissingRuntimeError
|
| -f_bounded_quantification5_test: RuntimeError
|
| -for2_test: RuntimeError
|
| -generic_test: RuntimeError
|
| -getter_no_setter2_test/00: RuntimeError
|
| -getter_no_setter2_test/03: RuntimeError
|
| -getter_no_setter_test/00: RuntimeError
|
| -getter_no_setter_test/none: RuntimeError
|
| -hash_map_null_key_foreach_test: RuntimeError
|
| -if_null_assignment_behavior_test/12: RuntimeError
|
| -if_null_assignment_behavior_test/14: RuntimeError
|
| -if_null_assignment_static_test/01: RuntimeError
|
| -if_null_assignment_static_test/03: RuntimeError
|
| -if_null_assignment_static_test/04: RuntimeError
|
| -if_null_assignment_static_test/05: RuntimeError
|
| -integer_division_by_zero_test: RuntimeError
|
| -is_object_test: RuntimeError
|
| -issue13474_test: RuntimeError
|
| -issue9939_test: RuntimeError
|
| -lazy_static8_test: RuntimeError
|
| -list_literal4_test: RuntimeError
|
| -local_function2_test: RuntimeError
|
| -local_function3_test: RuntimeError
|
| -malformed_test/none: RuntimeError
|
| -map_literal3_test: RuntimeError
|
| -map_literal4_test: RuntimeError
|
| -method_override4_test: RuntimeError
|
| -method_override5_test: RuntimeError
|
| -modulo_test: RuntimeError
|
| -regress_13494_test: RuntimeError
|
| -regress_17382_test: RuntimeError
|
| -regress_21795_test: RuntimeError
|
| -regress_22822_test: RuntimeError
|
| -regress_22936_test/01: RuntimeError
|
| -stack_overflow_stacktrace_test: RuntimeError
|
| -stacktrace_test: RuntimeError
|
| -static_getter_no_setter1_test/01: RuntimeError
|
| -static_getter_no_setter3_test/01: RuntimeError
|
| -string_interpolation_and_buffer_test: RuntimeError
|
| -switch_fallthru_test: RuntimeError
|
| -top_level_func_test: RuntimeError
|
| -top_level_getter_no_setter1_test/01: RuntimeError
|
| -top_level_getter_no_setter2_test/01: RuntimeError
|
| -truncdiv_test: RuntimeError
|
| -try_catch_test/01: MissingCompileTimeError
|
| -type_checks_in_factory_method_test: RuntimeError
|
| yieldstar_pause_test: Crash
|
|
|
|
|