| 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. | 617 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. |
| 618 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 618 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
| 619 | 619 |
| 620 | 620 |
| 621 [ $compiler == dart2js && $system == macos ] | 621 [ $compiler == dart2js && $system == macos ] |
| 622 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 622 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
| 623 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 623 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
| 624 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 624 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
| 625 | 625 |
| 626 | 626 |
| 627 [ $compiler == dart2js && $host_checked ] |
| 628 Language/14_Types/4_Interface_Types_A11_t01: Crash # Issue 8557 |
| 629 Language/14_Types/4_Interface_Types_A11_t02: Crash # Issue 8557 |
| 630 |
| 631 |
| 627 # | 632 # |
| 628 # The following tests are failing. Please add the error message | 633 # The following tests are failing. Please add the error message |
| 629 # (either a compiler error or exception message). The error messages | 634 # (either a compiler error or exception message). The error messages |
| 630 # may sometime be out of date. | 635 # may sometime be out of date. |
| 631 # | 636 # |
| 632 [ $compiler == dart2js ] | 637 [ $compiler == dart2js ] |
| 633 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T | 638 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T |
| 634 | 639 |
| 635 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 640 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
| 636 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | 641 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 LibTest/core/Set/addAll_A01_t02: Fail | 802 LibTest/core/Set/addAll_A01_t02: Fail |
| 798 LibTest/core/Set/contains_A01_t02: Fail | 803 LibTest/core/Set/contains_A01_t02: Fail |
| 799 LibTest/core/Set/containsAll_A01_t02: Fail | 804 LibTest/core/Set/containsAll_A01_t02: Fail |
| 800 LibTest/core/Set/intersection_A03_t01: Fail | 805 LibTest/core/Set/intersection_A03_t01: Fail |
| 801 LibTest/core/Set/isSubsetOf_A01_t02: Fail | 806 LibTest/core/Set/isSubsetOf_A01_t02: Fail |
| 802 LibTest/core/Set/remove_A01_t02: Fail | 807 LibTest/core/Set/remove_A01_t02: Fail |
| 803 LibTest/core/Set/removeAll_A01_t02: Fail | 808 LibTest/core/Set/removeAll_A01_t02: Fail |
| 804 | 809 |
| 805 # Doesn't expect concurrent modification error (issue 376). | 810 # Doesn't expect concurrent modification error (issue 376). |
| 806 LibTest/core/Map/forEach_A01_t07: Fail | 811 LibTest/core/Map/forEach_A01_t07: Fail |
| OLD | NEW |