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

Unified Diff: tests/language/language.status

Issue 10701011: No compile-time error when overriding a static field or method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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.status
diff --git a/tests/language/language.status b/tests/language/language.status
index b47179b2ccd986e81466cdf4e759b8183e1e62bd..436cf12297742aef36dccb5d2300db5ad71d41c2 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -98,8 +98,9 @@ list_literal4_test: Fail # Issue 1343
map_literal4_test: Fail # Issue 1343
named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
named_parameters_with_object_property_names_test: Fail # Issue 2137
-no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
-override_field_test/04: Fail # Issue 3656
+no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
+override_field_test/03: Fail # still a valid test? Issue 3894
+override_field_test/04: Fail # still a valid test? Issue 3656
private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
pseudo_kw_illegal_test/08: Fail # Issue 356
pseudo_kw_illegal_test/10: Fail # Issue 356
@@ -108,11 +109,9 @@ static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
switch7_negative_test: Fail # Issue 3658
switch_label_test: Fail # Issue 3658
syntax_test: Skip # Bug 2107 Static type warnings in none case
-third_test: Fail # Issue 3659
throw7_negative_test: Fail # Issue 3654
# try_catch_syntax_test/08: Fail # Issue 3795
type_variable_bounds_test/00: Fail # issue 3079
-fauxverride_test/none: Fail # Issue 3779.
#
# Add new dartc annotations above in alphabetical order

Powered by Google App Engine
This is Rietveld 408576698