| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 3265a1cbd3661ff194c6cc788f63d47e752430ef..a175f868aa4eb9637e69b88bfe2a0bd654f2885a 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -3,7 +3,7 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dartanalyzer ]
|
| -switch_bad_case_test/02: Fail # missing error in double in switch case expr
|
| +switch_bad_case_test/02: Fail # missing error in double in switch case expr; however there is contradiction - Object has ==, and double - not
|
|
|
| # Runtime negative test. No static errors or warnings.
|
| closure_call_wrong_argument_count_negative_test: skip
|
| @@ -57,10 +57,6 @@ built_in_identifier_test/none: Fail # Issue 13023
|
| # TBF: I think _this_ test is incorrect, but we DO have problem bug with type variable subtype check
|
| redirecting_factory_malbounded_test/01: fail
|
|
|
| -# TBT: https://code.google.com/p/dart/issues/detail?id=13918
|
| -implicit_setter_test/01: Fail # Issue 13918
|
| -implicit_setter_test/02: Fail # Issue 13918
|
| -
|
|
|
| # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
|
| block_scope_test: fail
|
|
|