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

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

Issue 12385079: Handle void correctly in function subtyping. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 762 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
763 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 763 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
764 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 764 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
765 765
766 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022 766 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022
767 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022 767 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022
768 Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022 768 Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022
769 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022 769 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022
770 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022 770 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022
771 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022 771 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022
772 Language/14_Types/5_Function_Types_A01_t01: Fail # http://dartbug.com/5022 772 Language/14_Types/5_Function_Types_A06_t01: Fail # http://dartbug.com/5022
773 773
774 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683 774 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
775 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683 775 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
776 776
777 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 777 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
778 778
779 779
780 # 780 #
781 # Unexpected runtime errors. 781 # Unexpected runtime errors.
782 # 782 #
(...skipping 27 matching lines...) Expand all
810 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 810 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
811 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 811 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
812 812
813 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 813 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
814 814
815 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 815 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
816 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 816 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
817 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 817 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
818 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 818 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
819 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 819 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/dart_types.dart ('k') | tests/compiler/dart2js/type_checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698