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] | 5 [ $use_public_packages == false && $use_repository_packages == false] |
6 pop_pop_win: Skip # Require packages | 6 pop_pop_win: Skip # Require packages |
7 | 7 |
8 [ $browser ] | 8 [ $browser ] |
9 # Skip tests that uses dart:io | 9 # Skip tests that uses dart:io |
10 build_dart: Skip | 10 build_dart: Skip |
11 build_dart_simple: Skip | 11 build_dart_simple: Skip |
12 sample_extension: Skip | 12 sample_extension: Skip |
13 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 | 13 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 |
14 | 14 |
15 [ $compiler == none && $browser ] | 15 [ $compiler == none && $browser ] |
16 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 16 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
17 | 17 |
18 [ $runtime == ie9 ] | |
19 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | |
20 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 | |
21 polymer_intl: Pass, Fail, Timeout # 15047, 16717 | |
22 searchable_list: Pass, Fail, Timeout # 16717 | |
23 | |
24 [ $runtime == vm ] | 18 [ $runtime == vm ] |
25 # Skip tests that use dart:html on the standalone VM | 19 # Skip tests that use dart:html on the standalone VM |
26 clock: Skip | 20 clock: Skip |
27 gauge: Skip | 21 gauge: Skip |
28 google_maps: Skip | 22 google_maps: Skip |
29 jsonp: Skip | 23 jsonp: Skip |
30 multi_touch: Skip | 24 multi_touch: Skip |
31 searchable_list: Skip | 25 searchable_list: Skip |
32 solar: Skip | 26 solar: Skip |
33 spirodraw: Skip | 27 spirodraw: Skip |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 | 63 |
70 | 64 |
71 [ $compiler == none && $runtime == drt ] | 65 [ $compiler == none && $runtime == drt ] |
72 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 | 66 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 |
73 | 67 |
74 [ $arch == arm ] | 68 [ $arch == arm ] |
75 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 69 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
76 | 70 |
77 [ $arch == simarm64 ] | 71 [ $arch == simarm64 ] |
78 *: Skip | 72 *: Skip |
OLD | NEW |