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

Side by Side Diff: tests/co19/co19-dart2js.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-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_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
577 577
578 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379. 578 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379.
579 579
580 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
581 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
582 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
583 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
584
580 # Issues with co19 test suite in checked mode. 585 # Issues with co19 test suite in checked mode.
581 [ $compiler == dart2js && $checked ] 586 [ $compiler == dart2js && $checked ]
582 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 587 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
583 588
584 # Issues with co19 test suite in unchecked mode. 589 # Issues with co19 test suite in unchecked mode.
585 [ $compiler == dart2js && $unchecked ] 590 [ $compiler == dart2js && $unchecked ]
586 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 591 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
587 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 592 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
588 593
589 [ $compiler == dart2js && $jscl ] 594 [ $compiler == dart2js && $jscl ]
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 LibTest/core/Set/addAll_A01_t02: Fail 807 LibTest/core/Set/addAll_A01_t02: Fail
803 LibTest/core/Set/contains_A01_t02: Fail 808 LibTest/core/Set/contains_A01_t02: Fail
804 LibTest/core/Set/containsAll_A01_t02: Fail 809 LibTest/core/Set/containsAll_A01_t02: Fail
805 LibTest/core/Set/intersection_A03_t01: Fail 810 LibTest/core/Set/intersection_A03_t01: Fail
806 LibTest/core/Set/isSubsetOf_A01_t02: Fail 811 LibTest/core/Set/isSubsetOf_A01_t02: Fail
807 LibTest/core/Set/remove_A01_t02: Fail 812 LibTest/core/Set/remove_A01_t02: Fail
808 LibTest/core/Set/removeAll_A01_t02: Fail 813 LibTest/core/Set/removeAll_A01_t02: Fail
809 814
810 # Doesn't expect concurrent modification error (issue 376). 815 # Doesn't expect concurrent modification error (issue 376).
811 LibTest/core/Map/forEach_A01_t07: Fail 816 LibTest/core/Map/forEach_A01_t07: 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