Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: tests/language/language_analyzer.status

Issue 26746002: Issue 13918. final fields induce setters that are illegal to call (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698