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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
7
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 8 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 10 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429 11 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429
10 12
11 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 13 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
12 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. 14 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
13 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 15 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
14 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure. 16 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
15 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 17 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 718
717 719
718 # 720 #
719 # Unexpected runtime errors. 721 # Unexpected runtime errors.
720 # 722 #
721 [ $compiler == dart2js ] 723 [ $compiler == dart2js ]
722 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' 724 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0'
723 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' 725 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
724 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. 726 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
725 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected') 727 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected')
726 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected') 728 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted')
727 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G 729 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G
728 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G 730 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G
729 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 731 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
730 732
731 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 733 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
732 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 734 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
733 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 735 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
734 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 736 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
735 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 737 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
736 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 738 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
737 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 739 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
738 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 740 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
739 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 741 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 742 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 743 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
742 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 744 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« 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