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 # 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_t04: Fail # TODO(ahe): Please triage this failure. | 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 704 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 704 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 705 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. | 705 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. |
| 706 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 706 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
| 707 | 707 |
| 708 [ $compiler == dart2js && $system == macos ] | 708 [ $compiler == dart2js && $system == macos ] |
| 709 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 709 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
| 710 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 710 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
| 711 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 711 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
| 712 | 712 |
| 713 | 713 |
| 714 [ $compiler == dart2js && $host_checked ] | |
| 715 Language/14_Types/4_Interface_Types_A11_t01: Crash # Issue 8557 | |
| 716 Language/14_Types/4_Interface_Types_A11_t02: Crash # Issue 8557 | |
|
ngeoffray
2013/03/26 11:29:02
The bug is a stack overflow that happens to not oc
| |
| 717 | |
| 718 | |
| 719 # | 714 # |
| 720 # The following tests are failing. Please add the error message | 715 # The following tests are failing. Please add the error message |
| 721 # (either a compiler error or exception message). The error messages | 716 # (either a compiler error or exception message). The error messages |
| 722 # may sometime be out of date. | 717 # may sometime be out of date. |
| 723 # | 718 # |
| 724 [ $compiler == dart2js ] | 719 [ $compiler == dart2js ] |
| 725 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T | 720 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T |
| 726 | 721 |
| 727 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} | 722 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} |
| 728 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | 723 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 881 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). | 876 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). |
| 882 | 877 |
| 883 | 878 |
| 884 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). | 879 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). |
| 885 | 880 |
| 886 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). | 881 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). |
| 887 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). | 882 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). |
| 888 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). | 883 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). |
| 889 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). | 884 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). |
| 890 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). | 885 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). |
| OLD | NEW |