| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 | 153 |
| 154 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 | 154 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 |
| 155 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 | 155 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 |
| 156 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 | 156 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
| 157 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 | 157 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 |
| 158 | 158 |
| 159 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme
nted rediriecting constructors makes this fail. | 159 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme
nted rediriecting constructors makes this fail. |
| 160 | 160 |
| 161 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a
double; dartbug.com/1533 | 161 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a
double; dartbug.com/1533 |
| 162 | 162 |
| 163 [ $compiler == dart2js && ($system == linux || $system == macos)] | 163 [ $compiler == dart2js ] |
| 164 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. | 164 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 |
| 165 | 165 |
| 166 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 | 166 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 |
| 167 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 | 167 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 |
| 168 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 | 168 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 |
| 169 | 169 |
| 170 [ $compiler == dart2js && $unchecked ] | 170 [ $compiler == dart2js && $unchecked ] |
| 171 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. | 171 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. |
| 172 | 172 |
| 173 | 173 |
| 174 [ $compiler == dart2js && $runtime == jsshell ] | 174 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). | 773 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). |
| 774 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). | 774 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). |
| 775 | 775 |
| 776 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). | 776 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). |
| 777 | 777 |
| 778 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 778 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 779 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 779 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 780 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 780 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 781 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 781 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 782 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 782 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |