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 [ $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. | |
|
erikcorry
2013/02/05 16:25:05
I think fixing these tests would get you better te
Lasse Reichstein Nielsen
2013/02/05 19:47:40
Not really - these are all pretty simple tests tha
| |
| 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. | |
| 520 LibTest/core/Map/forEach_A01_t07: Fail | |
| 521 | |
| 505 [ $compiler == none && $runtime == vm && $unchecked ] | 522 [ $compiler == none && $runtime == vm && $unchecked ] |
| 506 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 | 523 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 | 524 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 |
| 508 | 525 |
| 509 [ $compiler == none && $runtime == vm && $checked ] | 526 [ $compiler == none && $runtime == vm && $checked ] |
| 510 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 | 527 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. | 528 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. |
| 512 | 529 |
| 513 [ $compiler == none && $arch == simarm ] | 530 [ $compiler == none && $arch == simarm ] |
| 514 *: Skip | 531 *: Skip |
| 515 | 532 |
| 516 [ $compiler == none && $arch == arm ] | 533 [ $compiler == none && $arch == arm ] |
| 517 *: Skip | 534 *: Skip |
| 518 | 535 |
| 519 [ $compiler == none && $arch == simmips ] | 536 [ $compiler == none && $arch == simmips ] |
| 520 *: Skip | 537 *: Skip |
| 521 | 538 |
| 522 [ $compiler == none && $arch == mips ] | 539 [ $compiler == none && $arch == mips ] |
| 523 *: Skip | 540 *: Skip |
| OLD | NEW |