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 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. |
7 | 8 |
8 [ $compiler == none && $runtime == vm && $unchecked ] | 9 [ $compiler == none && $runtime == vm && $unchecked ] |
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
10 | 11 |
11 | 12 |
12 [ $compiler == none && $runtime == vm && $checked ] | 13 [ $compiler == none && $runtime == vm && $checked ] |
13 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. | 14 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. |
14 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this
failure. | 15 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this
failure. |
15 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa
ilure. | 16 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa
ilure. |
16 | 17 |
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 [ $compiler == none && $arch == arm ] | 517 [ $compiler == none && $arch == arm ] |
517 *: Skip | 518 *: Skip |
518 | 519 |
519 | 520 |
520 [ $compiler == none && $arch == simmips ] | 521 [ $compiler == none && $arch == simmips ] |
521 *: Skip | 522 *: Skip |
522 | 523 |
523 | 524 |
524 [ $compiler == none && $arch == mips ] | 525 [ $compiler == none && $arch == mips ] |
525 *: Skip | 526 *: Skip |
OLD | NEW |