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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
6 # for co19 bugs. | 6 # for co19 bugs. |
7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this
failure. |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue
367 | 527 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue
367 |
528 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue
367 | 528 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue
367 |
529 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue
367 | 529 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue
367 |
530 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue
367 | 530 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue
367 |
531 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue
367 | 531 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue
367 |
532 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue
367 | 532 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue
367 |
533 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue
367 | 533 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue
367 |
534 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue
367 | 534 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue
367 |
535 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue
367 | 535 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue
367 |
536 | 536 |
| 537 LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 538 LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 539 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from
core to collection. TODO(floitsch): create co19 bug. |
| 540 LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 541 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from
core to collection. TODO(floitsch): create co19 bug. |
| 542 LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 543 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection c
lasses from core to collection. TODO(floitsch): create co19 bug. |
| 544 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classe
s from core to collection. TODO(floitsch): create co19 bug. |
| 545 LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core t
o collection. TODO(floitsch): create co19 bug. |
| 546 LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 547 LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 548 LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 549 LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 550 LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 551 LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core t
o collection. TODO(floitsch): create co19 bug. |
| 552 LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core t
o collection. TODO(floitsch): create co19 bug. |
| 553 LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 554 LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 555 LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to col
lection. TODO(floitsch): create co19 bug. |
| 556 LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to col
lection. TODO(floitsch): create co19 bug. |
| 557 LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 558 LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 559 LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 560 LibTest/core/Queue/every_A01_t03: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 561 LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 562 LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 563 LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 564 LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to c
ollection. TODO(floitsch): create co19 bug. |
| 565 LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 566 LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 567 LibTest/core/Queue/forEach_A01_t03: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 568 LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 569 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 570 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co
llection. TODO(floitsch): create co19 bug. |
| 571 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co
llection. TODO(floitsch): create co19 bug. |
| 572 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 573 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor
e to collection. TODO(floitsch): create co19 bug. |
| 574 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor
e to collection. TODO(floitsch): create co19 bug. |
| 575 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 576 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core
to collection. TODO(floitsch): create co19 bug. |
| 577 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to
collection. TODO(floitsch): create co19 bug. |
| 578 |
537 # Issues with co19 test suite in checked mode. | 579 # Issues with co19 test suite in checked mode. |
538 [ $compiler == dart2js && $checked ] | 580 [ $compiler == dart2js && $checked ] |
539 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 | 581 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 |
540 | 582 |
541 # Issues with co19 test suite in unchecked mode. | 583 # Issues with co19 test suite in unchecked mode. |
542 [ $compiler == dart2js && $unchecked ] | 584 [ $compiler == dart2js && $unchecked ] |
543 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 | 585 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 |
544 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 | 586 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 |
545 | 587 |
546 [ $compiler == dart2js && $jscl ] | 588 [ $compiler == dart2js && $jscl ] |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 | 784 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 |
743 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 | 785 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 |
744 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 | 786 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 |
745 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 | 787 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 |
746 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 | 788 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 |
747 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 | 789 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 |
748 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 | 790 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 |
749 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 | 791 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 |
750 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 | 792 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 |
751 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 | 793 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 |
OLD | NEW |