| Index: tests/language_2/language_2_dart2js.status
|
| diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
|
| index 74e91ddacc5630da5d99a0d4d339408761082818..ec05eb069d2fce62a15ebe75a8293047ec947697 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -105,6 +105,10 @@ covariant_subtyping_with_substitution_test: RuntimeError
|
| generic_constructor_mixin_test/01: MissingCompileTimeError
|
| generic_constructor_mixin2_test/01: MissingCompileTimeError
|
| generic_constructor_mixin3_test/01: MissingCompileTimeError
|
| +generic_field_mixin6_test/01: MissingCompileTimeError
|
| +generic_function_bounds_test: CompileTimeError
|
| +generic_function_dcall_test: CompileTimeError
|
| +generic_function_typedef2_test/04: MissingCompileTimeError
|
| generic_methods_bounds_test/01: MissingCompileTimeError
|
| generic_methods_bounds_test/02: MissingRuntimeError
|
| generic_methods_closure_test: RuntimeError
|
| @@ -133,6 +137,7 @@ generic_methods_type_expression_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none ]
|
| bit_operations_test: RuntimeError, OK # Issue 1533
|
| +generic_closure_test: RuntimeError
|
| generic_instanceof_test: RuntimeError
|
| generic_typedef_test: RuntimeError
|
| many_generic_instanceof_test: RuntimeError
|
| @@ -160,6 +165,15 @@ assertion_initializer_test: Crash
|
| bad_typedef_test/00: Crash # Issue 28214
|
| call_function_apply_test: RuntimeError # Issue 23873
|
| canonical_const2_test: RuntimeError, OK # Issue 1533
|
| +generic_function_typedef2_test/00: Crash # Issue 28214
|
| +generic_function_typedef2_test/01: Crash # Issue 28214
|
| +generic_function_typedef2_test/02: Crash # Issue 28214
|
| +generic_function_typedef2_test/03: Crash # Issue 28214
|
| +generic_function_typedef2_test/05: Crash # Issue 28214
|
| +generic_function_typedef2_test/06: Crash # Issue 28214
|
| +generalized_void_syntax_test: CompileTimeError # Issue #30176.
|
| +generic_field_mixin4_test: Crash # Issue 18651
|
| +generic_field_mixin5_test: Crash # Issue 18651
|
|
|
| [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
|
| accessor_conflict_import2_test: RuntimeError # Issue 25626
|
| @@ -195,6 +209,11 @@ black_listed_test/13c: Crash # Issue 27394
|
| black_listed_test/14c: Crash # Issue 27394
|
| bootstrap_test: RuntimeError # Issue 27394
|
| call_nonexistent_static_test/10: Crash # Issue 27394
|
| +generalized_void_syntax_test: Crash # Issue #30176
|
| +generic_field_mixin2_test: Crash # Issue 27394
|
| +generic_field_mixin3_test: Crash # Issue 27394
|
| +generic_field_mixin6_test/01: Crash # Issue 27394
|
| +generic_field_mixin_test: Crash # Issue 27394
|
| generic_local_functions_test: Crash # Issue 27394
|
| generic_metadata_test/02: Crash # Issue 27394
|
| generic_metadata_test/03: Crash # Issue 27394
|
| @@ -448,9 +467,24 @@ closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta
|
| closures_initializer2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for () → dynamic => #lib1::A::T. Closures found for (() → dynamic {
|
| closures_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for () → dynamic => #lib1::B::T. Closures found for (() → dynamic {
|
| closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where
|
| +compile_time_constant_a_test: Crash
|
| +compile_time_constant_b_test: Crash
|
| +compile_time_constant_c_test/02: Crash
|
| +compile_time_constant_k_test/01: 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.
|
| +compile_time_constant_k_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.
|
| +compile_time_constant_k_test/03: 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.
|
| +compile_time_constant_k_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.
|
| compile_time_constant10_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.
|
| -regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.call), j:closure_call(_awaitOnObject_closure.call))
|
| -typevariable_substitution2_test/02: RuntimeError
|
| +generalized_void_syntax_test: CompileTimeError
|
| +generic_closure_test: RuntimeError
|
| +generic_field_mixin2_test: Crash
|
| +generic_field_mixin3_test: Crash
|
| +generic_field_mixin4_test: Crash # Issue 18651
|
| +generic_field_mixin5_test: Crash # Issue 18651
|
| +generic_field_mixin6_test/01: Crash
|
| +generic_field_mixin_test: Crash
|
| +generic_function_typedef_test: Crash
|
| +generic_functions_test: Crash
|
| generic_instanceof_test: Crash
|
| generic_local_functions_test: Crash
|
| generic_method_types_test/01: Crash
|
| @@ -463,13 +497,8 @@ generic_test: Crash
|
| getter_closure_execution_order_test: Crash
|
| generic_test: RuntimeError
|
| many_generic_instanceof_test: Crash
|
| -compile_time_constant_a_test: Crash
|
| -compile_time_constant_b_test: Crash
|
| -compile_time_constant_c_test/02: Crash
|
| -compile_time_constant_k_test/01: 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.
|
| -compile_time_constant_k_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.
|
| -compile_time_constant_k_test/03: 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.
|
| -compile_time_constant_k_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.
|
| +regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.call), j:closure_call(_awaitOnObject_closure.call))
|
| +typevariable_substitution2_test/02: RuntimeError
|
|
|
| [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
|
| abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
|
| @@ -615,8 +644,19 @@ closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta
|
| closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
|
| closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
|
| closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'supertype'.
|
| -regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
|
| -typevariable_substitution2_test/02: RuntimeError
|
| +compile_time_constant_a_test: Crash
|
| +compile_time_constant_b_test: Crash
|
| +compile_time_constant_c_test/02: Crash
|
| +generalized_void_syntax_test: CompileTimeError
|
| +generic_closure_test: RuntimeError
|
| +generic_field_mixin2_test: Crash
|
| +generic_field_mixin3_test: Crash
|
| +generic_field_mixin4_test: Crash # Issue 18651
|
| +generic_field_mixin5_test: Crash # Issue 18651
|
| +generic_field_mixin_test: Crash
|
| +generic_function_typedef2_test/04: Crash
|
| +generic_function_typedef_test: Crash
|
| +generic_functions_test: Crash
|
| generic_instanceof_test: Crash
|
| generic_local_functions_test: Crash
|
| generic_methods_closure_test: Crash
|
| @@ -628,14 +668,17 @@ generic_methods_shadowing_test: Crash
|
| generic_methods_tearoff_specialization_test: Crash
|
| generic_methods_test: Crash
|
| generic_methods_type_expression_test: Crash
|
| +generic_method_types_test/01: Crash
|
| +generic_method_types_test/02: Crash
|
| +generic_methods_generic_function_parameter_test: Crash
|
| +generic_methods_test: Crash
|
| generic_native_test: Crash
|
| generic_syntax_test: Crash
|
| generic_test: Crash
|
| generic_test: RuntimeError
|
| many_generic_instanceof_test: Crash
|
| -compile_time_constant_a_test: Crash
|
| -compile_time_constant_b_test: Crash
|
| -compile_time_constant_c_test/02: Crash
|
| +regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
|
| +typevariable_substitution2_test/02: RuntimeError
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
|
| async_star_cancel_while_paused_test: RuntimeError # Issue 22853
|
| @@ -702,6 +745,10 @@ function_type/function_type6_test: Crash # Issue 27394
|
| function_type/function_type7_test: Crash # Issue 27394
|
| function_type/function_type98_test: Crash # Issue 27394
|
| function_type/function_type99_test: Crash # Issue 27394
|
| +generic_function_typedef_test: Crash # Issue 27394
|
|
|
| [ $compiler == dart2js && $runtime == safarimobilesim ]
|
| call_through_getter_test: Fail, OK
|
| +
|
| +[ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
|
| +generic_closure_test: Fail # Issue 12605
|
|
|