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

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

Issue 12258008: Revert "New implementation of {,Linked}Hash{Set,Map}." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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') | tests/co19/co19-runtime.status » ('j') | 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_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 778
779 Language/14_Types/5_Function_Types_A01_t08: Fail # dartbug.com/7342 779 Language/14_Types/5_Function_Types_A01_t08: Fail # dartbug.com/7342
780 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 780 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
781 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 781 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
782 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 782 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
783 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 783 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
784 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 784 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
785 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 785 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
786 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 786 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
787 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 787 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
788
789 # Doesn't expect null to be allowed in Set or Map keys (issue 377).
790 LibTest/core/Map/containsKey_A01_t02: Fail
791 LibTest/core/Map/operator_subscript_A01_t02: Fail
792 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail
793 LibTest/core/Map/remove_A01_t02: Fail
794 LibTest/core/Set/add_A01_t02: Fail
795 LibTest/core/Set/addAll_A01_t02: Fail
796 LibTest/core/Set/contains_A01_t02: Fail
797 LibTest/core/Set/containsAll_A01_t02: Fail
798 LibTest/core/Set/intersection_A03_t01: Fail
799 LibTest/core/Set/isSubsetOf_A01_t02: Fail
800 LibTest/core/Set/remove_A01_t02: Fail
801 LibTest/core/Set/removeAll_A01_t02: Fail
802
803 # Doesn't expect concurrent modification error (issue 376).
804 LibTest/core/Map/forEach_A01_t07: Fail
805 LibTest/core/Map/putIfAbsent_A01_t02: Fail
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698