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

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

Issue 11497009: Revive throw as an expression but not for rethrow. (Closed) Base URL: http://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
Index: tests/co19/co19-dart2js.status
===================================================================
--- tests/co19/co19-dart2js.status (revision 15894)
+++ tests/co19/co19-dart2js.status (working copy)
@@ -31,7 +31,6 @@
Language/05_Variables/05_Variables_A07_t10: Fail # TODO(ahe): Please triage this failure.
Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure.
Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure.
-Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure.
@@ -54,7 +53,6 @@
Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage this failure.
Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(ahe): Please triage this failure.
Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(ahe): Please triage this failure.
-Language/11_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this failure.
Language/11_Expressions/08_Throw_A05_t01: Fail # TODO(ahe): Please triage this failure.
Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this failure.
Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this failure.
@@ -488,7 +486,6 @@
Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declaration cannot contain both 'const' and 'final'.
Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declaration cannot contain 'const', 'final' and 'var' simultaneously.
Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declaration cannot contain the 'abstract' keyword.
-Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time error occurs if a local constant variable is redefined.
Language/05_Variables/05_Variables_A05_t01: Fail # Checks that a compile-time error occurs if a constant variable is not initialized.
Language/06_Functions/06_Functions_A01_t31: Fail # Checks that functions can't be declared as static inside of a function body.
Language/06_Functions/1_Function_Declaration_A01_t01: Fail # Checks that it is a compile-time error to preface library function with 'static'.

Powered by Google App Engine
This is Rietveld 408576698