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

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

Issue 12295014: Remove deprecated Strings class. (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-compiler.status ('k') | tests/co19/co19-dart2js.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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure. 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure.
7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure.
8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure.
9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure.
10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure.
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 651 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
652 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 652 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
653 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 653 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
654 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 654 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
655 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 655 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
656 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 656 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
657 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 657 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
658 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 658 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
659 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 659 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
660 660
661 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
662 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
663 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
664 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
665
661 # Doesn't expect null to be allowed in Set or Map keys (issue 377). 666 # Doesn't expect null to be allowed in Set or Map keys (issue 377).
662 LibTest/core/Map/containsKey_A01_t02: Fail 667 LibTest/core/Map/containsKey_A01_t02: Fail
663 LibTest/core/Map/operator_subscript_A01_t02: Fail 668 LibTest/core/Map/operator_subscript_A01_t02: Fail
664 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail 669 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail
665 LibTest/core/Map/remove_A01_t02: Fail 670 LibTest/core/Map/remove_A01_t02: Fail
666 LibTest/core/Set/add_A01_t02: Fail 671 LibTest/core/Set/add_A01_t02: Fail
667 LibTest/core/Set/addAll_A01_t02: Fail 672 LibTest/core/Set/addAll_A01_t02: Fail
668 LibTest/core/Set/contains_A01_t02: Fail 673 LibTest/core/Set/contains_A01_t02: Fail
669 LibTest/core/Set/containsAll_A01_t02: Fail 674 LibTest/core/Set/containsAll_A01_t02: Fail
670 LibTest/core/Set/intersection_A03_t01: Fail 675 LibTest/core/Set/intersection_A03_t01: Fail
671 LibTest/core/Set/isSubsetOf_A01_t02: Fail 676 LibTest/core/Set/isSubsetOf_A01_t02: Fail
672 LibTest/core/Set/remove_A01_t02: Fail 677 LibTest/core/Set/remove_A01_t02: Fail
673 LibTest/core/Set/removeAll_A01_t02: Fail 678 LibTest/core/Set/removeAll_A01_t02: Fail
674 679
675 # Doesn't expect concurrent modification error (issue 376). 680 # Doesn't expect concurrent modification error (issue 376).
676 LibTest/core/Map/forEach_A01_t07: Fail 681 LibTest/core/Map/forEach_A01_t07: Fail
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698