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

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

Issue 12282038: Remove deprecated string features. (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
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 LibTest/core/Set/addAll_A01_t02: Fail 663 LibTest/core/Set/addAll_A01_t02: Fail
664 LibTest/core/Set/contains_A01_t02: Fail 664 LibTest/core/Set/contains_A01_t02: Fail
665 LibTest/core/Set/containsAll_A01_t02: Fail 665 LibTest/core/Set/containsAll_A01_t02: Fail
666 LibTest/core/Set/intersection_A03_t01: Fail 666 LibTest/core/Set/intersection_A03_t01: Fail
667 LibTest/core/Set/isSubsetOf_A01_t02: Fail 667 LibTest/core/Set/isSubsetOf_A01_t02: Fail
668 LibTest/core/Set/remove_A01_t02: Fail 668 LibTest/core/Set/remove_A01_t02: Fail
669 LibTest/core/Set/removeAll_A01_t02: Fail 669 LibTest/core/Set/removeAll_A01_t02: Fail
670 670
671 # Doesn't expect concurrent modification error (issue 376). 671 # Doesn't expect concurrent modification error (issue 376).
672 LibTest/core/Map/forEach_A01_t07: Fail 672 LibTest/core/Map/forEach_A01_t07: Fail
673
674 # Deprecated string members removed.
675 LibTest/core/String/charCodes_A01_t01: Fail
floitsch 2013/02/19 14:03:06 Don't forget to file co19 issue and update this fi
Lasse Reichstein Nielsen 2013/02/20 06:38:23 Done.
676 LibTest/core/String/charCodeAt_A02_t01: Fail
677 LibTest/core/String/charCodeAt_A03_t01: Fail
678 LibTest/core/String/charCodeAt_A01_t01: Fail
679 LibTest/core/String/splitChars_A01_t01: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698