| 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 18b01600c1cab9c9c36214ad41126cfac75191e0..3e1f348eae366b855d171f3686681281f3516a3d 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -105,10 +105,40 @@ 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_methods_bounds_test/01: MissingCompileTimeError
|
| +generic_methods_bounds_test/02: MissingRuntimeError
|
| +generic_methods_closure_test: RuntimeError
|
| +generic_methods_dynamic_test/01: MissingCompileTimeError
|
| +generic_methods_dynamic_test/02: MissingRuntimeError
|
| +generic_methods_dynamic_test/03: MissingCompileTimeError
|
| +generic_methods_dynamic_test/04: MissingRuntimeError
|
| +generic_methods_generic_class_tearoff_test: RuntimeError
|
| generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
|
| +generic_methods_local_variable_declaration_test: RuntimeError
|
| +generic_methods_named_parameters_test: RuntimeError
|
| +generic_methods_optional_parameters_test: RuntimeError
|
| +generic_methods_overriding_test/01: MissingCompileTimeError
|
| +generic_methods_overriding_test/03: MissingCompileTimeError
|
| +generic_methods_recursive_bound_test/02: MissingCompileTimeError
|
| +generic_methods_reuse_type_variables_test: RuntimeError
|
| +generic_methods_shadowing_test: RuntimeError
|
| +generic_methods_simple_as_expression_test/02: MissingRuntimeError
|
| +generic_methods_simple_is_expression_test: RuntimeError
|
| +generic_methods_tearoff_specialization_test: RuntimeError
|
| +generic_methods_unused_parameter_test: RuntimeError
|
| +generic_tearoff_test: CompileTimeError
|
| +typevariable_substitution2_test/02: MissingCompileTimeError
|
| +
|
| +[ $compiler == dart2js]
|
| +generic_methods_type_expression_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none ]
|
| bit_operations_test: RuntimeError, OK # Issue 1533
|
| +generic_instanceof_test: RuntimeError
|
| +generic_typedef_test: RuntimeError
|
| +
|
| +[ $compiler == dart2js && $runtime != none && !$checked ]
|
| +generic_list_checked_test: RuntimeError
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel ]
|
| accessor_conflict_export2_test: Crash # Issue 25626
|
| @@ -164,6 +194,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
|
| +generic_local_functions_test: Crash # Issue 27394
|
| +generic_metadata_test/02: Crash # Issue 27394
|
| +generic_metadata_test/03: Crash # Issue 27394
|
| +generic_methods_generic_function_parameter_test: Crash # Issue 27394
|
| +get_set_syntax_test/00: Crash # Issue 27394
|
|
|
| [ $compiler == dart2js && !$checked ]
|
| function_subtype_inline2_test: RuntimeError
|
| @@ -415,6 +450,17 @@ closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype
|
| 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
|
| +generic_instanceof_test: Crash
|
| +generic_local_functions_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
|
| +getter_closure_execution_order_test: Crash
|
| +generic_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
|
| abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
|
| @@ -562,6 +608,16 @@ closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn
|
| 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
|
| +generic_instanceof_test: Crash
|
| +generic_local_functions_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
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
|
| async_star_cancel_while_paused_test: RuntimeError # Issue 22853
|
| @@ -581,6 +637,7 @@ assert_with_message_test: RuntimeError
|
| [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
|
| bool_check_test: RuntimeError # Issue 29647
|
| bool_condition_check_test: RuntimeError
|
| +generic_test: RuntimeError, OK
|
|
|
| [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ]
|
| function_type/function_type14_test: Crash # Issue 27394
|
|
|