OLD | NEW |
1 # Copyright (c) 2011, 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 # IF YOU ARE TEMPTED TO SKIP TESTS HERE, READ THIS FIRST: | 5 # IF YOU ARE TEMPTED TO SKIP TESTS HERE, READ THIS FIRST: |
6 # So far, every time these have been marked skip it is because someone broke | 6 # So far, every time these have been marked skip it is because someone broke |
7 # the stub generator, usually by making "no such type" unconditionally fatal. | 7 # the stub generator, usually by making "no such type" unconditionally fatal. |
8 # Please instead fix the stub generator. Or at least talk to benl before | 8 # Please instead fix the stub generator. Or at least talk to benl before |
9 # committing your change. | 9 # committing your change. |
10 | 10 |
11 prefix stub-generator | 11 prefix stub-generator |
12 | 12 |
13 [ $component == vm ] | 13 [ $component == vm ] |
14 | 14 |
15 [ $component == dartc ] | 15 [ $component == dartc ] |
16 | 16 |
17 [ $arch == x64 ] | |
18 *: Skip | |
19 | |
20 [ $arch == simarm ] | 17 [ $arch == simarm ] |
21 *: Skip | 18 *: Skip |
22 | 19 |
23 [ $arch == arm ] | 20 [ $arch == arm ] |
24 *: Skip | 21 *: Skip |
25 | 22 |
26 [ $component == dartium ] | 23 [ $component == dartium ] |
27 *: Skip | 24 *: Skip |
28 | 25 |
29 [ $component == chromium ] | 26 [ $component == chromium ] |
30 *: Skip | 27 *: Skip |
31 | 28 |
32 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 29 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
33 *: Skip | 30 *: Skip |
OLD | NEW |