| 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 8a103e136ca8cd11b920641fe3256c58e2063f94..3eff26740382325f9ef189e79f8ae1aae45b3ebc 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -198,7 +198,7 @@ unresolved_in_factory_test: MissingCompileTimeError
|
| unresolved_top_level_method_test: MissingCompileTimeError
|
| unresolved_top_level_var_test: MissingCompileTimeError
|
|
|
| -[ $compiler == dart2js && !$minified]
|
| +[ $compiler == dart2js && !$minified && !$dart2js_with_kernel]
|
| generic_methods_local_variable_declaration_test: RuntimeError
|
|
|
| [ $compiler == dart2js && $runtime != none ]
|
| @@ -263,7 +263,6 @@ accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
|
| accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
|
| accessor_conflict_import_test: RuntimeError # Issue 25626
|
| branch_canonicalization_test: RuntimeError # Issue 638.
|
| -generic_methods_local_variable_declaration_test: RuntimeError
|
|
|
| [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_kernel && $runtime != none ]
|
| assertion_test: RuntimeError # Issue 12748
|
| @@ -553,7 +552,6 @@ generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa
|
| generic_methods_closure_test: Crash # Unsupported operation: Unsupported type parameter type node S.
|
| generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsupported type parameter type node T.
|
| generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V.
|
| -generic_methods_local_variable_declaration_test: Pass
|
| generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupported type parameter type node T.
|
| generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsupported type parameter type node T.
|
| generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
|
|
|