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

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

Issue 11881053: Correctly implement co19 test suite. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased and fixed bugs Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | dart/tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 6
7 # co19 issue 365 (iterator changes) 7 # co19 issue 365 (iterator changes)
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365
9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365
10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365
11 11
12 # co19 issue 336 (allow use same prefix for several imports) 12 # co19 issue 336 (allow use same prefix for several imports)
13 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail
14 14
15 15
16 # co19 issue 337 (export in scripts is allowed in 0.13) 16 # co19 issue 337 (export in scripts is allowed in 0.13)
17 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail 17 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail
18 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail 18 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail
19 19
20 20
21 # co19 issue 335 (assignment to final is warning, not error) 21 # co19 issue 335 (assignment to final is warning, not error)
22 Language/05_Variables/05_Variables_A07_t01: Fail 22 Language/05_Variables/05_Variables_A07_t01: Fail
23 Language/05_Variables/05_Variables_A07_t02: Fail 23 Language/05_Variables/05_Variables_A07_t02: Fail
24 Language/05_Variables/05_Variables_A07_t03: Fail 24 Language/05_Variables/05_Variables_A07_t03: Fail
25 Language/05_Variables/05_Variables_A07_t04: Fail 25 Language/05_Variables/05_Variables_A07_t04: Fail
26 Language/05_Variables/05_Variables_A07_t10: Fail 26 Language/05_Variables/05_Variables_A07_t10: Fail
27 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail 27 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail
28 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail 28 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail
29 29
30 # issue 7095
31 Language/12_Statements/02_Expression_Statements_A01_t12: Fail
32
33 # co19 issue 344 ('null' is constant, so can be used in 'case') 30 # co19 issue 344 ('null' is constant, so can be used in 'case')
34 Language/12_Statements/09_Switch_A02_t03: Fail 31 Language/12_Statements/09_Switch_A02_t03: Fail
35 32
36 # co19 343 (invalid unicode NFC) 33 # co19 343 (invalid unicode NFC)
37 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail 34 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail
38 35
39 36
40 # co19 issue 339 (type variable is not constant) 37 # co19 issue 339 (type variable is not constant)
41 Language/11_Expressions/01_Constants_A20_t03: Fail 38 Language/11_Expressions/01_Constants_A20_t03: Fail
42 39
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 # co19 issue 354 117 # co19 issue 354
121 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail 118 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail
122 119
123 120
124 # testing framework or VM issue 7388 (dies on Turkish character) 121 # testing framework or VM issue 7388 (dies on Turkish character)
125 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip 122 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip
126 123
127 124
128 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 125 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
129 126
130 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031
131 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323 127 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323
132 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477 128 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477
133 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477 129 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477
134 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477 130 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477
135 Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473 131 Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473
136 Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473 132 Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473
137 Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473 133 Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473
138 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 134 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473
139 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 135 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368
140 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 136 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368
141 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 137 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169
142 138
143 139
144 140
145 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 141 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317
146 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 142 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
147 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 143 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
148 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 144 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
149 145
150 146
147 Language/03_Overview/1_Scoping_A02_t30: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
148 Language/03_Overview/2_Privacy_A01_t06: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
149 Language/05_Variables/05_Variables_A11_t01: Fail, OK # TODO(ahe): This test is f ailing after correctly implementing static warning checks in co19 test suite. Th e co19 authors have informed me that some of these failures are due to bugs in t he test suite.
150 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail, O K # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
151 Language/07_Classes/07_Classes_A01_t20: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
152 Language/07_Classes/07_Classes_A02_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
153 Language/07_Classes/07_Classes_A02_t34: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
154 Language/07_Classes/07_Classes_A03_t03: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
155 Language/07_Classes/07_Classes_A03_t04: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
156 Language/07_Classes/07_Classes_A03_t05: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
157 Language/07_Classes/07_Classes_A03_t06: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
158 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
159 Language/07_Classes/3_Setters_A04_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
160 Language/07_Classes/3_Setters_A04_t03: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
161 Language/07_Classes/3_Setters_A04_t04: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
162 Language/07_Classes/3_Setters_A04_t05: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
163 Language/07_Classes/4_Abstract_Instance_Members_A01_t01: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
164 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
165 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
166 Language/07_Classes/4_Abstract_Instance_Members_A07_t07: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
167 Language/07_Classes/4_Abstract_Instance_Members_A07_t09: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
168 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning che cks in co19 test suite. The co19 authors have informed me that some of these fai lures are due to bugs in the test suite.
169 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning che cks in co19 test suite. The co19 authors have informed me that some of these fai lures are due to bugs in the test suite.
170 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: F ail, OK # TODO(ahe): This test is failing after correctly implementing static wa rning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
171 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: F ail, OK # TODO(ahe): This test is failing after correctly implementing static wa rning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
172 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t13: Fail, OK # TO DO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failur es are due to bugs in the test suite.
173 Language/11_Expressions/11_Instance_Creation/1_New_A06_t01: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
174 Language/11_Expressions/11_Instance_Creation/1_New_A06_t02: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
175 Language/11_Expressions/11_Instance_Creation/1_New_A06_t03: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
176 Language/11_Expressions/11_Instance_Creation/1_New_A06_t07: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
177 Language/11_Expressions/11_Instance_Creation/1_New_A06_t08: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
178 Language/11_Expressions/11_Instance_Creation/1_New_A06_t09: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
179 Language/11_Expressions/11_Instance_Creation/1_New_A11_t01: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
180 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # TODO(ahe) : This test is failing after correctly implementing static warning checks in co1 9 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
181 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me tha t some of these failures are due to bugs in the test suite.
182 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me tha t some of these failures are due to bugs in the test suite.
183 Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Fail , OK # TODO(ahe): This test is failing after correctly implementing static warni ng checks in co19 test suite. The co19 authors have informed me that some of the se failures are due to bugs in the test suite.
184 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
185 Language/11_Expressions/18_Assignment_A08_t03: Fail, OK # TODO(ahe): This test i s failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs i n the test suite.
186 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # TODO(ahe): This test i s failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs i n the test suite.
187 Language/11_Expressions/19_Conditional_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite . The co19 authors have informed me that some of these failures are due to bugs in the test suite.
188 Language/11_Expressions/19_Conditional_A01_t10: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite . The co19 authors have informed me that some of these failures are due to bugs in the test suite.
189 Language/11_Expressions/19_Conditional_A01_t12: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite . The co19 authors have informed me that some of these failures are due to bugs in the test suite.
190 Language/11_Expressions/19_Conditional_A01_t14: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite . The co19 authors have informed me that some of these failures are due to bugs in the test suite.
191 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t01: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
192 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
193 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
194 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
195 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
196 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
197 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t15: Fail, OK # TODO( ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
198 Language/11_Expressions/21_Bitwise_Expressions_A01_t01: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
199 Language/11_Expressions/21_Bitwise_Expressions_A01_t12: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
200 Language/11_Expressions/21_Bitwise_Expressions_A01_t13: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
201 Language/11_Expressions/21_Bitwise_Expressions_A01_t14: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
202 Language/11_Expressions/21_Bitwise_Expressions_A01_t15: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
203 Language/11_Expressions/21_Bitwise_Expressions_A01_t16: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
204 Language/11_Expressions/21_Bitwise_Expressions_A01_t17: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
205 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
206 Language/11_Expressions/23_Relational_Expressions_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
207 Language/11_Expressions/23_Relational_Expressions_A01_t18: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
208 Language/11_Expressions/23_Relational_Expressions_A01_t19: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
209 Language/11_Expressions/23_Relational_Expressions_A01_t20: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
210 Language/11_Expressions/23_Relational_Expressions_A01_t21: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
211 Language/11_Expressions/23_Relational_Expressions_A01_t22: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
212 Language/11_Expressions/23_Relational_Expressions_A01_t23: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
213 Language/11_Expressions/24_Shift_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
214 Language/11_Expressions/24_Shift_A01_t09: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
215 Language/11_Expressions/24_Shift_A01_t10: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
216 Language/11_Expressions/24_Shift_A01_t11: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
217 Language/11_Expressions/24_Shift_A01_t12: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
218 Language/11_Expressions/24_Shift_A01_t13: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
219 Language/11_Expressions/24_Shift_A01_t14: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
220 Language/11_Expressions/25_Additive_Expressions_A01_t07: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
221 Language/11_Expressions/25_Additive_Expressions_A01_t08: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
222 Language/11_Expressions/25_Additive_Expressions_A01_t11: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
223 Language/11_Expressions/25_Additive_Expressions_A01_t12: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
224 Language/11_Expressions/25_Additive_Expressions_A01_t13: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
225 Language/11_Expressions/25_Additive_Expressions_A01_t14: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
226 Language/11_Expressions/26_Multiplicative_Expressions_A01_t10: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
227 Language/11_Expressions/26_Multiplicative_Expressions_A01_t11: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
228 Language/11_Expressions/26_Multiplicative_Expressions_A01_t14: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
229 Language/11_Expressions/26_Multiplicative_Expressions_A01_t15: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
230 Language/11_Expressions/26_Multiplicative_Expressions_A01_t16: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
231 Language/11_Expressions/26_Multiplicative_Expressions_A01_t17: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
232 Language/11_Expressions/27_Unary_Expressions_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
233 Language/11_Expressions/27_Unary_Expressions_A01_t04: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
234 Language/11_Expressions/27_Unary_Expressions_A01_t05: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
235 Language/11_Expressions/27_Unary_Expressions_A01_t11: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
236 Language/11_Expressions/27_Unary_Expressions_A01_t12: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
237 Language/11_Expressions/27_Unary_Expressions_A01_t13: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
238 Language/11_Expressions/27_Unary_Expressions_A01_t17: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
239 Language/11_Expressions/27_Unary_Expressions_A01_t18: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
240 Language/11_Expressions/27_Unary_Expressions_A01_t19: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
241 Language/11_Expressions/27_Unary_Expressions_A01_t20: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
242 Language/11_Expressions/27_Unary_Expressions_A01_t21: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
243 Language/11_Expressions/27_Unary_Expressions_A01_t22: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
244 Language/11_Expressions/27_Unary_Expressions_A01_t27: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
245 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
246 Language/11_Expressions/28_Postfix_Expressions_A01_t03: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
247 Language/11_Expressions/28_Postfix_Expressions_A01_t05: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
248 Language/11_Expressions/29_Assignable_Expressions_A01_t06: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
249 Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
250 Language/11_Expressions/29_Assignable_Expressions_A01_t09: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
251 Language/11_Expressions/29_Assignable_Expressions_A01_t26: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
252 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
253 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
254 Language/11_Expressions/30_Identifier_Reference_A08_t02: Fail, OK # TODO(ahe): T his test is failing after correctly implementing static warning checks in co19 t est suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
255 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail, OK # TODO(ah e): This test is failing after correctly implementing static warning checks in c o19 test suite. The co19 authors have informed me that some of these failures ar e due to bugs in the test suite.
256 Language/12_Statements/06_For/1_For_Loop_A01_t07: Fail, OK # TODO(ahe): This tes t is failing after correctly implementing static warning checks in co19 test sui te. The co19 authors have informed me that some of these failures are due to bug s in the test suite.
257 Language/12_Statements/06_For/2_For_in_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite . The co19 authors have informed me that some of these failures are due to bugs in the test suite.
258 Language/12_Statements/07_While_A02_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
259 Language/12_Statements/08_Do_A02_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
260 Language/12_Statements/09_Switch_A02_t04: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
261 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # T ODO(ahe): This test is failing after correctly implementing static warning check s in co19 test suite. The co19 authors have informed me that some of these failu res are due to bugs in the test suite.
262 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # T ODO(ahe): This test is failing after correctly implementing static warning check s in co19 test suite. The co19 authors have informed me that some of these failu res are due to bugs in the test suite.
263 Language/13_Libraries_and_Scripts/1_Imports_A01_t51: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
264 Language/13_Libraries_and_Scripts/1_Imports_A01_t52: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
265 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
266 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
267 Language/13_Libraries_and_Scripts/1_Imports_A02_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
268 Language/13_Libraries_and_Scripts/1_Imports_A02_t04: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
269 Language/13_Libraries_and_Scripts/1_Imports_A02_t05: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
270 Language/13_Libraries_and_Scripts/1_Imports_A02_t06: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
271 Language/13_Libraries_and_Scripts/1_Imports_A02_t11: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
272 Language/13_Libraries_and_Scripts/1_Imports_A02_t13: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
273 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
274 Language/13_Libraries_and_Scripts/1_Imports_A02_t20: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
275 Language/13_Libraries_and_Scripts/2_Exports_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
276 Language/13_Libraries_and_Scripts/2_Exports_A01_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
277 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
278 Language/13_Libraries_and_Scripts/2_Exports_A03_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
279 Language/13_Libraries_and_Scripts/2_Exports_A03_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
280 Language/13_Libraries_and_Scripts/3_Parts_A03_t01: Fail, OK # TODO(ahe): This te st is failing after correctly implementing static warning checks in co19 test su ite. The co19 authors have informed me that some of these failures are due to bu gs in the test suite.
281 Language/14_Types/1_Static_Types_A02_t09: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
282 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suit e. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
283 Language/14_Types/4_Interface_Types_A08_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
284 Language/14_Types/5_Function_Types_A06_t01: Fail, OK # TODO(ahe): This test is f ailing after correctly implementing static warning checks in co19 test suite. Th e co19 authors have informed me that some of these failures are due to bugs in t he test suite.
285 LibTest/core/AssertionError/column_A01_t02: Fail, OK # TODO(ahe): This test is f ailing after correctly implementing static warning checks in co19 test suite. Th e co19 authors have informed me that some of these failures are due to bugs in t he test suite.
286 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
287 LibTest/core/AssertionError/line_A01_t02: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
288 LibTest/core/AssertionError/url_A01_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
289 LibTest/core/Completer/Completer_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
290 LibTest/core/Completer/completeException_A01_t01: Fail, OK # TODO(ahe): This tes t is failing after correctly implementing static warning checks in co19 test sui te. The co19 authors have informed me that some of these failures are due to bug s in the test suite.
291 LibTest/core/Completer/completeException_A02_t01: Fail, OK # TODO(ahe): This tes t is failing after correctly implementing static warning checks in co19 test sui te. The co19 authors have informed me that some of these failures are due to bug s in the test suite.
292 LibTest/core/Completer/completeException_A03_t01: Fail, OK # TODO(ahe): This tes t is failing after correctly implementing static warning checks in co19 test sui te. The co19 authors have informed me that some of these failures are due to bug s in the test suite.
293 LibTest/core/Completer/completeException_A03_t02: Fail, OK # TODO(ahe): This tes t is failing after correctly implementing static warning checks in co19 test sui te. The co19 authors have informed me that some of these failures are due to bug s in the test suite.
294 LibTest/core/Completer/complete_A01_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
295 LibTest/core/Completer/complete_A02_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
296 LibTest/core/Completer/complete_A02_t02: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
297 LibTest/core/Completer/future_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
298 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are d ue to bugs in the test suite.
299 LibTest/core/Date/subtract_A06_t01: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
300 LibTest/core/Future/Future.immediate_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
301 LibTest/core/Future/chain_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
302 LibTest/core/Future/chain_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
303 LibTest/core/Future/chain_A01_t03: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
304 LibTest/core/Future/chain_A01_t04: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
305 LibTest/core/Future/chain_A01_t05: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
306 LibTest/core/Future/chain_A01_t06: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
307 LibTest/core/Future/chain_A01_t07: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
308 LibTest/core/Future/chain_A01_t08: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
309 LibTest/core/Future/chain_A01_t09: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
310 LibTest/core/Future/chain_A02_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
311 LibTest/core/Future/chain_A02_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
312 LibTest/core/Future/chain_A02_t03: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
313 LibTest/core/Future/chain_A03_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
314 LibTest/core/Future/exception_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
315 LibTest/core/Future/exception_A01_t02: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
316 LibTest/core/Future/exception_A02_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
317 LibTest/core/Future/handleException_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
318 LibTest/core/Future/handleException_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
319 LibTest/core/Future/handleException_A01_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
320 LibTest/core/Future/handleException_A01_t04: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
321 LibTest/core/Future/handleException_A01_t05: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
322 LibTest/core/Future/handleException_A01_t06: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
323 LibTest/core/Future/handleException_A01_t07: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
324 LibTest/core/Future/hasValue_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
325 LibTest/core/Future/isComplete_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
326 LibTest/core/Future/then_A01_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
327 LibTest/core/Future/then_A01_t02: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
328 LibTest/core/Future/then_A01_t03: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
329 LibTest/core/Future/then_A01_t04: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
330 LibTest/core/Future/then_A01_t05: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
331 LibTest/core/Future/transform_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
332 LibTest/core/Future/transform_A01_t02: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
333 LibTest/core/Future/transform_A01_t03: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
334 LibTest/core/Future/transform_A01_t04: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
335 LibTest/core/Future/transform_A01_t05: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
336 LibTest/core/Future/transform_A01_t06: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
337 LibTest/core/Future/transform_A01_t07: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
338 LibTest/core/Future/transform_A02_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
339 LibTest/core/Future/transform_A02_t02: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
340 LibTest/core/Future/transform_A03_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
341 LibTest/core/Future/value_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
342 LibTest/core/Future/value_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
343 LibTest/core/Future/value_A01_t03: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
344 LibTest/core/Futures/wait_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
345 LibTest/core/Futures/wait_A01_t03: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
346 LibTest/core/Futures/wait_A01_t04: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
347 LibTest/core/Futures/wait_A01_t05: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
348 LibTest/core/Futures/wait_A01_t06: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
349 LibTest/core/Futures/wait_A02_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
350 LibTest/core/Futures/wait_A02_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
351 LibTest/core/Futures/wait_A03_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
352 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # TODO(ahe): Th is test is failing after correctly implementing static warning checks in co19 te st suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
353 LibTest/core/List/every_A03_t01: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
354 LibTest/core/List/filter_A01_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
355 LibTest/core/List/filter_A01_t02: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
356 LibTest/core/List/filter_A02_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
357 LibTest/core/List/filter_A03_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
358 LibTest/core/List/iterator_A01_t01: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
359 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK # TODO(ahe): This test is f ailing after correctly implementing static warning checks in co19 test suite. Th e co19 authors have informed me that some of these failures are due to bugs in t he test suite.
360 LibTest/core/List/iterator_next_A01_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
361 LibTest/core/List/iterator_next_A02_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
362 LibTest/core/List/setRange_A05_t01: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
363 LibTest/core/List/some_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 autho rs have informed me that some of these failures are due to bugs in the test suit e.
364 LibTest/core/List/some_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 autho rs have informed me that some of these failures are due to bugs in the test suit e.
365 LibTest/core/List/some_A02_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 autho rs have informed me that some of these failures are due to bugs in the test suit e.
366 LibTest/core/List/some_A03_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 autho rs have informed me that some of these failures are due to bugs in the test suit e.
367 LibTest/core/Map/getKeys_A01_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
368 LibTest/core/Map/getKeys_A01_t02: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
369 LibTest/core/Map/getValues_A01_t01: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
370 LibTest/core/Map/getValues_A01_t02: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
371 LibTest/core/Match/end_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 autho rs have informed me that some of these failures are due to bugs in the test suit e.
372 LibTest/core/Match/groupCount_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
373 LibTest/core/Match/group_A01_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
374 LibTest/core/Match/group_A02_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
375 LibTest/core/Match/groups_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
376 LibTest/core/Match/groups_A02_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
377 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # TODO(ahe): This test i s failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs i n the test suite.
378 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # TODO(ahe): This test i s failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs i n the test suite.
379 LibTest/core/Match/pattern_A01_t01: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
380 LibTest/core/Match/start_A01_t01: Fail, OK # TODO(ahe): This test is failing aft er correctly implementing static warning checks in co19 test suite. The co19 aut hors have informed me that some of these failures are due to bugs in the test su ite.
381 LibTest/core/Match/str_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 autho rs have informed me that some of these failures are due to bugs in the test suit e.
382 LibTest/core/Queue/filter_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
383 LibTest/core/Queue/filter_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
384 LibTest/core/Queue/filter_A01_t04: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
385 LibTest/core/Queue/filter_A01_t05: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
386 LibTest/core/Queue/filter_A01_t06: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
387 LibTest/core/Queue/iterator_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
388 LibTest/core/Queue/iterator_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
389 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
390 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. T he co19 authors have informed me that some of these failures are due to bugs in the test suite.
391 LibTest/core/Queue/iterator_next_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
392 LibTest/core/Queue/iterator_next_A01_t02: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
393 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
394 LibTest/core/Queue/some_A01_t01: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
395 LibTest/core/Queue/some_A01_t02: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
396 LibTest/core/Queue/some_A01_t04: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
397 LibTest/core/Queue/some_A01_t05: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
398 LibTest/core/Queue/some_A01_t06: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
399 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01: Fail, OK # T ODO(ahe): This test is failing after correctly implementing static warning check s in co19 test suite. The co19 authors have informed me that some of these failu res are due to bugs in the test suite.
400 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01: Fail, OK # T ODO(ahe): This test is failing after correctly implementing static warning check s in co19 test suite. The co19 authors have informed me that some of these failu res are due to bugs in the test suite.
401 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # T ODO(ahe): This test is failing after correctly implementing static warning check s in co19 test suite. The co19 authors have informed me that some of these failu res are due to bugs in the test suite.
402 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # T ODO(ahe): This test is failing after correctly implementing static warning check s in co19 test suite. The co19 authors have informed me that some of these failu res are due to bugs in the test suite.
403 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
404 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail, OK # TODO(a he): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures a re due to bugs in the test suite.
405 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning che cks in co19 test suite. The co19 authors have informed me that some of these fai lures are due to bugs in the test suite.
406 LibTest/core/RegExp/RegExp_A01_t01: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
407 LibTest/core/RegExp/RegExp_A01_t02: Fail, OK # TODO(ahe): This test is failing a fter correctly implementing static warning checks in co19 test suite. The co19 a uthors have informed me that some of these failures are due to bugs in the test suite.
408 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
409 LibTest/core/RegExp/allMatches_A02_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
410 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
411 LibTest/core/RegExp/firstMatch_A03_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
412 LibTest/core/RegExp/hasMatch_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
413 LibTest/core/RegExp/hasMatch_A02_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
414 LibTest/core/RegExp/ignoreCase_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
415 LibTest/core/RegExp/multiLine_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
416 LibTest/core/RegExp/pattern_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
417 LibTest/core/RegExp/stringMatch_A01_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
418 LibTest/core/RegExp/stringMatch_A02_t01: Fail, OK # TODO(ahe): This test is fail ing after correctly implementing static warning checks in co19 test suite. The c o19 authors have informed me that some of these failures are due to bugs in the test suite.
419 LibTest/core/Set/filter_A01_t01: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
420 LibTest/core/Set/filter_A01_t02: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
421 LibTest/core/Set/filter_A01_t03: Fail, OK # TODO(ahe): This test is failing afte r correctly implementing static warning checks in co19 test suite. The co19 auth ors have informed me that some of these failures are due to bugs in the test sui te.
422 LibTest/core/Set/some_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 author s have informed me that some of these failures are due to bugs in the test suite .
423 LibTest/core/Set/some_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 author s have informed me that some of these failures are due to bugs in the test suite .
424 LibTest/core/Set/some_A01_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 author s have informed me that some of these failures are due to bugs in the test suite .
425 LibTest/core/String/contains_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite.
432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
434
435
151 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 436 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
152 *: Skip 437 *: Skip
OLDNEW
« no previous file with comments | « no previous file | dart/tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698