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

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

Issue 10989013: Change IllegalArgumentException to ArgumentError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated co19 test expectations. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th is failure. 6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th is failure.
7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th is failure. 7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th is failure.
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this failure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this failure.
9 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(vm-team): Please triage this failure. 9 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(vm-team): Please triage this failure.
10 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(vm-team): Please triage this failure. 10 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(vm-team): Please triage this failure.
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 Language/13_Libraries_and_Scripts/2_Imports_A03_t21: Fail # TODO(vm-team): Pleas e triage this failure. 204 Language/13_Libraries_and_Scripts/2_Imports_A03_t21: Fail # TODO(vm-team): Pleas e triage this failure.
205 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(vm-team): Pleas e triage this failure. 205 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(vm-team): Pleas e triage this failure.
206 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # TODO(vm-team): Pleas e triage this failure. 206 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # TODO(vm-team): Pleas e triage this failure.
207 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # TODO(vm-team): Pleas e triage this failure. 207 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # TODO(vm-team): Pleas e triage this failure.
208 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # TODO(vm-team): Pleas e triage this failure. 208 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # TODO(vm-team): Pleas e triage this failure.
209 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 209 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
210 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure. 210 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure.
211 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(vm-team): Please triage this f ailure. 211 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(vm-team): Please triage this f ailure.
212 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(vm-team): Please tria ge this failure. 212 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(vm-team): Please tria ge this failure.
213 213
214 LibTest/core/Completer/completeException_A02_t01: Fail # issue 224
215 LibTest/core/int/operator_left_shift_A01_t03: Fail # issue 224
216 LibTest/core/int/operator_right_shift_A01_t03: Fail # issue 224
217 LibTest/core/List/List_A03_t01: Fail # issue 224
218 LibTest/core/List/insertRange_A05_t01: Fail # issue 224
219 LibTest/core/List/operator_subscript_A04_t01: Fail # issue 224
220 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # issue 224
221 LibTest/core/List/removeRange_A04_t01: Fail # issue 224
222 LibTest/core/List/setRange_A04_t01: Fail # issue 224
223 LibTest/core/String/charCodeAt_A03_t01: Fail # issue 224
224 LibTest/core/String/concat_A02_t01: Fail # issue 224
225 LibTest/core/Strings/concatAll_A04_t01: Fail # issue 224
226 LibTest/core/Strings/join_A04_t01: Fail # issue 224
227 LibTest/core/String/String.fromCharCodes_A02_t01: Fail # issue 224
228 LibTest/core/List/getRange_A03_t01: Fail # issue 224
214 229
215 [ $runtime == vm && $checked ] 230 [ $runtime == vm && $checked ]
231
216 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 232 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
217 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure. 233 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure.
218 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 234 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
219 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 235 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
220 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 236 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
221 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 237 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
222 238
223 239
224 [ $runtime == vm && $unchecked ] 240 [ $runtime == vm && $unchecked ]
225 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t eam): Please triage this failure. 241 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t eam): Please triage this failure.
226 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag e this failure. 242 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag e this failure.
227 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag e this failure. 243 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag e this failure.
228 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag e this failure. 244 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag e this failure.
229 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag e this failure. 245 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag e this failure.
230 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 246 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
231 247
248 LibTest/core/List/List_A04_t01: Fail # issue 224
249 LibTest/core/List/operator_subscript_A03_t01: Fail # issue 224
250
232 251
233 [ $runtime == vm ] 252 [ $runtime == vm ]
234 # Not properly reporting exception in initializer expressions 253 # Not properly reporting exception in initializer expressions
235 Language/10_Expressions/01_Constants_A16_t01: Fail 254 Language/10_Expressions/01_Constants_A16_t01: Fail
236 Language/10_Expressions/01_Constants_A16_t02: Fail 255 Language/10_Expressions/01_Constants_A16_t02: Fail
237 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail 256 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail
238 257
239 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 258 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
240 Language/10_Expressions/01_Constants_A16_t03: Fail # issue 392 259 Language/10_Expressions/01_Constants_A16_t03: Fail # issue 392
241 260
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 533
515 534
516 [ $runtime == vm && $mode == debug && $unchecked ] 535 [ $runtime == vm && $mode == debug && $unchecked ]
517 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 536 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
518 537
519 [ $arch == simarm ] 538 [ $arch == simarm ]
520 *: Skip 539 *: Skip
521 540
522 [ $arch == arm ] 541 [ $arch == arm ]
523 *: Skip 542 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698