| 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 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 | 9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 |
| 10 | 10 |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 | 604 |
| 605 [ $compiler == none && $runtime == vm && $checked ] | 605 [ $compiler == none && $runtime == vm && $checked ] |
| 606 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 | 606 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 |
| 607 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro
m core to collection. co19 issue 371. | 607 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro
m core to collection. co19 issue 371. |
| 608 | 608 |
| 609 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390 | 609 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390 |
| 610 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 610 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
| 611 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 611 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
| 612 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 612 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
| 613 | 613 |
| 614 LibTest/core/List/getRange_A02_t01: Fail # issue 391 |
| 615 |
| 614 [ $compiler == none && $runtime == vm && $unchecked ] | 616 [ $compiler == none && $runtime == vm && $unchecked ] |
| 615 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i
n Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390. | 617 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i
n Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390. |
| 616 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed
in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390. | 618 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed
in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390. |
| 617 | 619 |
| 618 | 620 |
| 619 | 621 |
| 620 [ $compiler == none && $arch == simarm ] | 622 [ $compiler == none && $arch == simarm ] |
| 621 *: Skip | 623 *: Skip |
| 622 | 624 |
| 623 [ $compiler == none && $arch == arm ] | 625 [ $compiler == none && $arch == arm ] |
| 624 *: Skip | 626 *: Skip |
| 625 | 627 |
| 626 [ $compiler == none && $arch == simmips ] | 628 [ $compiler == none && $arch == simmips ] |
| 627 *: Skip | 629 *: Skip |
| 628 | 630 |
| 629 [ $compiler == none && $arch == mips ] | 631 [ $compiler == none && $arch == mips ] |
| 630 *: Skip | 632 *: Skip |
| OLD | NEW |