| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 0cd59cb57a56c4c132d24bc46f04f21b004ab2e9..6fef1c4876a0d6687b13e8e0a8b7ab62cf7212a8 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -563,7 +563,6 @@ crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle
|
| custom_await_stack_trace_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
|
| cyclic_constructor_test/01: Crash # Stack Overflow
|
| cyclic_default_values_test: Crash # RangeError (index): Invalid value: Not in range 0..2, inclusive: 3
|
| -cyclic_type2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
|
| deferred_call_empty_before_load_test: RuntimeError
|
| deferred_closurize_load_library_test: CompileTimeError
|
| @@ -644,14 +643,6 @@ external_test/13: MissingRuntimeError
|
| external_test/20: MissingRuntimeError
|
| factory2_test: Crash # type 'InterfaceType' is not a subtype of type 'ResolutionInterfaceType' of 'type1' where
|
| factory_redirection_test/07: MissingCompileTimeError
|
| -factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| fauxverride_test/03: MissingCompileTimeError
|
| fauxverride_test/05: MissingCompileTimeError
|
| field_initialization_order_test: RuntimeError
|
| @@ -687,20 +678,14 @@ function_subtype_bound_closure6_test: Crash # NoSuchMethodError: The getter 'typ
|
| function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_inline0_test: RuntimeError
|
| -function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_local3_test: RuntimeError
|
| function_subtype_local4_test: RuntimeError
|
| function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| -function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_syntax_test/none: RuntimeError
|
| function_test: RuntimeError
|
| -function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
|
| function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
|
| import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| @@ -976,7 +961,6 @@ regress_23500_test/none: Crash # type 'JClass' is not a subtype of type 'ClassEl
|
| regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1, inclusive: 2
|
| regress_23996_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
|
| regress_24283_test: RuntimeError
|
| -regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| regress_24935_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
|
| regress_24935_test/none: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
|
| regress_26133_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
|
| @@ -996,7 +980,6 @@ setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va
|
| setter_declaration_negative_test: Fail
|
| setter_override_test/00: MissingCompileTimeError
|
| setter_override_test/03: MissingCompileTimeError
|
| -smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| stack_overflow_stacktrace_test: RuntimeError
|
| stack_trace_test: RuntimeError
|
| stacktrace_demangle_ctors_test: RuntimeError
|
| @@ -1066,7 +1049,10 @@ 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 # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| +mixin_mixin5_test: RuntimeError
|
| +mixin_mixin6_test: RuntimeError
|
| +mixin_mixin_bound2_test: RuntimeError
|
| +mixin_mixin_bound_test: RuntimeError
|
| type_checks_in_factory_method_test: RuntimeError
|
| type_parameter_test/01: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
|
| type_parameter_test/02: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
|
| @@ -1278,14 +1264,6 @@ f_bounded_quantification4_test: RuntimeError
|
| f_bounded_quantification5_test: RuntimeError
|
| factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
|
| factory_redirection_test/07: MissingCompileTimeError
|
| -factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| fauxverride_test/03: MissingCompileTimeError
|
| fauxverride_test/05: MissingCompileTimeError
|
| field_initialization_order_test: RuntimeError
|
| @@ -1320,20 +1298,14 @@ function_subtype_bound_closure6_test: Crash # NoSuchMethodError: The getter 'typ
|
| function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_inline0_test: RuntimeError
|
| -function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_local3_test: RuntimeError
|
| function_subtype_local4_test: RuntimeError
|
| function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| -function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| -function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_syntax_test/none: RuntimeError
|
| function_test: RuntimeError
|
| -function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
|
| function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
|
| import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
|
| @@ -1600,7 +1572,6 @@ regress_23500_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instan
|
| regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1, inclusive: 2
|
| regress_23996_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
|
| regress_24283_test: RuntimeError
|
| -regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| regress_24935_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
|
| regress_24935_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
|
| regress_26133_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
|
| @@ -1620,7 +1591,6 @@ setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va
|
| setter_declaration_negative_test: Fail
|
| setter_override_test/00: MissingCompileTimeError
|
| setter_override_test/03: MissingCompileTimeError
|
| -smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| stack_overflow_stacktrace_test: RuntimeError
|
| stack_trace_test: RuntimeError
|
| stacktrace_demangle_ctors_test: RuntimeError
|
| @@ -1675,7 +1645,12 @@ 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 # NoSuchMethodError: The method 'hasSubclass' was called on null.
|
| +cyclic_type2_test: RuntimeError
|
| +mixin_generic_test: RuntimeError
|
| +mixin_mixin5_test: RuntimeError
|
| +mixin_mixin6_test: RuntimeError
|
| +mixin_mixin_bound2_test: RuntimeError
|
| +mixin_mixin_bound_test: RuntimeError
|
| type_checks_in_factory_method_test: RuntimeError
|
| type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
|
| type_parameter_test/02: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
|
|
|