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

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

Issue 11339042: Revert "Change signature of noSuchMethod to take an InvocationMirror." (Closed) Base URL: https://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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/dart_backend_test.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 # 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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. 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. 75 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. 76 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. 77 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure.
78 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # TODO(vm-team): Please triage this failure.
79 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: 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. 80 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure.
81 Language/11_Expressions/17_Getter_Invocation_A02_t02: 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. 82 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. 83 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. 84 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure.
85 Language/11_Expressions/18_Assignment_A08_t04: 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. 86 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. 87 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. 88 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure.
85 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure. 89 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure.
86 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri age this failure. 90 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri age this failure.
87 Language/11_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri age this failure. 91 Language/11_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri age this failure.
88 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t eam): Please triage this failure. 92 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t eam): Please triage this failure.
89 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t eam): Please triage this failure. 93 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t eam): Please triage this failure.
90 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t eam): Please triage this failure. 94 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t eam): Please triage this failure.
91 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t eam): Please triage this failure. 95 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t eam): Please triage this failure.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 217
214 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 218 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
215 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 219 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
216 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 220 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
217 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 221 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
218 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 222 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288
219 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 223 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
220 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 224 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
221 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 225 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
222 226
223 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300
224 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
225 227
226 [ $compiler == none && $runtime == vm && $checked ] 228 [ $compiler == none && $runtime == vm && $checked ]
227 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f ailure. 229 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f ailure.
228 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 230 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
229 Language/12_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th is failure. 231 Language/12_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th is failure.
230 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 232 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
231 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 233 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
232 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 234 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
233 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 235 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
234 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f ailure. 236 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f ailure.
235 237
236 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 238 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158
237 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 239 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158
238 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 240 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158
239 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 241 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
240 242
241 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 243 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
242 244
243 Language/03_Overview/2_Privacy_A01_t11: Fail # Passing list instead of Invocatio nMirror.
244 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Passing list instead of InvocationMirror.
245 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Passing list instead of InvocationMirror.
246 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Passing list instead of InvocationMirror.
247 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Passing list instead of InvocationMirror.
248 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail # Passing list instead of InvocationMirror.
249 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t02: Fail # Passing list instead of InvocationMirror.
250
251 [ $compiler == none && $runtime == vm && $unchecked ] 245 [ $compiler == none && $runtime == vm && $unchecked ]
252 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 246 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
253 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 247 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
254 248
255 249
256 [ $compiler == none && $runtime == vm ] 250 [ $compiler == none && $runtime == vm ]
257 # Not properly reporting exception in initializer expressions 251 # Not properly reporting exception in initializer expressions
258 Language/11_Expressions/01_Constants_A16_t01: Fail 252 Language/11_Expressions/01_Constants_A16_t01: Fail
259 Language/11_Expressions/01_Constants_A16_t02: Fail 253 Language/11_Expressions/01_Constants_A16_t02: Fail
260 254
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 368 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
375 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 369 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
376 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294 370 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294
377 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294 371 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294
378 372
379 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 373 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291
380 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 374 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291
381 375
382 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 376 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
383 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 377 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
384
385 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 378 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
386 379
387 380
388 [ $compiler == none && $runtime == vm ] 381 [ $compiler == none && $runtime == vm ]
389 LibTest/core/String/contains_A01_t03: Skip # Times out. 382 LibTest/core/String/contains_A01_t03: Skip # Times out.
390 383
391 LibTest/core/String/contains_A01_t02: Fail 384 LibTest/core/String/contains_A01_t02: Fail
392 385
393 386
394 [ $compiler == none && $runtime == vm && $arch == ia32 ] 387 [ $compiler == none && $runtime == vm && $arch == ia32 ]
(...skipping 17 matching lines...) Expand all
412 LibTest/core/Future/handleException_A01_t07: Fail 405 LibTest/core/Future/handleException_A01_t07: Fail
413 LibTest/core/Future/then_A01_t05: Fail 406 LibTest/core/Future/then_A01_t05: Fail
414 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 407 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
415 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash 408 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
416 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash 409 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
417 410
418 411
419 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 412 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
420 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 413 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
421 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail 414 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
415 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
416 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
417 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622
418 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622
422 419
423 420
424 # function 'func' not found in super class, getter 'func' should be invoked firs t. 421 # function 'func' not found in super class, getter 'func' should be invoked firs t.
425 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732 422 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732
426 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732 423 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732
427 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732 424 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732
428 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732 425 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732
429 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732 426 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732
430 427
431 428
(...skipping 14 matching lines...) Expand all
446 443
447 444
448 [ $compiler == none && $runtime == vm && $mode == debug ] 445 [ $compiler == none && $runtime == vm && $mode == debug ]
449 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 446 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
450 447
451 [ $compiler == none && $arch == simarm ] 448 [ $compiler == none && $arch == simarm ]
452 *: Skip 449 *: Skip
453 450
454 [ $compiler == none && $arch == arm ] 451 [ $compiler == none && $arch == arm ]
455 *: Skip 452 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/dart_backend_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698