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

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

Issue 11231074: Change signature of noSuchMethod to take an InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged dart2js changes into this CL. 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 need to be updated for new optional parameter syntax and semantics , co19 issue 258: 5 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure. 79 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure.
80 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure. 80 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure.
81 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure. 81 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure.
82 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure. 82 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure.
83 Language/10_Expressions/13_Property_Extraction_A01_t01: Fail # TODO(vm-team): Pl ease triage this failure. 83 Language/10_Expressions/13_Property_Extraction_A01_t01: Fail # TODO(vm-team): Pl ease triage this failure.
84 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # TODO(vm-team): Please triage this failure. 84 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # TODO(vm-team): Please triage this failure.
85 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure. 85 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure.
86 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure. 86 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure.
87 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # TODO(vm-team): Please triage this failure. 87 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # TODO(vm-team): Please triage this failure.
88 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure. 88 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure.
89 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # TODO(vm-team): Please triage this failure.
90 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # TODO(vm-team): Please triage this failure.
91 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure. 89 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure.
92 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea se triage this failure.
93 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure. 90 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure.
94 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure. 91 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure.
95 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure. 92 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure.
96 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria ge this failure. 93 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria ge this failure.
97 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure. 94 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure.
98 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure. 95 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure.
99 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure. 96 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure.
100 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure. 97 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure.
101 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri age this failure. 98 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri age this failure.
102 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri age this failure. 99 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri age this failure.
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 LibTest/core/double/isNaN_A01_t02: Fail, OK # co19 issue 280 563 LibTest/core/double/isNaN_A01_t02: Fail, OK # co19 issue 280
567 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280 564 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280
568 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280 565 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280
569 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 566 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280
570 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280 567 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280
571 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280 568 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280
572 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 569 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280
573 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 570 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280
574 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 571 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280
575 572
576 573 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail
574 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail
577 575
578 576
579 [ $compiler == none && $runtime == vm ] 577 [ $compiler == none && $runtime == vm ]
580 LibTest/core/String/contains_A01_t03: Skip # Times out. 578 LibTest/core/String/contains_A01_t03: Skip # Times out.
581 579
582 LibTest/core/String/contains_A01_t02: Fail 580 LibTest/core/String/contains_A01_t02: Fail
583 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 581 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238
584 582
585 583
586 [ $compiler == none && $runtime == vm && $arch == ia32 ] 584 [ $compiler == none && $runtime == vm && $arch == ia32 ]
(...skipping 17 matching lines...) Expand all
604 LibTest/core/Future/handleException_A01_t07: Fail 602 LibTest/core/Future/handleException_A01_t07: Fail
605 LibTest/core/Future/then_A01_t05: Fail 603 LibTest/core/Future/then_A01_t05: Fail
606 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 604 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
607 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash 605 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
608 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash 606 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
609 607
610 608
611 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 609 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
612 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 610 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
613 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail 611 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
614 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
615 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
616 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622
617 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622
618 612
619 613
620 # function 'func' not found in super class, getter 'func' should be invoked firs t. 614 # function 'func' not found in super class, getter 'func' should be invoked firs t.
621 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732 615 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732
622 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732 616 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732
623 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732 617 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732
624 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732 618 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732
625 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732 619 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732
626 620
627 621
(...skipping 14 matching lines...) Expand all
642 636
643 637
644 [ $compiler == none && $runtime == vm && $mode == debug ] 638 [ $compiler == none && $runtime == vm && $mode == debug ]
645 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 639 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
646 640
647 [ $compiler == none && $arch == simarm ] 641 [ $compiler == none && $arch == simarm ]
648 *: Skip 642 *: Skip
649 643
650 [ $compiler == none && $arch == arm ] 644 [ $compiler == none && $arch == arm ]
651 *: Skip 645 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698