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 [ $browser ] | 5 [ $browser ] |
6 # Skip tests that uses dart:io | 6 # Skip tests that uses dart:io |
7 build_dart: Skip | 7 build_dart: Skip |
8 build_dart_simple: Skip | 8 build_dart_simple: Skip |
9 sample_extension: Skip | 9 sample_extension: Skip |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 # Skip until we stabilize language tests. | 22 # Skip until we stabilize language tests. |
23 *: Skip | 23 *: Skip |
24 | 24 |
25 [ $arch == arm ] | 25 [ $arch == arm ] |
26 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 26 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
27 | 27 |
28 [ $arch == simarm64 ] | 28 [ $arch == simarm64 ] |
29 *: Skip | 29 *: Skip |
30 | 30 |
31 [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ] | 31 [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ] |
32 sample_extension: RuntimeError # Platform.executable | 32 sample_extension: Skip # Platform.executable |
OLD | NEW |