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

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

Issue 11360228: Simplify runtime type support. (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
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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 # 721 #
722 # Unexpected compile-time errors. 722 # Unexpected compile-time errors.
723 # 723 #
724 [ $compiler == dart2js ] 724 [ $compiler == dart2js ]
725 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A04_ t01: Fail # Checks that it is a compile-time error if there are two named argume nts with the same name in a function invocation expression. 725 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A04_ t01: Fail # Checks that it is a compile-time error if there are two named argume nts with the same name in a function invocation expression.
726 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 726 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
727 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 727 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
728 728
729 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 729 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
730 730
731 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903
732
733 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 731 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
734 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 732 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
735 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 733 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
736 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 734 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
737 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 735 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
738 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 736 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
739 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 737 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
740 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023 738 Language/07_Classes/3_Setters_A04_t08: Fail # http://dartbug.com/5023
741 739
742 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c om/5022 740 Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c om/5022
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 772
775 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 773 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
776 774
777 775
778 # 776 #
779 # Unexpected runtime errors. 777 # Unexpected runtime errors.
780 # 778 #
781 [ $compiler == dart2js ] 779 [ $compiler == dart2js ]
782 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 780 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
783 781
784 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
785 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 782 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
786 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 783 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
787 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 784 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
788 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 785 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
789 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 786 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
790 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 787 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
791 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 788 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
792 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 789 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
793 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 790 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
794 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 791 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
795 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 792 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698