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