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

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

Issue 12393039: Add type presentation for function types. (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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 756 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
757 757
758 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 758 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
759 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 759 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
760 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 760 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
761 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 761 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
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
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
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
771 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022
766 Language/14_Types/5_Function_Types_A01_t01: Fail # http://dartbug.com/5022 772 Language/14_Types/5_Function_Types_A01_t01: Fail # http://dartbug.com/5022
767 773
768 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
769 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
770 776
771 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
772 778
773 779
774 # 780 #
775 # Unexpected runtime errors. 781 # Unexpected runtime errors.
(...skipping 28 matching lines...) Expand all
804 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).
805 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).
806 812
807 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).
808 814
809 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).
810 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).
811 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).
812 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).
813 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

Powered by Google App Engine
This is Rietveld 408576698