| 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 [ $use_public_packages ] |
| 9 polymer_intl: Fail # Issue 18059 |
| 10 |
| 8 [ $browser ] | 11 [ $browser ] |
| 9 # Skip tests that uses dart:io | 12 # Skip tests that uses dart:io |
| 10 build_dart: Skip | 13 build_dart: Skip |
| 11 build_dart_simple: Skip | 14 build_dart_simple: Skip |
| 12 sample_extension: Skip | 15 sample_extension: Skip |
| 13 | 16 |
| 14 [ $compiler == none && $browser ] | 17 [ $compiler == none && $browser ] |
| 15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 18 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| 16 | 19 |
| 17 [ $runtime == ie9 ] | 20 [ $runtime == ie9 ] |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 | 57 |
| 55 [ $compiler == dart2js && $mode == debug ] | 58 [ $compiler == dart2js && $mode == debug ] |
| 56 polymer_intl/test/polymer_intl_test: Pass, Timeout | 59 polymer_intl/test/polymer_intl_test: Pass, Timeout |
| 57 searchable_list/test/demo_app_test: Pass, Timeout | 60 searchable_list/test/demo_app_test: Pass, Timeout |
| 58 | 61 |
| 59 [ $arch == arm ] | 62 [ $arch == arm ] |
| 60 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 63 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| 61 | 64 |
| 62 [ $arch == simarm64 ] | 65 [ $arch == simarm64 ] |
| 63 *: Skip | 66 *: Skip |
| OLD | NEW |