| Index: dart/tests/language/language_analyzer2.status
|
| diff --git a/dart/tests/language/language_analyzer2.status b/dart/tests/language/language_analyzer2.status
|
| index 84fc3a65212bdba908d66aee09100e59e1a06cc8..84c6492a3805aba82b1ed191601b0baf7fcd23f5 100644
|
| --- a/dart/tests/language/language_analyzer2.status
|
| +++ b/dart/tests/language/language_analyzer2.status
|
| @@ -21,7 +21,6 @@ cast_test/05: fail
|
|
|
| # TBF: It is a compile-time error if the superclass of a class C appears in the implements clause of C.
|
| const_constructor_super_test/01: fail
|
| -compile_time_constant_c_test/01: fail
|
|
|
| # TBF: m([int p = 'String']) and call 'const' instance creation
|
| compile_time_constant_checked2_test/03: fail
|
| @@ -103,28 +102,6 @@ method_override6_test: fail # issue 11497
|
| block_scope_test: fail
|
| lazy_static3_test: fail
|
|
|
| -# test issue 10890; on-catch UnknownType is a static warning, not error
|
| -try_catch_on_syntax_test/01: fail
|
| -
|
| -# test issue 10899; it is static warning, not error, to call methods of class literal
|
| -class_literal_test/02: fail
|
| -class_literal_test/05: fail
|
| -class_literal_test/07: fail
|
| -class_literal_test/10: fail
|
| -class_literal_test/11: fail
|
| -class_literal_test/12: fail
|
| -class_literal_test/14: fail
|
| -class_literal_test/17: fail
|
| -class_literal_test/18: fail
|
| -class_literal_test/19: fail
|
| -class_literal_test/22: fail
|
| -class_literal_test/23: fail
|
| -class_literal_test/24: fail
|
| -class_literal_test/27: fail
|
| -class_literal_test/28: fail
|
| -class_literal_test/29: fail
|
| -class_literal_test/none: fail
|
| -
|
| # Test issue 11124, Uninitialized finals are warnings not errors
|
| field3a_negative_test: fail
|
| const_syntax_test/01: fail
|
| @@ -175,15 +152,9 @@ factory_implementation_test/none: fail
|
| # test issue 11579, assignment, no setter
|
| getter_no_setter_test/none: fail
|
|
|
| -# test issue 11580, Function is not a malformed type
|
| -black_listed_test/11: fail
|
| -
|
| # test issue 11581, it is not warning to call dynamic
|
| call_through_getter_test: fail
|
|
|
| -# test issue 11583, int is valid key for constant map literal
|
| -compile_time_constant_c_test/01: fail
|
| -
|
| # test issue 11584, positional arguments cannot be used for named parameters
|
| compile_time_constant_e_test: fail
|
|
|
|
|