| 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 |
| 11 [ $runtime == ie9 ] | 11 [ $runtime == ie9 ] |
| 12 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 12 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 13 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 | 13 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 |
| 14 polymer_intl: Pass, Timeout # 15047 | 14 polymer_intl: Pass, Fail, Timeout # 15047, 16717 |
| 15 searchable_list: Pass, Fail, Timeout # 16717 |
| 15 | 16 |
| 16 [ $runtime == vm ] | 17 [ $runtime == vm ] |
| 17 # Skip tests that use dart:html on the standalone VM | 18 # Skip tests that use dart:html on the standalone VM |
| 18 clock: Skip | 19 clock: Skip |
| 19 gauge: Skip | 20 gauge: Skip |
| 20 google_maps: Skip | 21 google_maps: Skip |
| 21 jsonp: Skip | 22 jsonp: Skip |
| 22 multi_touch: Skip | 23 multi_touch: Skip |
| 23 searchable_list: Skip | 24 searchable_list: Skip |
| 24 solar: Skip | 25 solar: Skip |
| (...skipping 12 matching lines...) Expand all Loading... |
| 37 | 38 |
| 38 [ $compiler == dart2analyzer ] | 39 [ $compiler == dart2analyzer ] |
| 39 build_dart: Skip | 40 build_dart: Skip |
| 40 | 41 |
| 41 [ $compiler == dart2dart ] | 42 [ $compiler == dart2dart ] |
| 42 # Skip until we stabilize language tests. | 43 # Skip until we stabilize language tests. |
| 43 *: Skip | 44 *: Skip |
| 44 | 45 |
| 45 [ $arch == arm ] | 46 [ $arch == arm ] |
| 46 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 47 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| 47 | |
| OLD | NEW |