| 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 | 14 |
| 14 [ $compiler == none && $browser ] | 15 [ $compiler == none && $browser ] |
| 15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 16 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| 16 | 17 |
| 17 [ $runtime == ie9 ] | 18 [ $runtime == ie9 ] |
| 18 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 19 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 19 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 | 20 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 |
| 20 polymer_intl: Pass, Fail, Timeout # 15047, 16717 | 21 polymer_intl: Pass, Fail, Timeout # 15047, 16717 |
| 21 searchable_list: Pass, Fail, Timeout # 16717 | 22 searchable_list: Pass, Fail, Timeout # 16717 |
| 22 | 23 |
| 23 [ $runtime == ie11 ] | |
| 24 third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage. | |
| 25 polymer_intl: Pass, Fail # Please triage. | |
| 26 | |
| 27 | |
| 28 [ $runtime == vm ] | 24 [ $runtime == vm ] |
| 29 # Skip tests that use dart:html on the standalone VM | 25 # Skip tests that use dart:html on the standalone VM |
| 30 clock: Skip | 26 clock: Skip |
| 31 gauge: Skip | 27 gauge: Skip |
| 32 google_maps: Skip | 28 google_maps: Skip |
| 33 jsonp: Skip | 29 jsonp: Skip |
| 34 multi_touch: Skip | 30 multi_touch: Skip |
| 35 searchable_list: Skip | 31 searchable_list: Skip |
| 36 solar: Skip | 32 solar: Skip |
| 37 spirodraw: Skip | 33 spirodraw: Skip |
| (...skipping 19 matching lines...) Expand all Loading... |
| 57 searchable_list/test/demo_app_test: Pass, Timeout | 53 searchable_list/test/demo_app_test: Pass, Timeout |
| 58 | 54 |
| 59 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 55 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 60 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 | 56 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 |
| 61 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 | 57 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 |
| 62 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189
31, Issue 19127 | 58 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189
31, Issue 19127 |
| 63 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 | 59 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 |
| 64 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 | 60 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 |
| 65 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 | 61 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 |
| 66 | 62 |
| 63 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 64 third_party/todomvc/test/listorder_test: Skip # Times out |
| 65 third_party/todomvc/test/mainpage_test: Skip # Times out |
| 66 third_party/todomvc/test/markdone_shadow_test: Skip # Times out |
| 67 third_party/todomvc/test/markdone_test: Skip # Times out |
| 68 |
| 69 |
| 70 |
| 67 [ $compiler == none && $runtime == drt ] | 71 [ $compiler == none && $runtime == drt ] |
| 68 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 | 72 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 |
| 69 | 73 |
| 70 [ $arch == arm ] | 74 [ $arch == arm ] |
| 71 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 75 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| 72 | 76 |
| 73 [ $arch == simarm64 ] | 77 [ $arch == simarm64 ] |
| 74 *: Skip | 78 *: Skip |
| OLD | NEW |