| 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 e2d78989078db28039dfdd653e1a8ab9fc62b3d1..a4741269ff07ddada0fc202cc3d79fff28644975 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -107,34 +107,34 @@ 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: Crash
|
| +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: Crash
|
| +generic_methods_generic_class_tearoff_test: RuntimeError
|
| generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
|
| -generic_methods_named_parameters_test: Crash
|
| -generic_methods_optional_parameters_test: Crash
|
| +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: Crash
|
| +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: Crash
|
| +generic_methods_tearoff_specialization_test: RuntimeError
|
| generic_methods_unused_parameter_test: RuntimeError
|
| -generic_sync_star_test: Crash
|
| generic_tearoff_test: CompileTimeError
|
|
|
| [ $compiler == dart2js]
|
| -generic_methods_type_expression_test: Crash
|
| +generic_methods_type_expression_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none ]
|
| bit_operations_test: RuntimeError, OK # Issue 1533
|
| generic_instanceof_test: RuntimeError
|
| -generic_typedef_test: Crash
|
| +generic_typedef_test: RuntimeError
|
| many_generic_instanceof_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none && !$checked ]
|
| @@ -612,6 +612,8 @@ regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
|
| 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
|
|
|