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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 |
7 | 7 |
8 [ $compiler == none && $runtime == vm && $unchecked ] | 8 [ $compiler == none && $runtime == vm && $unchecked ] |
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
10 | 10 |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class,
issue 398 | 207 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class,
issue 398 |
208 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398 | 208 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
209 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue
398 | 209 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue
398 |
210 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue
398 | 210 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue
398 |
211 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3
98 | 211 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3
98 |
212 | 212 |
213 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379 | 213 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379 |
214 | 214 |
215 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 | 215 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 |
216 | 216 |
| 217 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issues 408 |
| 218 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issues 408 |
| 219 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed #
issue 408 |
| 220 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c
hanged # issue 408 |
| 221 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss
ue 408 |
| 222 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issue 408 |
| 223 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed #
issue 408 |
| 224 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed #
issue 408 |
| 225 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issue 408 |
| 226 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed #
issue 408 |
217 | 227 |
218 [ $compiler == none && $runtime == vm && $checked ] | 228 [ $compiler == none && $runtime == vm && $checked ] |
219 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 229 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
220 | 230 |
221 | 231 |
222 [ $compiler == none && $runtime == vm ] | 232 [ $compiler == none && $runtime == vm ] |
223 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce
ption in initializer expressions | 233 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce
ption in initializer expressions |
224 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce
ption in initializer expressions | 234 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce
ption in initializer expressions |
225 | 235 |
226 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis | 236 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 [ $compiler == none && $arch == arm ] | 504 [ $compiler == none && $arch == arm ] |
495 *: Skip | 505 *: Skip |
496 | 506 |
497 | 507 |
498 [ $compiler == none && $arch == simmips ] | 508 [ $compiler == none && $arch == simmips ] |
499 *: Skip | 509 *: Skip |
500 | 510 |
501 | 511 |
502 [ $compiler == none && $arch == mips ] | 512 [ $compiler == none && $arch == mips ] |
503 *: Skip | 513 *: Skip |
OLD | NEW |