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

Unified Diff: tests/co19/co19-analyzer.status

Issue 15758006: Ensure that 'throw' has expression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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/co19/co19-analyzer.status
diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
index 63668be7fe9be2efb93c1ff5a00c516299a63c37..f037e57967569ec19ec1dd849365eaed4b88363e 100644
--- a/tests/co19/co19-analyzer.status
+++ b/tests/co19/co19-analyzer.status
@@ -68,12 +68,6 @@ Language/11_Expressions/05_Strings_A02_t48: fail
Language/11_Expressions/06_Lists_A03_t01: fail
Language/11_Expressions/06_Lists_A06_t01: fail
Language/11_Expressions/07_Maps_A02_t02: fail
-Language/11_Expressions/08_Throw_A06_t01: fail
-Language/11_Expressions/08_Throw_A06_t02: fail
-Language/11_Expressions/08_Throw_A06_t03: fail
-Language/11_Expressions/08_Throw_A06_t04: fail
-Language/11_Expressions/08_Throw_A06_t05: fail
-Language/11_Expressions/08_Throw_A06_t06: fail
Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail
Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail
Language/11_Expressions/11_Instance_Creation/2_Const_A06_t02: fail
@@ -198,6 +192,10 @@ Language/03_Overview/1_Scoping_A02_t11: fail, OK
Language/03_Overview/1_Scoping_A02_t12: fail, OK
Language/03_Overview/1_Scoping_A02_t16: fail, OK
+# co19 issue #420, 'throw' without exception; deprecated; rethrow should be used
+Language/11_Expressions/08_Throw_A05_t01: fail, OK
+Language/11_Expressions/08_Throw_A05_t02: fail, OK
+Language/11_Expressions/08_Throw_A05_t03: fail, OK
[ $runtime == drt && $compiler == none ]

Powered by Google App Engine
This is Rietveld 408576698