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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
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/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/03_Overview/03_Overview_A01_t02: Crash # http://dartbug.com/5016 7 Language/03_Overview/03_Overview_A01_t02: Crash # http://dartbug.com/5016
8 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 8 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
9 9
10 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 10 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 Language/08_Interfaces/4_Factories_and_Constructors_A10_t03: Fail # TODO(ahe): P lease triage this failure. 57 Language/08_Interfaces/4_Factories_and_Constructors_A10_t03: Fail # TODO(ahe): P lease triage this failure.
58 Language/08_Interfaces/4_Factories_and_Constructors_A10_t04: Fail # TODO(ahe): P lease triage this failure. 58 Language/08_Interfaces/4_Factories_and_Constructors_A10_t04: Fail # TODO(ahe): P lease triage this failure.
59 Language/08_Interfaces/4_Factories_and_Constructors_A10_t05: Fail # TODO(ahe): P lease triage this failure. 59 Language/08_Interfaces/4_Factories_and_Constructors_A10_t05: Fail # TODO(ahe): P lease triage this failure.
60 Language/08_Interfaces/4_Factories_and_Constructors_A10_t06: Fail # TODO(ahe): P lease triage this failure. 60 Language/08_Interfaces/4_Factories_and_Constructors_A10_t06: Fail # TODO(ahe): P lease triage this failure.
61 Language/08_Interfaces/Interfaces_A01_t02: Fail # TODO(ahe): Please triage this failure. 61 Language/08_Interfaces/Interfaces_A01_t02: Fail # TODO(ahe): Please triage this failure.
62 Language/08_Interfaces/Interfaces_A01_t06: Fail # TODO(ahe): Please triage this failure. 62 Language/08_Interfaces/Interfaces_A01_t06: Fail # TODO(ahe): Please triage this failure.
63 Language/08_Interfaces/Interfaces_A01_t07: Fail # TODO(ahe): Please triage this failure. 63 Language/08_Interfaces/Interfaces_A01_t07: Fail # TODO(ahe): Please triage this failure.
64 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure. 64 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure.
65 LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure. 65 LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure.
66 66
67 # The following tests use NoSuchMethodException instead of NoSuchMethodError.
68 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.
69 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail
70 Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Fail
71 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A01_t05: Fail
72 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail
73 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail
74 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t02: Fail
75 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t01: Fail
76 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t02: Fail
77 Language/10_Expressions/15_Getter_Invocation_A06_t02: Fail
78 Language/10_Expressions/15_Getter_Invocation_A07_t05: Fail
79 Language/10_Expressions/16_Assignment_A01_t05: Fail
80 Language/10_Expressions/16_Assignment_A04_t04: Fail
81 Language/10_Expressions/16_Assignment_A08_t03: Fail
82 Language/10_Expressions/27_Assignable_Expressions_A07_t01: Fail
83 Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail
84 Language/10_Expressions/28_Identifier_Reference_A05_t06: Fail
85 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail
86 Language/11_Statements/05_For/2_For_in_A01_t02: Fail
87 LibTest/core/NoSuchMethodException/NoSuchMethodException_A01_t01: Fail
88 LibTest/core/NoSuchMethodException/toString_A01_t01: Fail
89
67 90
68 [ $compiler == dart2js && $checked ] 91 [ $compiler == dart2js && $checked ]
69 Language/14_Types/7_Type_Void_A01_t02: Crash # http://dartbug.com/5018 92 Language/14_Types/7_Type_Void_A01_t02: Crash # http://dartbug.com/5018
70 93
71 94
72 [ $compiler == dart2js && $checked ] 95 [ $compiler == dart2js && $checked ]
73 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 96 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
74 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 97 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
75 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 98 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
76 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 99 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 Language/07_Classes/3_Setters_A01_t02: Fail, OK # co19 issue 189 693 Language/07_Classes/3_Setters_A01_t02: Fail, OK # co19 issue 189
671 694
672 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # co19 issue 191 695 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # co19 issue 191
673 696
674 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail, OK # co19 issue 192 697 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail, OK # co19 issue 192
675 698
676 Language/07_Classes/07_Classes_A01_t20: Fail, OK # co19 issue 193 699 Language/07_Classes/07_Classes_A01_t20: Fail, OK # co19 issue 193
677 Language/07_Classes/07_Classes_A02_t34: Fail, OK # co19 issue 193 700 Language/07_Classes/07_Classes_A02_t34: Fail, OK # co19 issue 193
678 701
679 Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 1 94 702 Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 1 94
680 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail, OK # co19 issue 194
681 Language/11_Statements/09_Try_A06_t01: Fail, OK # co19 issue 194 703 Language/11_Statements/09_Try_A06_t01: Fail, OK # co19 issue 194
682 Language/11_Statements/09_Try_A06_t02: Fail, OK # co19 issue 194 704 Language/11_Statements/09_Try_A06_t02: Fail, OK # co19 issue 194
683 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 705 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194
684 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 706 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194
685 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 707 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
686 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194 708 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194
687 709
688 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 710 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
689 711
690 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 712 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1149 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1128 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1150 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1129 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1151 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1130 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1152 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1131 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1153 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1132 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1154 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1133 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020 1155 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020
1134 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 1156 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
1135 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1157 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1136 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1158 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698