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

Unified Diff: tests/language/language.status

Issue 11428131: More co19 triage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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') | 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 d3eb0fda1f5d1b3ae9c26dd13c1e3e6f94dab903..b495d2183b88f5fcef093e41b4223ca5845a7174 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -499,6 +499,10 @@ instantiate_type_variable_negative_test: Fail
type_variable_static_context_negative_test: Fail
+# test issue 7081 (assignment to top-level method is warning)
+assign_top_method_negative_test: Fail
+
+
# test issue 7062 (assignment to final variable is a static warning)
final_for_in_variable_test/01: Fail
final_param_negative_test: Fail
@@ -511,6 +515,11 @@ scope_negative_test: Fail
static_final_field2_negative_test: Fail
+# test issue 7098 (unknown type in 'catch' is warning in 0.13)
+try_catch_on_syntax_test/01: Fail
+try_catch_on_syntax_test/07: Fail
+try_catch_syntax_test/08: Fail
+
#
# Add new dartc annotations above in alphabetical order
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698