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

Side by Side Diff: tests/co19/co19-runtime.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-dart2js.status ('k') | tests/language/named_parameters_with_dollars_test.dart » ('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 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 497 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
498 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 498 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
499 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 499 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
500 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 500 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
501 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 501 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
502 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 502 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
503 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 503 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
504 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 504 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
505 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 505 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
506 506
507 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
508 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
509 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
510 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
511
507 # Doesn't expect null to be allowed in Set or Map keys (issue 377). 512 # Doesn't expect null to be allowed in Set or Map keys (issue 377).
508 LibTest/core/Map/containsKey_A01_t02: Fail 513 LibTest/core/Map/containsKey_A01_t02: Fail
509 LibTest/core/Map/operator_subscript_A01_t02: Fail 514 LibTest/core/Map/operator_subscript_A01_t02: Fail
510 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail 515 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail
511 LibTest/core/Map/remove_A01_t02: Fail 516 LibTest/core/Map/remove_A01_t02: Fail
512 LibTest/core/Set/add_A01_t02: Fail 517 LibTest/core/Set/add_A01_t02: Fail
513 LibTest/core/Set/addAll_A01_t02: Fail 518 LibTest/core/Set/addAll_A01_t02: Fail
514 LibTest/core/Set/contains_A01_t02: Fail 519 LibTest/core/Set/contains_A01_t02: Fail
515 LibTest/core/Set/containsAll_A01_t02: Fail 520 LibTest/core/Set/containsAll_A01_t02: Fail
516 LibTest/core/Set/intersection_A03_t01: Fail 521 LibTest/core/Set/intersection_A03_t01: Fail
(...skipping 16 matching lines...) Expand all
533 *: Skip 538 *: Skip
534 539
535 [ $compiler == none && $arch == arm ] 540 [ $compiler == none && $arch == arm ]
536 *: Skip 541 *: Skip
537 542
538 [ $compiler == none && $arch == simmips ] 543 [ $compiler == none && $arch == simmips ]
539 *: Skip 544 *: Skip
540 545
541 [ $compiler == none && $arch == mips ] 546 [ $compiler == none && $arch == mips ]
542 *: Skip 547 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/named_parameters_with_dollars_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698