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 | 5 |
6 [ $runtime == vm ] | 6 [ $runtime == vm ] |
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 |
8 | 8 |
9 | 9 |
10 [ $compiler == none && $runtime == vm && $unchecked ] | 10 [ $compiler == none && $runtime == vm && $unchecked ] |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 | 181 |
182 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 389 | 182 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 389 |
183 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 389 | 183 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 389 |
184 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints,
issue 389 | 184 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints,
issue 389 |
185 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints,
issue 389 | 185 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints,
issue 389 |
186 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 186 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
187 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 187 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
188 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 188 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
189 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 189 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
190 | 190 |
| 191 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: Fail # Uses deprecated
Expect class, issue 398 |
| 192 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Uses deprecate
d Expect class, issue 398 |
| 193 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class,
issue 398 |
| 194 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
| 195 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue
398 |
| 196 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue
398 |
| 197 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3
98 |
| 198 |
191 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379 | 199 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
ezone, co19 issue 379 |
192 | 200 |
193 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 | 201 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 |
194 | 202 |
195 | 203 |
196 [ $compiler == none && $runtime == vm && $checked ] | 204 [ $compiler == none && $runtime == vm && $checked ] |
197 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 205 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
198 | 206 |
199 | 207 |
200 [ $compiler == none && $runtime == vm ] | 208 [ $compiler == none && $runtime == vm ] |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 [ $compiler == none && $arch == arm ] | 429 [ $compiler == none && $arch == arm ] |
422 *: Skip | 430 *: Skip |
423 | 431 |
424 | 432 |
425 [ $compiler == none && $arch == simmips ] | 433 [ $compiler == none && $arch == simmips ] |
426 *: Skip | 434 *: Skip |
427 | 435 |
428 | 436 |
429 [ $compiler == none && $arch == mips ] | 437 [ $compiler == none && $arch == mips ] |
430 *: Skip | 438 *: Skip |
OLD | NEW |