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 prefix co19 | |
6 | |
7 | |
8 | |
9 [ $component == vm && $system == win32 ] | 5 [ $component == vm && $system == win32 ] |
10 Language/11_Statements/09_Try_A05_t03: Fail # TODO(vm-team): New failure, please
triage. | 6 Language/11_Statements/09_Try_A05_t03: Fail # TODO(vm-team): New failure, please
triage. |
11 | 7 |
12 | 8 |
13 [ $component == vm && $mode == debug ] | 9 [ $component == vm && $mode == debug ] |
14 Language/10_Expressions/01_Constants_A12_t01: Crash # TODO(vm-team): New crash,
please triage. | 10 Language/10_Expressions/01_Constants_A12_t01: Crash # TODO(vm-team): New crash,
please triage. |
15 | 11 |
16 | 12 |
17 [ $component == vm ] | 13 [ $component == vm ] |
18 Language/10_Expressions/01_Constants_A17_t03: Crash # TODO(vm-team): New crash,
please triage. | 14 Language/10_Expressions/01_Constants_A17_t03: Crash # TODO(vm-team): New crash,
please triage. |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 Language/13_Types/1_Static_Types_A02_t08: Fail | 252 Language/13_Types/1_Static_Types_A02_t08: Fail |
257 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): New failu
re, please triage. | 253 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): New failu
re, please triage. |
258 | 254 |
259 | 255 |
260 [ $arch == simarm ] | 256 [ $arch == simarm ] |
261 *: Skip | 257 *: Skip |
262 | 258 |
263 | 259 |
264 [ $arch == arm ] | 260 [ $arch == arm ] |
265 *: Skip | 261 *: Skip |
OLD | NEW |