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

Unified Diff: tests/language/language_analyzer.status

Issue 16293005: Don't use 'fail, OK' except of co19 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index 8de25b4f030ec03ac42d13c0bccbb59312a99a63..48bf4fce01e1b9620d703c29c92060f33cf42f78 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -205,59 +205,59 @@ unresolved_top_level_method_negative_test: fail
unresolved_top_level_var_negative_test: fail
# test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
-block_scope_test: fail, OK
-lazy_static3_test: fail, OK
+block_scope_test: fail
+lazy_static3_test: fail
# test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while'
-implicit_scope_test: fail, OK
+implicit_scope_test: fail
# test issue 10889, "throw" requires expression, "rethrow" should be used instead
-execute_finally10_test: fail, OK
-execute_finally11_test: fail, OK
-final_used_in_try_test: fail, OK
-full_stacktrace2_test: fail, OK
-stack_trace_test: fail, OK
-throw3_test: fail, OK
-try_catch3_test: fail, OK
+execute_finally10_test: fail
+execute_finally11_test: fail
+final_used_in_try_test: fail
+full_stacktrace2_test: fail
+stack_trace_test: fail
+throw3_test: fail
+try_catch3_test: fail
# test issue 10890; on-catch UnknownType is a static warning, not error
-try_catch_on_syntax_test/01: fail, OK
-try_catch_on_syntax_test/07: fail, OK
-try_catch_syntax_test/08: fail, OK
+try_catch_on_syntax_test/01: fail
+try_catch_on_syntax_test/07: fail
+try_catch_syntax_test/08: fail
# test issue 10899; it is static warning, not error, to call methods of class literal
-class_literal_test/02: fail, OK
-class_literal_test/05: fail, OK
-class_literal_test/07: fail, OK
-class_literal_test/10: fail, OK
-class_literal_test/11: fail, OK
-class_literal_test/12: fail, OK
-class_literal_test/14: fail, OK
-class_literal_test/17: fail, OK
-class_literal_test/18: fail, OK
-class_literal_test/19: fail, OK
-class_literal_test/22: fail, OK
-class_literal_test/23: fail, OK
-class_literal_test/24: fail, OK
-class_literal_test/27: fail, OK
-class_literal_test/28: fail, OK
-class_literal_test/29: fail, OK
-class_literal_test/none: fail, OK
+class_literal_test/02: fail
+class_literal_test/05: fail
+class_literal_test/07: fail
+class_literal_test/10: fail
+class_literal_test/11: fail
+class_literal_test/12: fail
+class_literal_test/14: fail
+class_literal_test/17: fail
+class_literal_test/18: fail
+class_literal_test/19: fail
+class_literal_test/22: fail
+class_literal_test/23: fail
+class_literal_test/24: fail
+class_literal_test/27: fail
+class_literal_test/28: fail
+class_literal_test/29: fail
+class_literal_test/none: fail
# Test issue 11124, Uninitialized finals are warnings not errors
-field3a_negative_test: fail, OK
-const_syntax_test/01: fail, OK
-const_syntax_test/04: fail, OK
-const_syntax_test/02: fail, OK
-const_syntax_test/03: fail, OK
-final_syntax_test/01: fail, OK
-final_syntax_test/04: fail, OK
-final_syntax_test/02: fail, OK
-final_syntax_test/03: fail, OK
+field3a_negative_test: fail
+const_syntax_test/01: fail
+const_syntax_test/04: fail
+const_syntax_test/02: fail
+const_syntax_test/03: fail
+final_syntax_test/01: fail
+final_syntax_test/04: fail
+final_syntax_test/02: fail
+final_syntax_test/03: fail
# Test issue 11123, Only static fields can be declared as 'const'
-const_escape_frog_test: fail, OK
-compile_time_constant_test/none: fail, OK
+const_escape_frog_test: fail
+compile_time_constant_test/none: fail
[ $compiler == dartanalyzer && $checked ]
factory1_test/00: fail
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698