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

Unified Diff: tests/language/language.status

Issue 11358187: Issue 6578. Report warning, not error for static/instance getter/setter mismatch (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 357b3c4edcb9d917e7c107b7f92a53880059c5e0..26468edb631112e9206c86172dfe8483edea113a 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -91,8 +91,8 @@ compile_time_constant_checked3_test/06: Fail, OK
redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560
implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
metadata_test: Fail
-bad_override_test/01: Fail
-bad_override_test/02: Fail
+bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifier
+bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifier
const_locals_test: Fail
const_nested_test: Fail
get_set_syntax_test/none: Fail # does not accept getter/setter with no method body
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698