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

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

Issue 10977078: Rename CastException to CastError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now without the TODO. 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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 51b0b3464d734e6d35147da50828e9d4c88427b1..79c59355e35621a8da76460c331dfecdaeec73d6 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -3,6 +3,8 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2js ]
+Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
+
Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.com/5017
Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/5429
@@ -723,9 +725,9 @@ Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerException expected')
-Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected')
-Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting value of type Number to incompatible type G
-Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting value of type Number to incompatible type G
+Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expected')
+Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G
+Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G
Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698