| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co
llection. co19 issue 371. | 570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co
llection. co19 issue 371. |
| 571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. | 571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. |
| 572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. | 572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. |
| 573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. | 573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor
e to collection. co19 issue 371. |
| 574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. | 574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. |
| 575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. | 575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core
to collection. co19 issue 371. |
| 576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. | 576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to
collection. co19 issue 371. |
| 577 | 577 |
| 578 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379. | 578 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379. |
| 579 | 579 |
| 580 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i
ssue 380 |
| 581 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i
ssue 380 |
| 582 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c
o19 issue 380 |
| 583 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c
o19 issue 380 |
| 584 |
| 580 # Issues with co19 test suite in checked mode. | 585 # Issues with co19 test suite in checked mode. |
| 581 [ $compiler == dart2js && $checked ] | 586 [ $compiler == dart2js && $checked ] |
| 582 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 | 587 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 |
| 583 | 588 |
| 584 # Issues with co19 test suite in unchecked mode. | 589 # Issues with co19 test suite in unchecked mode. |
| 585 [ $compiler == dart2js && $unchecked ] | 590 [ $compiler == dart2js && $unchecked ] |
| 586 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 | 591 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 |
| 587 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 | 592 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 |
| 588 | 593 |
| 589 [ $compiler == dart2js && $jscl ] | 594 [ $compiler == dart2js && $jscl ] |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 LibTest/core/Set/addAll_A01_t02: Fail | 807 LibTest/core/Set/addAll_A01_t02: Fail |
| 803 LibTest/core/Set/contains_A01_t02: Fail | 808 LibTest/core/Set/contains_A01_t02: Fail |
| 804 LibTest/core/Set/containsAll_A01_t02: Fail | 809 LibTest/core/Set/containsAll_A01_t02: Fail |
| 805 LibTest/core/Set/intersection_A03_t01: Fail | 810 LibTest/core/Set/intersection_A03_t01: Fail |
| 806 LibTest/core/Set/isSubsetOf_A01_t02: Fail | 811 LibTest/core/Set/isSubsetOf_A01_t02: Fail |
| 807 LibTest/core/Set/remove_A01_t02: Fail | 812 LibTest/core/Set/remove_A01_t02: Fail |
| 808 LibTest/core/Set/removeAll_A01_t02: Fail | 813 LibTest/core/Set/removeAll_A01_t02: Fail |
| 809 | 814 |
| 810 # Doesn't expect concurrent modification error (issue 376). | 815 # Doesn't expect concurrent modification error (issue 376). |
| 811 LibTest/core/Map/forEach_A01_t07: Fail | 816 LibTest/core/Map/forEach_A01_t07: Fail |
| OLD | NEW |