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

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

Issue 12334070: Support runtime check of function types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: New check encoding Created 7 years, 9 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 829 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
830 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 830 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
831 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 831 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
832 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 832 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
833 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 833 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
834 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 834 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
835 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 835 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
836 836
837 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022 837 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022
838 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022 838 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022
839 Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022
840 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022 839 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022
841 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022 840 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022
842 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022 841 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022
843 Language/14_Types/5_Function_Types_A06_t01: Fail # http://dartbug.com/5022 842 Language/14_Types/5_Function_Types_A06_t01: Fail # http://dartbug.com/5022
844 843
845 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683 844 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
846 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683 845 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
847 846
848 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 847 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
849 848
850 849
851 # 850 #
852 # Unexpected runtime errors. 851 # Unexpected runtime errors.
853 # 852 #
854 [ $compiler == dart2js ] 853 [ $compiler == dart2js ]
854 Language/11_Expressions/32_Type_Cast_A01_t01: Fail # http://dartbug.com/9074
855
855 Language/14_Types/4_Interface_Types_A08_t06: Fail # class Queue cannot be resolv ed. 856 Language/14_Types/4_Interface_Types_A08_t06: Fail # class Queue cannot be resolv ed.
856 857
857 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 858 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
858 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 859 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
859 860
860 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202 861 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
861 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202 862 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202
862 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202 863 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202
863 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202 864 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202
864 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202 865 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202
(...skipping 16 matching lines...) Expand all
881 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). 882 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
882 883
883 884
884 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 885 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
885 886
886 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 887 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
887 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 888 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
888 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 889 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
889 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 890 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
890 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 891 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698