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 ] | |
floitsch
2013/04/12 10:22:13
Move it the section where these things already hap
Anders Johnsen
2013/04/12 10:27:31
Done.
| |
8 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400 | 9 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400 |
9 LibTest/core/List/addAll_A02_t01: fail # Issue 400 | 10 LibTest/core/List/addAll_A02_t01: fail # Issue 400 |
10 LibTest/core/List/add_A02_t01: fail # Issue 400 | 11 LibTest/core/List/add_A02_t01: fail # Issue 400 |
11 LibTest/core/List/clear_A02_t01: fail # Issue 400 | 12 LibTest/core/List/clear_A02_t01: fail # Issue 400 |
12 LibTest/core/List/insertRange_A02_t01: fail # Issue 400 | 13 LibTest/core/List/insertRange_A02_t01: fail # Issue 400 |
13 LibTest/core/List/length_A04_t01: fail # Issue 400 | 14 LibTest/core/List/length_A04_t01: fail # Issue 400 |
14 LibTest/core/List/removeLast_A02_t01: fail # Issue 400 | 15 LibTest/core/List/removeLast_A02_t01: fail # Issue 400 |
15 LibTest/core/List/removeRange_A02_t01: fail # Issue 400 | 16 LibTest/core/List/removeRange_A02_t01: fail # Issue 400 |
16 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 | 17 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 |
17 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 | 18 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 |
18 | 19 |
19 [ $runtime == vm && $checked ] | 20 [ $compile == none && $runtime == vm && $checked ] |
20 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 | 21 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 |
21 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 | 22 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 |
22 LibTest/core/List/List.from_A01_t01: fail # Issue 400 | 23 LibTest/core/List/List.from_A01_t01: fail # Issue 400 |
23 LibTest/core/List/every_A01_t01: fail # Issue 400 | 24 LibTest/core/List/every_A01_t01: fail # Issue 400 |
24 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 | 25 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
25 LibTest/core/Match/str_A01_t01: fail # Issue 400 | 26 LibTest/core/Match/str_A01_t01: fail # Issue 400 |
26 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 | 27 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 |
27 | 28 |
28 [ $compiler == none && $runtime == vm && $unchecked ] | 29 [ $compiler == none && $runtime == vm && $unchecked ] |
29 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. | 30 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
452 [ $compiler == none && $arch == arm ] | 453 [ $compiler == none && $arch == arm ] |
453 *: Skip | 454 *: Skip |
454 | 455 |
455 | 456 |
456 [ $compiler == none && $arch == simmips ] | 457 [ $compiler == none && $arch == simmips ] |
457 *: Skip | 458 *: Skip |
458 | 459 |
459 | 460 |
460 [ $compiler == none && $arch == mips ] | 461 [ $compiler == none && $arch == mips ] |
461 *: Skip | 462 *: Skip |
OLD | NEW |