| 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 | |
| 11 [ $browser ] | 8 [ $browser ] |
| 12 # Skip tests that uses dart:io | 9 # Skip tests that uses dart:io |
| 13 build_dart: Skip | 10 build_dart: Skip |
| 14 build_dart_simple: Skip | 11 build_dart_simple: Skip |
| 15 sample_extension: Skip | 12 sample_extension: Skip |
| 16 | 13 |
| 17 [ $compiler == none && $browser ] | 14 [ $compiler == none && $browser ] |
| 18 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| 19 | 16 |
| 20 [ $runtime == ie9 ] | 17 [ $runtime == ie9 ] |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 build_dart: Skip | 49 build_dart: Skip |
| 53 | 50 |
| 54 [ $compiler == dart2dart ] | 51 [ $compiler == dart2dart ] |
| 55 # Skip until we stabilize language tests. | 52 # Skip until we stabilize language tests. |
| 56 *: Skip | 53 *: Skip |
| 57 | 54 |
| 58 [ $compiler == dart2js && $mode == debug ] | 55 [ $compiler == dart2js && $mode == debug ] |
| 59 polymer_intl/test/polymer_intl_test: Pass, Timeout | 56 polymer_intl/test/polymer_intl_test: Pass, Timeout |
| 60 searchable_list/test/demo_app_test: Pass, Timeout | 57 searchable_list/test/demo_app_test: Pass, Timeout |
| 61 | 58 |
| 62 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] | 59 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 63 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 | 60 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 |
| 64 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 | 61 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 |
| 65 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189
31, Issue 19127 | 62 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189
31, Issue 19127 |
| 66 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 | 63 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 |
| 67 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 | 64 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 |
| 68 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 | 65 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 |
| 69 | 66 |
| 67 [ $compiler == none && $runtime == drt ] |
| 68 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 |
| 69 |
| 70 [ $arch == arm ] | 70 [ $arch == arm ] |
| 71 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 71 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| 72 | 72 |
| 73 [ $arch == simarm64 ] | 73 [ $arch == simarm64 ] |
| 74 *: Skip | 74 *: Skip |
| OLD | NEW |