| 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 d46fe49d84d4669d520ec8205edb406bd1bbc2f4..05d7c4360b50ce4a33a7d3cf92233977a05a434d 100644
|
| --- a/tests/language_2/language_2_analyzer.status
|
| +++ b/tests/language_2/language_2_analyzer.status
|
| @@ -238,6 +238,8 @@ generic_test: StaticWarning
|
| getter_setter_in_lib_test: Fail # Issue 23286
|
| getter_setter_in_lib_test: Fail # Issue 23286
|
| getter_declaration_negative_test: CompileTimeError
|
| +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
|
| @@ -395,6 +397,20 @@ if_null_assignment_static_test/42: MissingCompileTimeError
|
| if_null_precedence_test/06: MissingCompileTimeError
|
| if_null_precedence_test/07: MissingCompileTimeError
|
| multiple_interface_inheritance_test: StaticWarning # Issue 30552
|
| +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
|
|
|