| Index: tests/language_2/language_2_analyzer.status
|
| diff --git a/tests/language_2/language_2_analyzer.status b/tests/language_2/language_2_analyzer.status
|
| index 176dee91e5f59b13ba67942f356ae524b3936982..f8a02828c02edb6e42019c0be155c1c44b85ab6d 100644
|
| --- a/tests/language_2/language_2_analyzer.status
|
| +++ b/tests/language_2/language_2_analyzer.status
|
| @@ -182,6 +182,8 @@ get_set_syntax_test/none: fail # Issue 11575
|
| generic_list_checked_test: StaticWarning
|
| generics_test: StaticWarning
|
| generic_test: StaticWarning
|
| +type_variable_scope_test/none: fail # Issue 11578
|
| +type_variable_static_context_negative_test: fail # Issue 12161
|
|
|
| [ $strong && $compiler == dart2analyzer ]
|
| accessor_conflict_export2_test: CompileTimeError # Issue 25626
|
| @@ -293,12 +295,26 @@ class_literal_test/22: MissingCompileTimeError
|
| class_literal_test/23: MissingCompileTimeError
|
| class_literal_test/24: MissingCompileTimeError
|
| class_literal_test/25: MissingCompileTimeError
|
| +closure_type_test: Pass
|
| generic_constructor_mixin_test/01: MissingCompileTimeError
|
| generic_constructor_mixin2_test/01: MissingCompileTimeError
|
| generic_constructor_mixin3_test/01: MissingCompileTimeError
|
| generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
|
| generic_methods_type_expression_test: StaticWarning # Issue 30530
|
| -closure_type_test: Pass
|
| +type_variable_scope_test/00: MissingCompileTimeError
|
| +type_variable_scope_test/01: MissingCompileTimeError
|
| +type_variable_scope_test/02: MissingCompileTimeError
|
| +type_variable_scope_test/03: MissingCompileTimeError
|
| +type_variable_scope_test/04: MissingCompileTimeError
|
| +type_variable_scope_test/05: MissingCompileTimeError
|
| +type_variable_scope2_test: MissingCompileTimeError
|
| +type_variable_static_context_test: MissingCompileTimeError
|
| +typed_selector2_test: MissingCompileTimeError
|
| +unbound_getter_test: MissingCompileTimeError
|
| +unresolved_default_constructor_test/01: MissingCompileTimeError
|
| +unresolved_in_factory_test: MissingCompileTimeError
|
| +unresolved_top_level_method_test: MissingCompileTimeError
|
| +unresolved_top_level_var_test: MissingCompileTimeError
|
|
|
| [ $compiler == dart2analyzer && $runtime == none ]
|
| assertion_initializer_const_error2_test/none: CompileTimeError
|
|
|