| 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..fac0007e431e9185e4d84e8f203d847fbefab000 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -114,7 +114,6 @@ 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
|
| @@ -125,11 +124,15 @@ 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_type_expression_test: RuntimeError
|
| generic_methods_unused_parameter_test: RuntimeError
|
| generic_tearoff_test: CompileTimeError
|
|
|
| -[ $compiler == dart2js]
|
| -generic_methods_type_expression_test: RuntimeError
|
| +[ $compiler == dart2js && $host_checked ]
|
| +generic_methods_local_variable_declaration_test: RuntimeError
|
| +
|
| +[ $compiler == dart2js && $checked ]
|
| +generic_methods_local_variable_declaration_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none ]
|
| bit_operations_test: RuntimeError, OK # Issue 1533
|
| @@ -629,9 +632,11 @@ generic_methods_tearoff_specialization_test: Crash
|
| generic_methods_test: Crash
|
| generic_methods_type_expression_test: Crash
|
| generic_native_test: Crash
|
| +generic_sync_star_test: Crash
|
| generic_syntax_test: Crash
|
| generic_test: Crash
|
| generic_test: RuntimeError
|
| +generic_typedef_test: Crash
|
| many_generic_instanceof_test: Crash
|
| compile_time_constant_a_test: Crash
|
| compile_time_constant_b_test: Crash
|
|
|