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

Unified Diff: tests/language/language.status

Issue 10969024: Issue 5163. Constructor/member name conflict should be error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/utils/utils.status » ('j') | 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 e82befba548c9a64270d8f900e9dedde9338003b..d437e1f61d668d0e3b10e2f20d3083c02273986c 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -105,9 +105,7 @@ compile_time_constant_checked3_test/06: Fail, OK
assert_lexical_scope_test: Fail, OK # test issue 5276
implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
metadata_test: Fail
-bad_constructor_test/04: Fail # Constructor name clashes with other member
-bad_constructor_test/05: Fail # Constructor name clashes with other member
-bad_constructor_test/06: Fail # Constructor name clashes with other member
+#bad_constructor_test/05: Fail # Constructor name clashes with other member
Brian Wilkerson 2012/09/20 21:26:30 Did you intend to remove this line?
call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be used as a prefix because it is a built-in identifier
get_set_syntax_test/none: Fail # does not accept getter/setter with no method body
application_negative_test: Fail # Runtime only test, rewrite as multitest
@@ -209,6 +207,14 @@ type_parameter_test/03: Fail, OK
type_parameter_test/04: Fail, OK
type_variable_scope2_test: Fail, OK
+# test issue 5333
+named_constructor_test: Fail, OK
+naming_test: Fail, OK
+
+# test issue 5337
+bad_constructor_test/05: Fail, OK
+
+
#
# Add new dartc annotations above in alphabetical order
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698