OLD | NEW |
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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 LibTest/core/Set/contains_A01_t02: Fail | 519 LibTest/core/Set/contains_A01_t02: Fail |
520 LibTest/core/Set/containsAll_A01_t02: Fail | 520 LibTest/core/Set/containsAll_A01_t02: Fail |
521 LibTest/core/Set/intersection_A03_t01: Fail | 521 LibTest/core/Set/intersection_A03_t01: Fail |
522 LibTest/core/Set/isSubsetOf_A01_t02: Fail | 522 LibTest/core/Set/isSubsetOf_A01_t02: Fail |
523 LibTest/core/Set/remove_A01_t02: Fail | 523 LibTest/core/Set/remove_A01_t02: Fail |
524 LibTest/core/Set/removeAll_A01_t02: Fail | 524 LibTest/core/Set/removeAll_A01_t02: Fail |
525 | 525 |
526 # Doesn't expect concurrent modification error (issue 376). | 526 # Doesn't expect concurrent modification error (issue 376). |
527 LibTest/core/Map/forEach_A01_t07: Fail | 527 LibTest/core/Map/forEach_A01_t07: Fail |
528 | 528 |
| 529 # Deprecated string members removed (issue 382). |
| 530 LibTest/core/String/charCodes_A01_t01: Fail |
| 531 LibTest/core/String/charCodeAt_A02_t01: Fail |
| 532 LibTest/core/String/charCodeAt_A03_t01: Fail |
| 533 LibTest/core/String/charCodeAt_A01_t01: Fail |
| 534 LibTest/core/String/splitChars_A01_t01: Fail |
| 535 |
529 [ $compiler == none && $runtime == vm && $unchecked ] | 536 [ $compiler == none && $runtime == vm && $unchecked ] |
530 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 | 537 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 |
531 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 | 538 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 |
532 | 539 |
533 [ $compiler == none && $runtime == vm && $checked ] | 540 [ $compiler == none && $runtime == vm && $checked ] |
534 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 | 541 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 |
535 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro
m core to collection. co19 issue 371. | 542 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro
m core to collection. co19 issue 371. |
536 | 543 |
537 [ $compiler == none && $arch == simarm ] | 544 [ $compiler == none && $arch == simarm ] |
538 *: Skip | 545 *: Skip |
539 | 546 |
540 [ $compiler == none && $arch == arm ] | 547 [ $compiler == none && $arch == arm ] |
541 *: Skip | 548 *: Skip |
542 | 549 |
543 [ $compiler == none && $arch == simmips ] | 550 [ $compiler == none && $arch == simmips ] |
544 *: Skip | 551 *: Skip |
545 | 552 |
546 [ $compiler == none && $arch == mips ] | 553 [ $compiler == none && $arch == mips ] |
547 *: Skip | 554 *: Skip |
OLD | NEW |