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

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

Issue 12087094: Removed Dynamic keyword support from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Copied inherited dart2js test status to dart2dart status file. 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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 750
751 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 751 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
752 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 752 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
753 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 753 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
754 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 754 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
755 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 755 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
756 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 756 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
757 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 757 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
758 758
759 Language/14_Types/5_Function_Types_A01_t01: Fail # http://dartbug.com/5022 759 Language/14_Types/5_Function_Types_A01_t01: Fail # http://dartbug.com/5022
760 Language/14_Types/5_Function_Types_A01_t03: Fail # http://dartbug.com/5022
761 760
762 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683 761 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
763 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683 762 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
764 763
765 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 764 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
766 765
767 766
768 # 767 #
769 # Unexpected runtime errors. 768 # Unexpected runtime errors.
770 # 769 #
(...skipping 27 matching lines...) Expand all
798 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 797 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
799 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 798 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
800 799
801 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 800 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
802 801
803 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 802 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
804 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 803 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
805 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 804 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
806 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 805 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
807 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 806 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698