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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu
re. | 153 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu
re. |
154 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t
his failure. | 154 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t
his failure. |
155 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. | 155 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. |
156 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi
s failure. | 156 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi
s failure. |
157 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. | 157 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. |
158 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. | 158 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. |
159 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. | 159 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. |
160 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. | 160 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. |
161 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. | 161 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. |
162 | 162 |
| 163 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 |
| 164 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 |
| 165 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
| 166 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 |
| 167 |
163 # Partially implemented rediriecting constructors makes this fail. | 168 # Partially implemented rediriecting constructors makes this fail. |
164 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail | 169 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail |
165 | 170 |
166 [ $compiler == dart2js && ($system == linux || $system == macos)] | 171 [ $compiler == dart2js && ($system == linux || $system == macos)] |
167 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. | 172 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. |
168 | 173 |
169 [ $compiler == dart2js && $unchecked ] | 174 [ $compiler == dart2js && $unchecked ] |
170 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. | 175 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. |
171 | 176 |
172 [ $compiler == dart2js && $runtime == jsshell ] | 177 [ $compiler == dart2js && $runtime == jsshell ] |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 | 573 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 |
569 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 | 574 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 |
570 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 | 575 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 |
571 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 | 576 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 |
572 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 | 577 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 |
573 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 | 578 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 |
574 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 | 579 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 |
575 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 | 580 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 |
576 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 | 581 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 |
577 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 | 582 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 |
OLD | NEW |