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

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

Issue 12317130: Remove deprecated IllegalJSRegExpException class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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-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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 648 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
649 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 649 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
650 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 650 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
651 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 651 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
652 652
653 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 653 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
654 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 654 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
655 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 655 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
656 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 656 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
657 657
658 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem oved. co19 issue 375.
659 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375.
660 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
661 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
662
658 # Doesn't expect null to be allowed in Set or Map keys (issue 377). 663 # Doesn't expect null to be allowed in Set or Map keys (issue 377).
659 LibTest/core/Map/containsKey_A01_t02: Fail 664 LibTest/core/Map/containsKey_A01_t02: Fail
660 LibTest/core/Map/operator_subscript_A01_t02: Fail 665 LibTest/core/Map/operator_subscript_A01_t02: Fail
661 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail 666 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail
662 LibTest/core/Map/remove_A01_t02: Fail 667 LibTest/core/Map/remove_A01_t02: Fail
663 LibTest/core/Set/add_A01_t02: Fail 668 LibTest/core/Set/add_A01_t02: Fail
664 LibTest/core/Set/addAll_A01_t02: Fail 669 LibTest/core/Set/addAll_A01_t02: Fail
665 LibTest/core/Set/contains_A01_t02: Fail 670 LibTest/core/Set/contains_A01_t02: Fail
666 LibTest/core/Set/containsAll_A01_t02: Fail 671 LibTest/core/Set/containsAll_A01_t02: Fail
667 LibTest/core/Set/intersection_A03_t01: Fail 672 LibTest/core/Set/intersection_A03_t01: Fail
668 LibTest/core/Set/isSubsetOf_A01_t02: Fail 673 LibTest/core/Set/isSubsetOf_A01_t02: Fail
669 LibTest/core/Set/remove_A01_t02: Fail 674 LibTest/core/Set/remove_A01_t02: Fail
670 LibTest/core/Set/removeAll_A01_t02: Fail 675 LibTest/core/Set/removeAll_A01_t02: Fail
671 676
672 # Doesn't expect concurrent modification error (issue 376). 677 # Doesn't expect concurrent modification error (issue 376).
673 LibTest/core/Map/forEach_A01_t07: Fail 678 LibTest/core/Map/forEach_A01_t07: Fail
674 679
675 # Deprecated string members removed (issue 382). 680 # Deprecated string members removed (issue 382).
676 LibTest/core/String/charCodes_A01_t01: Fail 681 LibTest/core/String/charCodes_A01_t01: Fail
677 LibTest/core/String/charCodeAt_A02_t01: Fail 682 LibTest/core/String/charCodeAt_A02_t01: Fail
678 LibTest/core/String/charCodeAt_A03_t01: Fail 683 LibTest/core/String/charCodeAt_A03_t01: Fail
679 LibTest/core/String/charCodeAt_A01_t01: Fail 684 LibTest/core/String/charCodeAt_A01_t01: Fail
680 LibTest/core/String/splitChars_A01_t01: Fail 685 LibTest/core/String/splitChars_A01_t01: 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