| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index 484c046aa1c87efd50678c455388d7ddc72fdb8c..11c06e87a40ae6f1b3395b4a0f6eb5c21920bb56 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -2,7 +2,7 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[ $compiler == dartanalyzer ]
|
| +[ $compiler == dart2analyzer ]
|
| # Runtime negative test. No static errors or warnings.
|
| closure_call_wrong_argument_count_negative_test: skip
|
|
|
| @@ -55,6 +55,8 @@ factory5_test/none: fail # Issue 11578
|
| type_variable_bounds_test/none: fail # Issue 11578
|
| type_variable_scope_test/none: fail # Issue 11578
|
| factory_implementation_test/none: fail # Issue 11578
|
| +malbounded_redirecting_factory_test/none: fail # Issue 11578
|
| +malbounded_redirecting_factory2_test/none: fail # Issue 11578
|
|
|
| # test issue 11579, assignment, no setter
|
| getter_no_setter_test/none: fail
|
|
|