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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 | 156 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 |
157 | 157 |
158 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 | 158 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 |
159 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 | 159 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 |
160 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 | 160 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
161 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 | 161 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 |
162 | 162 |
163 # Partially implemented rediriecting constructors makes this fail. | 163 # Partially implemented rediriecting constructors makes this fail. |
164 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail | 164 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail |
165 | 165 |
| 166 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a
double; dartbug.com/1533 |
| 167 |
166 [ $compiler == dart2js && ($system == linux || $system == macos)] | 168 [ $compiler == dart2js && ($system == linux || $system == macos)] |
167 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. | 169 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. |
168 | 170 |
169 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 | 171 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 |
170 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 | 172 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 |
171 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 | 173 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 |
172 | 174 |
173 [ $compiler == dart2js && $unchecked ] | 175 [ $compiler == dart2js && $unchecked ] |
174 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. | 176 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. |
175 | 177 |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 LibTest/core/Set/addAll_A01_t02: Fail | 786 LibTest/core/Set/addAll_A01_t02: Fail |
785 LibTest/core/Set/contains_A01_t02: Fail | 787 LibTest/core/Set/contains_A01_t02: Fail |
786 LibTest/core/Set/containsAll_A01_t02: Fail | 788 LibTest/core/Set/containsAll_A01_t02: Fail |
787 LibTest/core/Set/intersection_A03_t01: Fail | 789 LibTest/core/Set/intersection_A03_t01: Fail |
788 LibTest/core/Set/isSubsetOf_A01_t02: Fail | 790 LibTest/core/Set/isSubsetOf_A01_t02: Fail |
789 LibTest/core/Set/remove_A01_t02: Fail | 791 LibTest/core/Set/remove_A01_t02: Fail |
790 LibTest/core/Set/removeAll_A01_t02: Fail | 792 LibTest/core/Set/removeAll_A01_t02: Fail |
791 | 793 |
792 # Doesn't expect concurrent modification error (issue 376). | 794 # Doesn't expect concurrent modification error (issue 376). |
793 LibTest/core/Map/forEach_A01_t07: Fail | 795 LibTest/core/Map/forEach_A01_t07: Fail |
OLD | NEW |