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

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

Issue 12317130: Remove deprecated IllegalJSRegExpException 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-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_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 565
566 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381 566 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381
567 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381 567 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381
568 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381 568 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381
569 569
570 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 570 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
571 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 571 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
572 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 572 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
573 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 573 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
574 574
575 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem oved. co19 issue 375.
576 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375.
577 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
578 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
579
575 # Issues with co19 test suite in checked mode. 580 # Issues with co19 test suite in checked mode.
576 [ $compiler == dart2js && $checked ] 581 [ $compiler == dart2js && $checked ]
577 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 582 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
578 583
579 # Issues with co19 test suite in unchecked mode. 584 # Issues with co19 test suite in unchecked mode.
580 [ $compiler == dart2js && $unchecked ] 585 [ $compiler == dart2js && $unchecked ]
581 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 586 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
582 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 587 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
583 588
584 [ $compiler == dart2js && $jscl ] 589 [ $compiler == dart2js && $jscl ]
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 793
789 # Doesn't expect concurrent modification error (issue 376). 794 # Doesn't expect concurrent modification error (issue 376).
790 LibTest/core/Map/forEach_A01_t07: Fail 795 LibTest/core/Map/forEach_A01_t07: Fail
791 796
792 # Deprecated string members removed (issue 382). 797 # Deprecated string members removed (issue 382).
793 LibTest/core/String/charCodes_A01_t01: Fail 798 LibTest/core/String/charCodes_A01_t01: Fail
794 LibTest/core/String/charCodeAt_A02_t01: Fail 799 LibTest/core/String/charCodeAt_A02_t01: Fail
795 LibTest/core/String/charCodeAt_A03_t01: Fail 800 LibTest/core/String/charCodeAt_A03_t01: Fail
796 LibTest/core/String/charCodeAt_A01_t01: Fail 801 LibTest/core/String/charCodeAt_A01_t01: Fail
797 LibTest/core/String/splitChars_A01_t01: Fail 802 LibTest/core/String/splitChars_A01_t01: 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