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

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 11306006: Upgrade co19 to r412. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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 | « dart/tests/co19/co19-dart2dart.status ('k') | dart/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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash
10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash
11
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 12 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure. 13 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure.
11 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(ahe): Please triage this failure. 14 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(ahe): Please triage this failure.
12 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(ahe): Please triage this failure. 15 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(ahe): Please triage this failure.
13 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(ahe): Please triage this failure. 16 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(ahe): Please triage this failure.
14 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(ahe): Please triage this failure. 17 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(ahe): Please triage this failure.
15 Language/05_Variables/05_Variables_A03_t15: Fail # TODO(ahe): Please triage this failure. 18 Language/05_Variables/05_Variables_A03_t15: Fail # TODO(ahe): Please triage this failure.
16 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure. 19 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure.
17 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. 20 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
18 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 21 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
19 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure. 22 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
20 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure. 23 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure.
21 Language/07_Classes/4_Abstract_Instance_Members_A06_t02: Fail # TODO(ahe): Pleas e triage this failure.
22 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(ahe): Please triage this failure. 24 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(ahe): Please triage this failure.
23 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Fail # TODO(ahe): Please triage this failure. 25 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Fail # TODO(ahe): Please triage this failure.
24 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(ahe): Please triage this failure. 26 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(ahe): Please triage this failure.
25 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(ahe): Please triage this failure. 27 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(ahe): Please triage this failure.
26 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 28 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
27 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure. 29 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure.
28 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure. 30 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure.
29 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # TODO(ahe): Please triage this failure. 31 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # TODO(ahe): Please triage this failure.
30 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 32 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
31 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th is failure. 33 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th is failure.
32 Language/10_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure. 34 Language/10_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure.
33 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(a he): Please triage this failure. 35 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(a he): Please triage this failure.
34 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(a he): Please triage this failure. 36 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(a he): Please triage this failure.
35 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(a he): Please triage this failure. 37 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(a he): Please triage this failure.
36 Language/10_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this f ailure. 38 Language/10_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this f ailure.
37 Language/10_Expressions/08_Throw_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 39 Language/10_Expressions/08_Throw_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
38 Language/10_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 40 Language/10_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
39 Language/10_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 41 Language/10_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
42 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(ahe): Pleas e triage this failure.
43 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(ahe): Pleas e triage this failure.
40 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure. 44 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure.
41 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure. 45 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure.
42 Language/10_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure. 46 Language/10_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure.
43 Language/10_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure. 47 Language/10_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure.
44 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail # TODO(ahe): Pl ease triage this failure. 48 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail # TODO(ahe): Pl ease triage this failure.
45 Language/10_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # TODO(ahe): Pl ease triage this failure. 49 Language/10_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # TODO(ahe): Pl ease triage this failure.
46 Language/10_Expressions/11_Instance_Creation/1_New_A13_t04: Fail # TODO(ahe): Pl ease triage this failure. 50 Language/10_Expressions/11_Instance_Creation/1_New_A13_t04: Fail # TODO(ahe): Pl ease triage this failure.
47 Language/10_Expressions/11_Instance_Creation/1_New_A14_t01: Fail # TODO(ahe): Pl ease triage this failure. 51 Language/10_Expressions/11_Instance_Creation/1_New_A14_t01: Fail # TODO(ahe): Pl ease triage this failure.
48 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure. 52 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure.
49 Language/10_Expressions/13_Property_Extraction_A01_t01: Fail # TODO(ahe): Please triage this failure.
50 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # TODO(ahe): Please triage this failure.
51 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure. 53 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure.
52 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(ahe): Please t riage this failure. 54 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(ahe): Please t riage this failure.
53 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure. 55 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure.
54 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(ahe): Please triage t his failure. 56 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(ahe): Please triage t his failure.
55 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure. 57 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure.
56 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(ahe): Please triage t his failure. 58 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(ahe): Please triage t his failure.
57 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(ahe): Please triage this failure. 59 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(ahe): Please triage this failure.
58 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(ahe): Please triage this failure. 60 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(ahe): Please triage this failure.
59 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(ahe): Please triage this failure. 61 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(ahe): Please triage this failure.
60 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(ahe): Please triage this failure. 62 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(ahe): Please triage this failure.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 Language/10_Expressions/32_Type_Cast_A05_t04: Fail # TODO(ahe): Please triage th is failure. 135 Language/10_Expressions/32_Type_Cast_A05_t04: Fail # TODO(ahe): Please triage th is failure.
134 Language/11_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure. 136 Language/11_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure.
135 Language/11_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure. 137 Language/11_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure.
136 Language/11_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure. 138 Language/11_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure.
137 Language/11_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure. 139 Language/11_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure.
138 Language/11_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure. 140 Language/11_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure.
139 Language/11_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure. 141 Language/11_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure.
140 Language/11_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure. 142 Language/11_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
141 Language/11_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this fail ure. 143 Language/11_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this fail ure.
142 Language/11_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this fail ure. 144 Language/11_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this fail ure.
143 Language/11_Statements/08_Do_A02_t02: Fail # TODO(ahe): Please triage this failu re.
144 Language/11_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure. 145 Language/11_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure.
145 Language/11_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 146 Language/11_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure.
146 Language/11_Statements/09_Switch_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 147 Language/11_Statements/09_Switch_A02_t03: Fail # TODO(ahe): Please triage this f ailure.
147 Language/11_Statements/09_Switch_A06_t01: Fail # TODO(ahe): Please triage this f ailure. 148 Language/11_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
149 Language/11_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this f ailure.
148 Language/11_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure. 150 Language/11_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure.
149 Language/11_Statements/09_Switch_A06_t03: Fail # TODO(ahe): Please triage this f ailure. 151 Language/11_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure.
150 Language/11_Statements/09_Switch_A06_t04: Fail # TODO(ahe): Please triage this f ailure. 152 Language/11_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure.
151 Language/11_Statements/09_Switch_A07_t02: Fail # TODO(ahe): Please triage this f ailure. 153 Language/11_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
152 Language/11_Statements/10_Try_A05_t03: Fail # TODO(ahe): Please triage this fail ure. 154 Language/11_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
155 Language/11_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
156 Language/11_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this f ailure.
157 Language/11_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure.
158 Language/11_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure.
153 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(ahe): Please tr iage this failure. 159 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(ahe): Please tr iage this failure.
154 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(ahe): Please tr iage this failure. 160 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(ahe): Please tr iage this failure.
155 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(ahe): Please tr iage this failure. 161 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(ahe): Please tr iage this failure.
156 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(ahe): Please tr iage this failure. 162 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(ahe): Please tr iage this failure.
157 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(ahe): Please tr iage this failure. 163 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(ahe): Please tr iage this failure.
158 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(ahe): Please tr iage this failure. 164 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(ahe): Please tr iage this failure.
159 Language/13_Libraries_and_Scripts/1_Imports_A02_t27: Fail # TODO(ahe): Please tr iage this failure. 165 Language/13_Libraries_and_Scripts/1_Imports_A02_t27: Fail # TODO(ahe): Please tr iage this failure.
160 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure. 166 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure.
161 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # TODO(ahe): Please tr iage this failure. 167 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # TODO(ahe): Please tr iage this failure.
162 Language/13_Libraries_and_Scripts/1_Imports_A03_t09: Fail # TODO(ahe): Please tr iage this failure. 168 Language/13_Libraries_and_Scripts/1_Imports_A03_t09: Fail # TODO(ahe): Please tr iage this failure.
163 Language/13_Libraries_and_Scripts/1_Imports_A03_t10: Fail # TODO(ahe): Please tr iage this failure. 169 Language/13_Libraries_and_Scripts/1_Imports_A03_t10: Fail # TODO(ahe): Please tr iage this failure.
164 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # TODO(ahe): Please tr iage this failure. 170 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # TODO(ahe): Please tr iage this failure.
165 Language/13_Libraries_and_Scripts/1_Imports_A03_t29: Fail # TODO(ahe): Please tr iage this failure. 171 Language/13_Libraries_and_Scripts/1_Imports_A03_t29: Fail # TODO(ahe): Please tr iage this failure.
166 Language/13_Libraries_and_Scripts/1_Imports_A03_t30: Fail # TODO(ahe): Please tr iage this failure. 172 Language/13_Libraries_and_Scripts/1_Imports_A03_t30: Fail # TODO(ahe): Please tr iage this failure.
167 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(ahe): Please tr iage this failure. 173 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(ahe): Please tr iage this failure.
168 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: Fail # TODO(ahe): Please tr iage this failure. 174 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: Fail # TODO(ahe): Please tr iage this failure.
169 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(ahe): Please tr iage this failure. 175 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(ahe): Please tr iage this failure.
170 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(ahe): Please tr iage this failure. 176 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(ahe): Please tr iage this failure.
171 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(ahe): Please tr iage this failure. 177 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(ahe): Please tr iage this failure.
172 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(ahe): Please tr iage this failure. 178 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(ahe): Please tr iage this failure.
179 Language/13_Libraries_and_Scripts/2_Exports_A01_t07: Fail # TODO(ahe): Please tr iage this failure.
180 Language/13_Libraries_and_Scripts/2_Exports_A01_t15: Fail # TODO(ahe): Please tr iage this failure.
181 Language/13_Libraries_and_Scripts/2_Exports_A01_t16: Fail # TODO(ahe): Please tr iage this failure.
182 Language/13_Libraries_and_Scripts/2_Exports_A04_t01: Fail # TODO(ahe): Please tr iage this failure.
183 Language/13_Libraries_and_Scripts/2_Exports_A04_t04: Fail # TODO(ahe): Please tr iage this failure.
184 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(ahe): Please tr iage this failure.
185 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(ahe): Please tr iage this failure.
186 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please tria ge this failure.
187 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(ahe): Please tr iage this failure.
173 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 188 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
174 LibTest/core/String/replaceAll_A02_t01: Fail # TODO(ahe): Please triage this fai lure. 189 LibTest/core/String/replaceAll_A02_t01: Fail # TODO(ahe): Please triage this fai lure.
175 LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this f ailure. 190 LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this f ailure.
176 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 191 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
177 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 192 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
178 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 193 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
179 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 194 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
180 LibTest/math/parseDouble_A01_t01: Fail # TODO(ahe): Please triage this failure. 195 LibTest/math/parseDouble_A01_t01: Fail # TODO(ahe): Please triage this failure.
181 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 196 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
182 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 197 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
183 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 198 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
184 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 199 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
185 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 200 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
186 201
187 # Partially implemented rediriecting constructors makes this fail. 202 # Partially implemented rediriecting constructors makes this fail.
188 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 203 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
189 204
190 205
191 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
192 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
193
194 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
195 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
196 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
197 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274
198 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274
199 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274
200 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274
201
202 LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 2 76
203 LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail, OK # co19 issue 276
204 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
205 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 276
206 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 276
207 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 276
208 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
209 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
210 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
211 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
212 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
213 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
214 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
215 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
216 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
217 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
218 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
219
220 LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail, OK # c o19 issue 285
221 LibTest/core/IllegalAccessException/toString_A01_t01: Fail, OK # co19 issue 285
222 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
223 LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285
224 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
225 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
226 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
227 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
228 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
229 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
230 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
231 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss ue 285
232 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail, OK # co19 issue 285
233
234 [ $compiler == dart2js && $unchecked ] 206 [ $compiler == dart2js && $unchecked ]
235 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 207 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
236 208
237 [ $compiler == dart2js && $runtime == jsshell ] 209 [ $compiler == dart2js && $runtime == jsshell ]
238 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the se tests. 210 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the se tests.
239 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t ests. 211 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t ests.
240 LibTest/core/List/every_A03_t01: Fail # TODO(ahe): Triage these tests.
241 LibTest/core/List/filter_A03_t01: Fail # TODO(ahe): Triage these tests.
242 LibTest/core/List/forEach_A02_t01: Fail # TODO(ahe): Triage these tests.
243 LibTest/core/List/some_A03_t01: Fail # TODO(ahe): Triage these tests.
244 LibTest/core/Map/forEach_A01_t02: Fail # TODO(ahe): Triage these tests.
245 LibTest/core/Map/putIfAbsent_A01_t06: Fail # TODO(ahe): Triage these tests.
246 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. 212 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests.
247 LibTest/core/Queue/every_A01_t03: Fail # TODO(ahe): Triage these tests.
248 LibTest/core/Queue/filter_A01_t03: Fail # TODO(ahe): Triage these tests.
249 LibTest/core/Queue/forEach_A01_t03: Fail # TODO(ahe): Triage these tests.
250 LibTest/core/Queue/some_A01_t03: Fail # TODO(ahe): Triage these tests.
251 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 213 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
252 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 214 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests.
253 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 215 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s.
254 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. 216 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s.
255 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. 217 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests.
256 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests. 218 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests.
257 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests. 219 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests.
258 220
259 [ $compiler == dart2js && $checked ] 221 [ $compiler == dart2js && $checked ]
260 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
261
262 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 222 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
263 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 223 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
224 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure.
264 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 225 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
265 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 226 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
266 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure. 227 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
267 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure. 228 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure.
268 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 229 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
269 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure. 230 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure.
270 Language/10_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure. 231 Language/10_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure.
271 Language/10_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure. 232 Language/10_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure.
272 Language/10_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure. 233 Language/10_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure.
273 Language/10_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure. 234 Language/10_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure.
274 Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure. 235 Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure.
275 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(ahe): Pleas e triage this failure.
276 Language/10_Expressions/09_Function_Expressions_A03_t03: Fail # TODO(ahe): Pleas e triage this failure. 236 Language/10_Expressions/09_Function_Expressions_A03_t03: Fail # TODO(ahe): Pleas e triage this failure.
277 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(ahe): Pleas e triage this failure.
278 Language/10_Expressions/09_Function_Expressions_A04_t03: Fail # TODO(ahe): Pleas e triage this failure. 237 Language/10_Expressions/09_Function_Expressions_A04_t03: Fail # TODO(ahe): Pleas e triage this failure.
279 Language/10_Expressions/09_Function_Expressions_A05_t02: Fail # TODO(ahe): Pleas e triage this failure. 238 Language/10_Expressions/09_Function_Expressions_A05_t02: Fail # TODO(ahe): Pleas e triage this failure.
280 Language/10_Expressions/09_Function_Expressions_A05_t04: Fail # TODO(ahe): Pleas e triage this failure. 239 Language/10_Expressions/09_Function_Expressions_A05_t04: Fail # TODO(ahe): Pleas e triage this failure.
281 Language/10_Expressions/09_Function_Expressions_A06_t02: Fail # TODO(ahe): Pleas e triage this failure. 240 Language/10_Expressions/09_Function_Expressions_A06_t02: Fail # TODO(ahe): Pleas e triage this failure.
282 Language/10_Expressions/09_Function_Expressions_A06_t04: Fail # TODO(ahe): Pleas e triage this failure. 241 Language/10_Expressions/09_Function_Expressions_A06_t04: Fail # TODO(ahe): Pleas e triage this failure.
283 Language/10_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure. 242 Language/10_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure.
284 Language/10_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure. 243 Language/10_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure.
285 Language/10_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure. 244 Language/10_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure.
286 Language/10_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure. 245 Language/10_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure.
287 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure. 246 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure.
288 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: Fail # TODO(ahe): Please triage this failure. 247 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: Fail # TODO(ahe): Please triage this failure.
289 Language/10_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure. 248 Language/10_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure.
290 Language/10_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure. 249 Language/10_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure.
291 Language/10_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure. 250 Language/10_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure.
292 Language/10_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure. 251 Language/10_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure.
293 Language/11_Statements/05_If_A02_t02: Fail # TODO(ahe): Please triage this failu re. 252 Language/11_Statements/05_If_A02_t01: Fail # TODO(ahe): Please triage this failu re.
294 Language/11_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure. 253 Language/11_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure.
295 Language/11_Statements/07_While_A02_t02: Fail # TODO(ahe): Please triage this fa ilure. 254 Language/11_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
255 Language/11_Statements/11_Return_A04_t01: Fail # TODO(ahe): Please triage this f ailure.
296 Language/14_Types/4_Interface_Types_A08_t03: Fail # TODO(ahe): Please triage thi s failure. 256 Language/14_Types/4_Interface_Types_A08_t03: Fail # TODO(ahe): Please triage thi s failure.
297 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # TODO(ahe): Please triage this failure. 257 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # TODO(ahe): Please triage this failure.
298 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure. 258 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure.
299 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure. 259 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure.
300 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure. 260 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure.
301 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure. 261 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure.
302 LibTest/core/List/operator_subscript_A03_t01: Fail # TODO(ahe): Please triage th is failure. 262 LibTest/core/List/operator_subscript_A03_t01: Fail # TODO(ahe): Please triage th is failure.
303 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 263 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
304 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re. 264 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re.
265 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(ahe): Please triage this failu re.
266 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Please triage this failu re.
267 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # TODO(ahe): Please triage thi s failure.
305 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 268 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
306 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 269 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
307 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 270 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
308 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 271 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
309 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 272 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
310 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 273 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
311 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 274 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
312 275
313 Language/11_Statements/15_Assert_A04_t04: Fail # dart2js doesn't throw ClosureAr gumentMismatchException 276 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
314 277
315 278
316 [ $compiler == dart2js ] 279 [ $compiler == dart2js ]
317 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 280 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
318 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 281 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
319 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 282 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
320 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 283 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
321 284
322 # Slow tests that needs extra time to finish. 285 # Slow tests that needs extra time to finish.
323 LibTest/core/List/sort_A01_t06: Slow, Pass 286 LibTest/core/List/sort_A01_t06: Slow, Pass
324 287
325 # Tests that fail because they use the legacy try-catch syntax. 288 # Tests that fail because they use the legacy try-catch syntax.
326 # See co19 issue 184. 289 # See co19 issue 184.
327 LibTest/core/List/getRange_A03_t01: Fail, OK 290 LibTest/core/List/getRange_A03_t01: Fail, OK
328 LibTest/core/List/setRange_A05_t01: Fail, OK 291 LibTest/core/List/setRange_A05_t01: Fail, OK
329 292
330 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 293 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
331 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 294 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
332 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK 295 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
333 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
334 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK 296 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
335 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
336 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 297 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
337 298
338 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 299 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
339 300
340 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 301 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
341 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 302 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
342 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 303 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
343 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 304 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
344 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 305 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
345 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 306 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 342 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291
382 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 343 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291
383 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 344 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291
384 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 345 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291
385 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 346 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291
386 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 347 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291
387 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 348 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
388 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291 349 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291
389 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291 350 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291
390 351
391 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
392 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
393 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287
394 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287
395 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287
396 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287
397 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287
398 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 352 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287
399 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287
400 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287
401 LibTest/core/Queue/isEmpty_A01_t01: Fail, OK # co19 issue 287
402 LibTest/core/Queue/filter_A01_t06: Fail, OK # co19 issue 287
403 LibTest/core/Queue/clear_A01_t01: Fail, OK # co19 issue 287
404 LibTest/core/Queue/Queue_A01_t01: Fail, OK # co19 issue 287
405 LibTest/core/Queue/filter_A01_t02: Fail, OK # co19 issue 287
406 LibTest/core/Queue/forEach_A01_t04: Fail, OK # co19 issue 287
407 LibTest/core/Map/putIfAbsent_A01_t10: Fail, OK # co19 issue 287
408 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 353 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
409 LibTest/core/Map/isEmpty_A01_t01: Fail, OK # co19 issue 287
410 LibTest/core/Map/forEach_A01_t07: Fail, OK # co19 issue 287
411 LibTest/core/Expect/identical_A02_t01: Fail, OK # co19 issue 287
412 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 287
413 LibTest/core/Expect/isNull_A02_t01: Fail, OK # co19 issue 287
414 LibTest/core/Expect/stringEquals_A02_t01: Fail, OK # co19 issue 287
415 LibTest/core/Expect/isTrue_A02_t01: Fail, OK # co19 issue 287
416 LibTest/core/Expect/isFalse_A02_t01: Fail, OK # co19 issue 287
417 LibTest/core/Expect/notEquals_A02_t01: Fail, OK # co19 issue 287
418 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK # co19 issue 287
419 LibTest/core/Expect/listEquals_A03_t01: Fail, OK # co19 issue 287
420 LibTest/core/Expect/setEquals_A03_t01: Fail, OK # co19 issue 287
421 LibTest/core/Expect/isNotNull_A02_t01: Fail, OK # co19 issue 287
422 LibTest/core/List/isEmpty_A01_t01: Fail, OK # co19 issue 287
423 LibTest/core/List/filter_A02_t01: Fail, OK # co19 issue 287
424 LibTest/core/List/filter_A01_t01: Fail, OK # co19 issue 287
425 LibTest/core/HashMap/HashMap.from_A01_t01: Fail, OK # co19 issue 287
426 LibTest/core/HashMap/HashMap_A01_t01: Fail, OK # co19 issue 287
427 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 287
428 LibTest/core/Set/isEmpty_A01_t01: Fail, OK # co19 issue 287
429 LibTest/core/Set/Set_A01_t01: Fail, OK # co19 issue 287
430 LibTest/core/Set/filter_A01_t02: Fail, OK # co19 issue 287
431 LibTest/core/Set/forEach_A01_t01: Fail, OK # co19 issue 287
432 LibTest/core/Set/filter_A01_t01: Fail, OK # co19 issue 287
433 LibTest/core/String/isEmpty_A01_t01: Fail, OK # co19 issue 287
434 LibTest/core/String/splitChars_A01_t01: Fail, OK # co19 issue 287
435
436 354
437 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 355 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
438 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 356 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
439 357
440 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 278
441 LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 278
442 LibTest/core/double/isInfinite_A01_t03: Fail, OK # co19 issue 278
443 LibTest/core/double/isInfinite_A01_t02: Fail, OK # co19 issue 278
444 LibTest/core/double/isInfinite_A01_t01: Fail, OK # co19 issue 278
445 LibTest/core/int/isInfinite_A01_t01: Fail, OK # co19 issue 278
446
447 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 279
448 LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 279
449 LibTest/core/double/isNegative_A01_t01: Fail, OK # co19 issue 279
450 LibTest/core/double/operator_unary_minus_A01_t01: Fail, OK # co19 issue 279
451 LibTest/core/double/operator_unary_minus_A01_t03: Fail, OK # co19 issue 279
452 LibTest/core/double/isNegative_A01_t02: Fail, OK # co19 issue 279
453 LibTest/core/int/isNegative_A01_t01: Fail, OK # co19 issue 279
454
455 LibTest/math/sqrt_A01_t02: Fail, OK # co19 issue 280
456 LibTest/math/tan_A01_t02: Fail, OK # co19 issue 280
457 LibTest/math/atan_A01_t02: Fail, OK # co19 issue 280
458 LibTest/math/sqrt_A01_t03: Fail, OK # co19 issue 280
459 LibTest/math/acos_A01_t02: Fail, OK # co19 issue 280
460 LibTest/math/max_A01_t02: Fail, OK # co19 issue 280
461 LibTest/math/cos_A01_t02: Fail, OK # co19 issue 280
462 LibTest/math/pow_A12_t01: Fail, OK # co19 issue 280
463 LibTest/math/pow_A02_t01: Fail, OK # co19 issue 280
464 LibTest/math/acos_A01_t03: Fail, OK # co19 issue 280
465 LibTest/math/log_A01_t02: Fail, OK # co19 issue 280
466 LibTest/math/asin_A01_t03: Fail, OK # co19 issue 280
467 LibTest/math/pow_A18_t01: Fail, OK # co19 issue 280
468 LibTest/math/atan2_A01_t02: Fail, OK # co19 issue 280
469 LibTest/math/exp_A01_t02: Fail, OK # co19 issue 280
470 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 280
471 LibTest/math/min_A01_t02: Fail, OK # co19 issue 280
472 LibTest/math/log_A01_t03: Fail, OK # co19 issue 280
473 LibTest/math/sin_A01_t02: Fail, OK # co19 issue 280
474 LibTest/math/asin_A01_t02: Fail, OK # co19 issue 280
475 LibTest/core/double/isNaN_A01_t03: Fail, OK # co19 issue 280
476 LibTest/core/double/operator_multiplication_A01_t03: Fail, OK # co19 issue 280
477 LibTest/core/double/toDouble_A01_t02: Fail, OK # co19 issue 280
478 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # co19 issue 280
479 LibTest/core/double/operator_division_A01_t06: Fail, OK # co19 issue 280
480 LibTest/core/double/operator_subtraction_A01_t01: Fail, OK # co19 issue 280
481 LibTest/core/double/operator_remainder_A01_t05: Fail, OK # co19 issue 280
482 LibTest/core/double/operator_division_A01_t01: Fail, OK # co19 issue 280
483 LibTest/core/double/operator_subtraction_A01_t03: Fail, OK # co19 issue 280
484 LibTest/core/double/operator_truncating_division_A01_t04: Fail, OK # co19 issue 280
485 LibTest/core/double/operator_unary_minus_A01_t02: Fail, OK # co19 issue 280
486 LibTest/core/double/remainder_A01_t02: Fail, OK # co19 issue 280
487 LibTest/core/double/remainder_A01_t03: Fail, OK # co19 issue 280
488 LibTest/core/double/abs_A01_t04: Fail, OK # co19 issue 280
489 LibTest/core/double/truncate_A01_t03: Fail, OK # co19 issue 280
490 LibTest/core/double/isNaN_A01_t01: Fail, OK # co19 issue 280
491 LibTest/core/double/round_A01_t02: Fail, OK # co19 issue 280
492 LibTest/core/double/operator_addition_A01_t04: Fail, OK # co19 issue 280
493 LibTest/core/double/operator_remainder_A01_t02: Fail, OK # co19 issue 280
494 LibTest/core/double/operator_multiplication_A01_t01: Fail, OK # co19 issue 280
495 LibTest/core/double/remainder_A01_t05: Fail, OK # co19 issue 280
496 LibTest/core/double/operator_division_A01_t04: Fail, OK # co19 issue 280
497 LibTest/core/double/ceil_A01_t03: Fail, OK # co19 issue 280
498 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # co19 issue 280
499 LibTest/core/double/floor_A01_t03: Fail, OK # co19 issue 280
500 LibTest/core/double/operator_addition_A01_t01: Fail, OK # co19 issue 280
501 LibTest/core/double/isNaN_A01_t02: Fail, OK # co19 issue 280
502 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280
503 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280
504 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280
505 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280
506 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280
507 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280
508 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280
509 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280
510
511
512 358
513 [ $compiler == dart2js && $system == windows && $jscl ] 359 [ $compiler == dart2js && $system == windows && $jscl ]
514 LibTest/core/double/operator_remainder_A01_t04: Fail 360 LibTest/core/double/operator_remainder_A01_t04: Fail
515 361
516 [ $compiler == dart2js ] 362 [ $compiler == dart2js ]
517 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. 363 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason.
518 364
519 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 365 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
520 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 366 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
521 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 367 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 410 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
565 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 411 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
566 412
567 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 413 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
568 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 414 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
569 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. 415 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
570 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. 416 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
571 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. 417 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
572 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. 418 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
573 419
574
575 Language/11_Statements/07_Do_A02_t01: Fail, OK # co19 issue 286
576 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK # co19 issue 286
577 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
578 Language/11_Statements/06_For/2_For_in_A01_t01: Fail, OK # co19 issue 286
579 Language/11_Statements/06_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
580 Language/11_Statements/06_While_A02_t01: Fail, OK # co19 issue 286
581 Language/11_Statements/07_While_A02_t01: Fail, OK # co19 issue 286
582 Language/11_Statements/08_Do_A02_t01: Fail, OK # co19 issue 286
583 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK # co19 issue 286
584 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK # co19 issue 286
585 LibTest/core/Queue/iterator_A01_t02: Fail, OK # co19 issue 286
586 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286
587 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK # co19 issue 286
588 LibTest/core/List/iterator_next_A01_t01: Fail, OK # co19 issue 286
589 LibTest/core/List/iterator_A01_t01: Fail, OK # co19 issue 286
590 LibTest/core/List/List.from_A01_t01: Fail, OK # co19 issue 286
591 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286
592
593 # The following tests use the deprecated Date interface. 420 # The following tests use the deprecated Date interface.
594 # Issue co19 - 125 421 # Issue co19 - 125
595 LibTest/core/Date/toString_A02_t01: Fail, OK 422 LibTest/core/Date/toString_A02_t01: Fail, OK
596 423
597 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 424 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212
598 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 425 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
599 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 426 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
600 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 427 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
601 428
429
602 [ $compiler == dart2js && $checked ] 430 [ $compiler == dart2js && $checked ]
603 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 431 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
604 LibTest/core/Queue/add_A01_t01: Slow, Pass 432 LibTest/core/Queue/add_A01_t01: Slow, Pass
605 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass 433 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
606 434
435
607 # 436 #
608 # Issues with co19 test suite. 437 # Issues with co19 test suite.
609 # 438 #
610 # If you add anything here, either file a bug against the Dart 439 # If you add anything here, either file a bug against the Dart
611 # language specification, co19 test suite, or add a comment that ahe@ 440 # language specification, co19 test suite, or add a comment that ahe@
612 # can understand so he can file a bug later. 441 # can understand so he can file a bug later.
613 # 442 #
614 [ $compiler == dart2js ] 443 [ $compiler == dart2js ]
615 Language/10_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 444 Language/10_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
616 Language/10_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 445 Language/10_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
617 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 446 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
618 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 447 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
619 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 448 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
620 449
621 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
622
623 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 450 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
624 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 451 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
625 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 452 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
626 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 453 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
627 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 454 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
628 455
629 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 456 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
630 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 457 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
631 458
632 Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 1 94 459 Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 1 94
633 460
634 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 461 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
635 462
636 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 463 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
637 464
638 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 465 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
639 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 466 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
640 467
641 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu e 273 468 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu e 273
642 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273
643 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273
644 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273
645 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273
646 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273
647 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273
648 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273
649 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273
650 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 469 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273
651 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 273 470 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 273
652 471
472 LibTest/core/UnsupportedError/toString_A01_t01: Fail, OK # co19 issue 295
473
653 474
654 [ $compiler == dart2js && $jscl ] 475 [ $compiler == dart2js && $jscl ]
655 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 476 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
656 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 477 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
657 478
658 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 479 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
659 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 480 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
660 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 481 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
661 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 482 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
662 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 483 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
(...skipping 25 matching lines...) Expand all
688 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n egative result from bit-operation. 509 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n egative result from bit-operation.
689 510
690 511
691 # 512 #
692 # The following tests are failing. Please add the error message 513 # The following tests are failing. Please add the error message
693 # (either a compiler error or exception message). The error messages 514 # (either a compiler error or exception message). The error messages
694 # may sometime be out of date. 515 # may sometime be out of date.
695 # 516 #
696 [ $compiler == dart2js ] 517 [ $compiler == dart2js ]
697 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 518 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
698 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
699 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
700
701 519
702 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 520 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
703 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 521 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
704 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 522 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
705 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 523 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
706 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 524 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
707 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
708
709 525
710 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 526 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
711 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 527 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
712 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 528 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
713 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 529 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
714 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super 530 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
715 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 531 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
716 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments 532 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments
717 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 533 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
718 534
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition. 612 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition.
797 Language/07_Classes/10_Superinterfaces_A04_t01: Fail # Checks that it is a compi le-time error if the same type appears more than once in the implements clause. 613 Language/07_Classes/10_Superinterfaces_A04_t01: Fail # Checks that it is a compi le-time error if the same type appears more than once in the implements clause.
798 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t02: Fail # Checks that a compile-time error is produced if a user-defined operator ~ specifies one param eter. 614 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t02: Fail # Checks that a compile-time error is produced if a user-defined operator ~ specifies one param eter.
799 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail # Checks that a compile-time error is produced if a user-defined operator [] specifies an optio nal named parameter. 615 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail # Checks that a compile-time error is produced if a user-defined operator [] specifies an optio nal named parameter.
800 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail # Checks that a compile-time error is produced if a user-defined operator [] specifies an optio nal named parameter in addition to the required one. 616 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail # Checks that a compile-time error is produced if a user-defined operator [] specifies an optio nal named parameter in addition to the required one.
801 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail # Checks that a compile-time error is produced if a user-defined operator []= specifies one opt ional named parameter. 617 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail # Checks that a compile-time error is produced if a user-defined operator []= specifies one opt ional named parameter.
802 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail # Checks that a compile-time error is produced if a user-defined operator []= specifies one opt ional named parameter in addition to the two required ones. 618 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail # Checks that a compile-time error is produced if a user-defined operator []= specifies one opt ional named parameter in addition to the two required ones.
803 Language/07_Classes/1_Instance_Methods_A02_t01: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (2 vs 3) and neithe r have any required parameters. 619 Language/07_Classes/1_Instance_Methods_A02_t01: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (2 vs 3) and neithe r have any required parameters.
804 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith er have any required parameters. 620 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith er have any required parameters.
805 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim e error is produced if m1 has almost the same set of named parameters as m2 exc ept for one of them having a different name. 621 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim e error is produced if m1 has almost the same set of named parameters as m2 exc ept for one of them having a different name.
806 Language/07_Classes/1_Instance_Methods_A02_t06: Fail # Checks that a compile-tim e error is produced if m1 has the same set of named parameters as m2 but in a di fferent order even if the class declaring m1 is not a direct subtype of the clas s declaring m2.
807 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i s produced if empty formal parameter list is present. 622 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i s produced if empty formal parameter list is present.
808 Language/07_Classes/2_Getters_A01_t04: Fail # Checks that a compile-time error i s produced if non-empty formal parameter list is present. 623 Language/07_Classes/2_Getters_A01_t04: Fail # Checks that a compile-time error i s produced if non-empty formal parameter list is present.
809 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i s produced if an static getter has empty formal parameter list. 624 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i s produced if an static getter has empty formal parameter list.
810 Language/07_Classes/2_Getters_A01_t06: Fail # Checks that a compile-time error i s produced if an arbitrary static getter specifies a single formal parameter. 625 Language/07_Classes/2_Getters_A01_t06: Fail # Checks that a compile-time error i s produced if an arbitrary static getter specifies a single formal parameter.
811 Language/07_Classes/2_Getters_A01_t07: Fail # Checks that a compile-time error i s produced if an arbitrary instance getter specifies a single formal parameter. 626 Language/07_Classes/2_Getters_A01_t07: Fail # Checks that a compile-time error i s produced if an arbitrary instance getter specifies a single formal parameter.
812 Language/07_Classes/3_Setters_A03_t01: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list contains two required parameters. 627 Language/07_Classes/3_Setters_A03_t01: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list contains two required parameters.
813 Language/07_Classes/3_Setters_A03_t02: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list consists of a single optional par ameter. 628 Language/07_Classes/3_Setters_A03_t02: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list consists of a single optional par ameter.
814 Language/07_Classes/3_Setters_A03_t03: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list is empty. 629 Language/07_Classes/3_Setters_A03_t03: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list is empty.
815 Language/07_Classes/3_Setters_A03_t04: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list contains a single optional parame ter with a default value. 630 Language/07_Classes/3_Setters_A03_t04: Fail # Checks that a compile-time error i s produced if a setter's formal parameter list contains a single optional parame ter with a default value.
816 Language/07_Classes/3_Setters_A03_t05: Fail # Checks that a compile-time error i s produced if a static setter's formal parameter list contains two required para meters. 631 Language/07_Classes/3_Setters_A03_t05: Fail # Checks that a compile-time error i s produced if a static setter's formal parameter list contains two required para meters.
(...skipping 19 matching lines...) Expand all
836 Language/10_Expressions/06_Lists_A04_t01: Fail # Checks that it is a compile-tim e error if the type argument of a constant list literal includes a type variable . 651 Language/10_Expressions/06_Lists_A04_t01: Fail # Checks that it is a compile-tim e error if the type argument of a constant list literal includes a type variable .
837 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: Fail # Checks that it is a static warning if interface C does not declare a static met hod or getter m. 652 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: Fail # Checks that it is a static warning if interface C does not declare a static met hod or getter m.
838 Language/10_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 653 Language/10_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
839 Language/10_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 654 Language/10_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
840 Language/10_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 655 Language/10_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
841 Language/10_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 656 Language/10_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
842 Language/10_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 657 Language/10_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
843 Language/10_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 658 Language/10_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
844 Language/10_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable. 659 Language/10_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable.
845 Language/11_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression. 660 Language/11_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression.
846 Language/11_Statements/10_Return_A04_t01: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
847 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor.
848 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
849 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as a type alias). 661 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as a type alias).
850 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias). 662 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias).
851 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias). 663 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias).
852 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 664 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
853 665
854 666
855 # 667 #
856 # Unexpected compile-time errors. 668 # Unexpected compile-time errors.
857 # 669 #
858 [ $compiler == dart2js ] 670 [ $compiler == dart2js ]
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 734 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
923 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 735 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
924 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 736 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
925 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 737 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
926 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 738 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
927 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 739 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
928 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 740 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
929 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 741 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
930 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 742 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
931 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 743 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698