| 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 d066e6d7a6bce1b94a3408459e86f92440cabeb7..812f1f12e10830db4586e1538f7c511478d88812 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -126,7 +126,16 @@ generic_methods_simple_is_expression_test: RuntimeError
|
| generic_methods_tearoff_specialization_test: RuntimeError
|
| generic_methods_type_expression_test: RuntimeError
|
| generic_methods_unused_parameter_test: RuntimeError
|
| +generic_methods_type_expression_test: RuntimeError
|
| generic_tearoff_test: CompileTimeError
|
| +getter_override_test/03: MissingCompileTimeError
|
| +getter_no_setter2_test/00: MissingCompileTimeError
|
| +getter_no_setter2_test/01: MissingCompileTimeError
|
| +getter_no_setter2_test/03: MissingCompileTimeError
|
| +getter_no_setter_test/00: MissingCompileTimeError
|
| +getter_no_setter_test/01: MissingCompileTimeError
|
| +getter_no_setter_test/03: MissingCompileTimeError
|
| +getters_setters2_test/02: MissingCompileTimeError
|
|
|
| [ $compiler == dart2js && !$minified && $runtime != d8]
|
| generic_methods_local_variable_declaration_test: RuntimeError
|
| @@ -139,6 +148,8 @@ many_generic_instanceof_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none && !$checked ]
|
| generic_list_checked_test: RuntimeError
|
| +getters_setters2_test/01: RuntimeError
|
| +getters_setters2_test/none: RuntimeError
|
| typevariable_substitution2_test/02: RuntimeError
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel ]
|
| @@ -160,6 +171,8 @@ 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
|
| +getter_setter_in_lib_test: Fail # Issue 23288
|
| +getter_setter_in_lib_test: Fail # Issue 23288
|
|
|
| [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
|
| accessor_conflict_import2_test: RuntimeError # Issue 25626
|
| @@ -475,6 +488,15 @@ generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
|
| generic_sync_star_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))
|
| generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
|
| generics_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.
|
| +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 # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#c) is stored in a closure field.
|
| many_generic_instanceof_test: Crash
|
| 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
|
| @@ -643,6 +665,20 @@ generic_test: Crash
|
| generic_test: RuntimeError
|
| generic_typedef_test: Crash
|
| many_generic_instanceof_test: Crash
|
| +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: 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
|
| compile_time_constant_a_test: Crash
|
| compile_time_constant_b_test: Crash
|
| compile_time_constant_c_test/02: Crash
|
| @@ -712,6 +748,8 @@ 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
|
| +getter_setter_in_lib_test: Crash # Issue 27394
|
| +getter_setter_in_lib_test: Crash # Issue 27394
|
|
|
| [ $compiler == dart2js && $runtime == safarimobilesim ]
|
| call_through_getter_test: Fail, OK
|
|
|