Chromium Code Reviews| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 601 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. | 601 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. |
| 602 | 602 |
| 603 [ $compiler == none && $runtime == vm && $unchecked ] | 603 [ $compiler == none && $runtime == vm && $unchecked ] |
| 604 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 | 604 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 |
| 605 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 | 605 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 |
| 606 | 606 |
| 607 [ $compiler == none && $runtime == vm && $checked ] | 607 [ $compiler == none && $runtime == vm && $checked ] |
| 608 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 | 608 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 |
| 609 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. | 609 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. |
| 610 | 610 |
| 611 LibTest/core/Set/add_A01_t06: Fail # issue 390 | |
| 612 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 | |
| 613 LibTest/core/Set/containsAll_A01_t02: Pass # issue 390 | |
| 614 LibTest/core/Set/every_A01_t01: Fail # issue 390 | |
| 615 LibTest/core/Set/every_A01_t03: Fail # issue 390 | |
| 616 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 | |
| 617 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | |
| 618 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | |
| 619 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | |
| 620 LibTest/core/Set/intersection_A03_t01: Pass # issue 390 | |
|
floitsch
2013/03/13 13:59:00
ditto.
| |
| 621 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390 | |
| 622 LibTest/core/Set/isSubsetOf_A01_t02: Pass # issue 390 | |
| 623 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 | |
| 624 LibTest/core/Set/remove_A01_t01: Fail # issue 390 | |
| 625 LibTest/core/Set/remove_A01_t03: Fail # issue 390 | |
| 626 | |
| 611 [ $compiler == none && $arch == simarm ] | 627 [ $compiler == none && $arch == simarm ] |
| 612 *: Skip | 628 *: Skip |
| 613 | 629 |
| 614 [ $compiler == none && $arch == arm ] | 630 [ $compiler == none && $arch == arm ] |
| 615 *: Skip | 631 *: Skip |
| 616 | 632 |
| 617 [ $compiler == none && $arch == simmips ] | 633 [ $compiler == none && $arch == simmips ] |
| 618 *: Skip | 634 *: Skip |
| 619 | 635 |
| 620 [ $compiler == none && $arch == mips ] | 636 [ $compiler == none && $arch == mips ] |
| 621 *: Skip | 637 *: Skip |
| OLD | NEW |