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

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

Issue 11312019: Remove references to ObjectNotClosureException and ClosureArgumentMismatchException (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag e this failure. 64 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag e this failure.
65 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v m-team): Please triage this failure. 65 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v m-team): Please triage this failure.
66 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v m-team): Please triage this failure. 66 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v m-team): Please triage this failure.
67 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v m-team): Please triage this failure. 67 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v m-team): Please triage this failure.
68 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage this failure. 68 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage this failure.
69 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage this failure. 69 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage this failure.
70 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure. 70 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure.
71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure. 71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure.
72 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure. 72 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure.
73 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure. 73 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure.
74 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # TODO(vm-team): Please triage this failure.
75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure. 74 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure.
76 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure. 75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure.
77 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure. 76 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure.
78 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure. 77 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure.
79 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure. 78 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure.
80 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure. 79 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure.
81 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure. 80 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure.
82 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure. 81 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure.
83 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure. 82 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure.
84 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure. 83 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 199 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
201 200
202 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 201 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
203 202
204 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 203 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
205 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 204 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
206 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 205 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
207 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 206 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
208 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 207 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
209 208
210 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
211 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
212
213 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 209 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
214 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 210 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
215 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 211 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
216 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 212 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
217 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 213 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288
218 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 214 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
219 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 215 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
220 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 216 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
221 217
222 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300 218 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300
223 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 219 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
224 220
225 [ $compiler == none && $runtime == vm && $checked ] 221 [ $compiler == none && $runtime == vm && $checked ]
226 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f ailure. 222 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f ailure.
227 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 223 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
228 Language/12_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th is failure.
229 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 224 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
230 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 225 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
231 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 226 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
232 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 227 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
233 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f ailure. 228 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f ailure.
229 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(vm-team): Please triage this f ailure.
234 230
235 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 231 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158
236 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 232 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158
237 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 233 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158
238 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 234 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
239 235
240 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 236 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
241 237
242 [ $compiler == none && $runtime == vm && $unchecked ] 238 [ $compiler == none && $runtime == vm && $unchecked ]
243 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 239 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 [ $compiler == none && $runtime == vm && $arch == ia32 ] 381 [ $compiler == none && $runtime == vm && $arch == ia32 ]
386 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 382 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
387 383
388 384
389 [ $compiler == none && $runtime == vm ] 385 [ $compiler == none && $runtime == vm ]
390 Language/07_Classes/07_Classes_A02_t29: Fail 386 Language/07_Classes/07_Classes_A02_t29: Fail
391 Language/07_Classes/07_Classes_A02_t31: Fail 387 Language/07_Classes/07_Classes_A02_t31: Fail
392 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail 388 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail
393 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail 389 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail
394 Language/11_Expressions/05_Strings_A20_t01: Fail 390 Language/11_Expressions/05_Strings_A20_t01: Fail
395 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # co19 issue 166
396 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail
397 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail
398 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail
399 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 391 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
400 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 392 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
401 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 393 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
402 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 394 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
403 LibTest/core/Future/handleException_A01_t07: Fail
404 LibTest/core/Future/then_A01_t05: Fail
405 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 395 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
406 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash 396 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
407 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash 397 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
408 398
409 399
410 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 400 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
411 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 401 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
412 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail 402 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
413 403
414 404
(...skipping 22 matching lines...) Expand all
437 427
438 428
439 [ $compiler == none && $runtime == vm && $mode == debug ] 429 [ $compiler == none && $runtime == vm && $mode == debug ]
440 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 430 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
441 431
442 [ $compiler == none && $arch == simarm ] 432 [ $compiler == none && $arch == simarm ]
443 *: Skip 433 *: Skip
444 434
445 [ $compiler == none && $arch == arm ] 435 [ $compiler == none && $arch == arm ]
446 *: Skip 436 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698