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

Unified Diff: tests/language/language_analyzer.status

Issue 22999022: Report compile-time errors for conflicting overrides as specified by latest (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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
===================================================================
--- tests/language/language_analyzer.status (revision 26300)
+++ tests/language/language_analyzer.status (working copy)
@@ -40,6 +40,15 @@
override_field_test/01: fail
override_field_test/02: fail
override_field_test/03: fail
+field_override3_test/00: Fail # Issue 11496
+field_override3_test/01: Fail # Issue 11496
+field_override3_test/03: Fail # Issue 11496
+getter_override_test/00: Fail # Issue 11496
+getter_override_test/01: Fail # Issue 11496
+setter_override_test/00: Fail # Issue 11496
+setter_override_test/03: Fail # Issue 11496
+method_override7_test/03: Fail # Issue 11496
+method_override8_test/03: Fail # Issue 11496
# TBF: prefix T hidden by type variable T in 'new T.Class()'
prefix10_negative_test: fail
@@ -244,7 +253,7 @@
# test issue 12184, It is static warning, not error, to assign to a constant variable.
static_final_field2_negative_test: fail
-# test issue 12191, ambuguous import is always warning now
+# test issue 12191, ambiguous import is always warning now
prefix3_negative_test: fail
library_ambiguous_test/00: fail
library_ambiguous_test/01: fail

Powered by Google App Engine
This is Rietveld 408576698