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

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

Issue 8384012: Make some ErrorCode-s compile-time errors and some just type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes for comments Created 9 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 # 7 #
8 # Problems specific to compiler in release build (--optimize) 8 # Problems specific to compiler in release build (--optimize)
9 # 9 #
10 [ $component == dartc && $mode == release ] 10 [ $component == dartc && $mode == release ]
11 11
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail 171 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail
172 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut 172 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut
173 173
174 # List.fromList has been removed. 174 # List.fromList has been removed.
175 LibTest/core/List/List.fromList/*: Fail 175 LibTest/core/List/List.fromList/*: Fail
176 176
177 177
178 # New problems on 2011-11-01. 178 # New problems on 2011-11-01.
179 [ $component == dartc ] 179 [ $component == dartc ]
180 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01: Fail 180 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01: Fail
181 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
182 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
181 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail 183 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
182 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 184 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
183 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail 185 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
184 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash 186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash
185 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash 187 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash
186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash 188 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash
187 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash 189 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash
188 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash 190 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash
189 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash 191 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash
190 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail 192 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail
191 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail 193 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail
192 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail 194 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail
193 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail 195 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail
194 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail 196 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
195 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail 197 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
196 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail 198 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
197 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail 199 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
198 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail 200 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
199 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail 201 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
200 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail 202 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
201 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail 203 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
202 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 204 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
203 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail 205 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
204 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail 206 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
205 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Crash 207 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Crash
206 LangSpecTest/13_Types/13_5_Function_Types/A01/t02: Crash 208 LangSpecTest/13_Types/13_5_Function_Types/A01/t02: Crash
207 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Crash 209 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Crash
208 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail 210 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Crash
209 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Crash 211 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Crash
210 LangSpecTest/13_Types/13_5_Function_Types/A01/t07: Crash 212 LangSpecTest/13_Types/13_5_Function_Types/A01/t07: Crash
211 LangSpecTest/13_Types/13_5_Function_Types/A01/t08: Crash 213 LangSpecTest/13_Types/13_5_Function_Types/A01/t08: Crash
212 LangSpecTest/13_Types/13_5_Function_Types/A01/t09: Crash 214 LangSpecTest/13_Types/13_5_Function_Types/A01/t09: Crash
213 LangSpecTest/13_Types/13_5_Function_Types/A01/t10: Crash 215 LangSpecTest/13_Types/13_5_Function_Types/A01/t10: Crash
214 LangSpecTest/13_Types/13_5_Function_Types/A01/t11: Crash 216 LangSpecTest/13_Types/13_5_Function_Types/A01/t11: Crash
215 LangSpecTest/13_Types/13_5_Function_Types/A01/t12: Crash 217 LangSpecTest/13_Types/13_5_Function_Types/A01/t12: Crash
216 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Crash 218 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Crash
217 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Crash 219 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Crash
218 LangSpecTest/13_Types/13_5_Function_Types/A01/t15: Crash 220 LangSpecTest/13_Types/13_5_Function_Types/A01/t15: Crash
219 LangSpecTest/13_Types/13_5_Function_Types/A01/t16: Crash 221 LangSpecTest/13_Types/13_5_Function_Types/A01/t16: Crash
220 LangSpecTest/13_Types/13_5_Function_Types/A01/t17: Crash 222 LangSpecTest/13_Types/13_5_Function_Types/A01/t17: Crash
221 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Crash 223 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Crash
222 LangSpecTest/13_Types/13_5_Function_Types/A01/t19: Crash 224 LangSpecTest/13_Types/13_5_Function_Types/A01/t19: Crash
223 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Crash 225 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Crash
224 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Crash 226 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Crash
225 LangSpecTest/13_Types/13_5_Function_Types/A01/t22: Crash 227 LangSpecTest/13_Types/13_5_Function_Types/A01/t22: Crash
226 LangSpecTest/13_Types/13_5_Function_Types/A01/t23: Crash 228 LangSpecTest/13_Types/13_5_Function_Types/A01/t23: Crash
229
227 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail 230 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
231 LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t01: Fail # Bug 5532690
232 LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t02: Fail # Bug 5532690
233 LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t03: Fail # Bug 5532690
234 LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t04: Fail # Bug 5532690
235 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t02: Fail # Bug 5532690
236 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t03: Fail # Bug 5532690
237
238
228 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail 239 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail
229 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail 240 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail
230 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il 241 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il
231 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail 242 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail
232 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail 243 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail
233 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail 244 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail
234 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail 245 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail
235 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail 246 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail
236 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail 247 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail
237 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail 248 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail 451 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
441 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 452 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
442 453
443 454
444 [ $component == dartium ] 455 [ $component == dartium ]
445 *: Skip 456 *: Skip
446 457
447 458
448 [ $component == chromium ] 459 [ $component == chromium ]
449 *: Skip 460 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698