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 == dartc ] | 5 [ $compiler == dartc ] |
6 | 6 |
7 # co19 issue 365 (iterator changes) | 7 # co19 issue 365 (iterator changes) |
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 | 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 |
9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 | 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 |
10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 | 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 |
(...skipping 414 matching lines...) Loading... | |
425 LibTest/core/String/contains_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. | 425 LibTest/core/String/contains_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. |
426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. | 426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. |
427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. | 427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. |
428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. | 428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. | 429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. |
430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. | 430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. |
431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite. | 431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite. |
432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite. | 432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite. |
433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. | 433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. |
434 | 434 |
435 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. TODO(floitsch): create co19 bug. | |
Lasse Reichstein Nielsen
2013/01/21 08:55:49
Create the error before committing and update with
floitsch
2013/01/21 10:40:11
Done.
| |
436 LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
437 LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
438 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
439 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
440 LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
441 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
442 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
443 LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
444 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection c lasses from core to collection. TODO(floitsch): create co19 bug. | |
445 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # Moved collection c lasses from core to collection. TODO(floitsch): create co19 bug. | |
446 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classe s from core to collection. TODO(floitsch): create co19 bug. | |
447 LibTest/core/LinkedHashMap/LinkedHashMap_A02_t01: Fail # Moved collection classe s from core to collection. TODO(floitsch): create co19 bug. | |
448 LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core t o collection. TODO(floitsch): create co19 bug. | |
449 LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
450 LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
451 LibTest/core/Queue/Queue.from_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
452 LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
453 LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
454 LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
455 LibTest/core/Queue/addAll_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
456 LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core t o collection. TODO(floitsch): create co19 bug. | |
457 LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core t o collection. TODO(floitsch): create co19 bug. | |
458 LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
459 LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
460 LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to col lection. TODO(floitsch): create co19 bug. | |
461 LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to col lection. TODO(floitsch): create co19 bug. | |
462 LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
463 LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
464 LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
465 LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
466 LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
467 LibTest/core/Queue/every_A01_t06: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
468 LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
469 LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to c ollection. TODO(floitsch): create co19 bug. | |
470 LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
471 LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
472 LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
473 LibTest/core/Queue/forEach_A01_t04: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
474 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
475 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. TODO(floitsch): create co19 bug. | |
476 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. TODO(floitsch): create co19 bug. | |
477 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
478 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. TODO(floitsch): create co19 bug. | |
479 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. TODO(floitsch): create co19 bug. | |
480 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
481 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
482 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. TODO(floitsch): create co19 bug. | |
483 | |
435 | 484 |
436 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 485 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
437 *: Skip | 486 *: Skip |
OLD | NEW |