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

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

Issue 10909166: Rename NoSuchMethodException to NoSuchMethodError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 38a697774f82ee1650d3110bd665efd2955ad35c..fe623d0d1460132331046d42e1a1afad02e9d166 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -64,6 +64,29 @@ Language/08_Interfaces/Interfaces_A01_t07: Fail # TODO(ahe): Please triage this
LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure.
LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure.
+# The following tests use NoSuchMethodException instead of NoSuchMethodError.
+Language/03_Overview/2_Privacy_A01_t18: Fail
ahe 2012/09/11 08:43:56 Please use: : Fail, OK # co19 issue 195
Lasse Reichstein Nielsen 2012/09/11 11:35:41 Done.
+Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail
+Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Fail
+Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A01_t05: Fail
+Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail
+Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail
+Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t02: Fail
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t01: Fail
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t02: Fail
+Language/10_Expressions/15_Getter_Invocation_A06_t02: Fail
+Language/10_Expressions/15_Getter_Invocation_A07_t05: Fail
+Language/10_Expressions/16_Assignment_A01_t05: Fail
+Language/10_Expressions/16_Assignment_A04_t04: Fail
+Language/10_Expressions/16_Assignment_A08_t03: Fail
+Language/10_Expressions/27_Assignable_Expressions_A07_t01: Fail
+Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail
+Language/10_Expressions/28_Identifier_Reference_A05_t06: Fail
+Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail
+Language/11_Statements/05_For/2_For_in_A01_t02: Fail
+LibTest/core/NoSuchMethodException/NoSuchMethodException_A01_t01: Fail
+LibTest/core/NoSuchMethodException/toString_A01_t01: Fail
+
[ $compiler == dart2js && $checked ]
Language/14_Types/7_Type_Void_A01_t02: Crash # http://dartbug.com/5018
@@ -677,7 +700,6 @@ Language/07_Classes/07_Classes_A01_t20: Fail, OK # co19 issue 193
Language/07_Classes/07_Classes_A02_t34: Fail, OK # co19 issue 193
Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 194
-Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: Fail, OK # co19 issue 194
Language/11_Statements/09_Try_A06_t01: Fail, OK # co19 issue 194
Language/11_Statements/09_Try_A06_t02: Fail, OK # co19 issue 194
Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194

Powered by Google App Engine
This is Rietveld 408576698