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 [ $use_public_packages == false && $use_repository_packages == false] | |
6 pop_pop_win: Skip # Require packages | |
7 | |
8 [ $browser ] | 5 [ $browser ] |
9 # Skip tests that uses dart:io | 6 # Skip tests that uses dart:io |
10 build_dart: Skip | 7 build_dart: Skip |
11 build_dart_simple: Skip | 8 build_dart_simple: Skip |
12 sample_extension: Skip | 9 sample_extension: Skip |
13 | 10 |
14 [ $compiler == none && $browser ] | |
15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | |
16 | |
17 [ $runtime == vm ] | 11 [ $runtime == vm ] |
18 # Skip tests that use dart:html on the standalone VM | 12 # Skip tests that use dart:html on the standalone VM |
19 sunflower: Skip | 13 sunflower: Skip |
20 | 14 |
21 [ $compiler == dart2js && $runtime == none ] | 15 [ $compiler == dart2js && $runtime == none ] |
22 *: Fail, Pass # TODO(ahe): Triage these tests. | 16 *: Fail, Pass # TODO(ahe): Triage these tests. |
23 | 17 |
24 [ $compiler == dart2analyzer ] | 18 [ $compiler == dart2analyzer ] |
25 build_dart: Skip | 19 build_dart: Skip |
26 | 20 |
27 [ $compiler == dart2dart ] | 21 [ $compiler == dart2dart ] |
28 # Skip until we stabilize language tests. | 22 # Skip until we stabilize language tests. |
29 *: Skip | 23 *: Skip |
30 | 24 |
31 [ $arch == arm ] | 25 [ $arch == arm ] |
32 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 26 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
33 | 27 |
34 [ $arch == simarm64 ] | 28 [ $arch == simarm64 ] |
35 *: Skip | 29 *: Skip |
OLD | NEW |