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

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

Issue 12817003: Change getRange to sublist. Make getRange deprecated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments 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
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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 657 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
658 658
659 # Issues with co19 test suite in checked mode. 659 # Issues with co19 test suite in checked mode.
660 [ $compiler == dart2js && $checked ] 660 [ $compiler == dart2js && $checked ]
661 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 661 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
662 662
663 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 663 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
664 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 664 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
665 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 665 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
666 666
667 LibTest/core/List/getRange_A02_t01: Fail # issue 391
668
667 # Issues with co19 test suite in unchecked mode. 669 # Issues with co19 test suite in unchecked mode.
668 [ $compiler == dart2js && $unchecked ] 670 [ $compiler == dart2js && $unchecked ]
669 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Passes in checked mode due to Issue 390. 671 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Passes in checked mode due to Issue 390.
670 672
671 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 673 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
672 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 674 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
673 675
674 [ $compiler == dart2js && $jscl ] 676 [ $compiler == dart2js && $jscl ]
675 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 677 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
676 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 678 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). 878 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
877 879
878 880
879 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 881 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
880 882
881 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 883 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
882 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 884 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
883 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 885 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
884 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 886 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
885 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 887 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698