| 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. | 495 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. |
| 496 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co
llection. co19 issue 371. | 496 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co
llection. co19 issue 371. |
| 497 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co
llection. co19 issue 371. | 497 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co
llection. co19 issue 371. |
| 498 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. | 498 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. |
| 499 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. | 499 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. |
| 500 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. | 500 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. |
| 501 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. | 501 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. |
| 502 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. | 502 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. |
| 503 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. | 503 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. |
| 504 | 504 |
| 505 # Doesn't expect null to be allowed in Set or Map keys (issue 377). |
| 506 LibTest/core/Map/containsKey_A01_t02: Fail |
| 507 LibTest/core/Map/operator_subscript_A01_t02: Fail |
| 508 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail |
| 509 LibTest/core/Map/remove_A01_t02: Fail |
| 510 LibTest/core/Set/add_A01_t02: Fail |
| 511 LibTest/core/Set/addAll_A01_t02: Fail |
| 512 LibTest/core/Set/contains_A01_t02: Fail |
| 513 LibTest/core/Set/containsAll_A01_t02: Fail |
| 514 LibTest/core/Set/intersection_A03_t01: Fail |
| 515 LibTest/core/Set/isSubsetOf_A01_t02: Fail |
| 516 LibTest/core/Set/remove_A01_t02: Fail |
| 517 LibTest/core/Set/removeAll_A01_t02: Fail |
| 518 |
| 519 # Doesn't expect concurrent modification error (issue 376). |
| 520 LibTest/core/Map/forEach_A01_t07: Fail |
| 521 LibTest/core/Map/putIfAbsent_A01_t02: Fail |
| 522 |
| 505 [ $compiler == none && $runtime == vm && $unchecked ] | 523 [ $compiler == none && $runtime == vm && $unchecked ] |
| 506 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 | 524 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 |
| 507 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 | 525 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 |
| 508 | 526 |
| 509 [ $compiler == none && $runtime == vm && $checked ] | 527 [ $compiler == none && $runtime == vm && $checked ] |
| 510 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 | 528 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 |
| 511 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro
m core to collection. co19 issue 371. | 529 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro
m core to collection. co19 issue 371. |
| 512 | 530 |
| 513 [ $compiler == none && $arch == simarm ] | 531 [ $compiler == none && $arch == simarm ] |
| 514 *: Skip | 532 *: Skip |
| 515 | 533 |
| 516 [ $compiler == none && $arch == arm ] | 534 [ $compiler == none && $arch == arm ] |
| 517 *: Skip | 535 *: Skip |
| 518 | 536 |
| 519 [ $compiler == none && $arch == simmips ] | 537 [ $compiler == none && $arch == simmips ] |
| 520 *: Skip | 538 *: Skip |
| 521 | 539 |
| 522 [ $compiler == none && $arch == mips ] | 540 [ $compiler == none && $arch == mips ] |
| 523 *: Skip | 541 *: Skip |
| OLD | NEW |