| 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 ] | 8 [ $use_public_packages ] |
| 9 polymer_intl: Fail # Issue 18059 | 9 polymer_intl: Fail # Issue 18059 |
| 10 | 10 |
| 11 [ $browser ] | 11 [ $browser ] |
| 12 # Skip tests that uses dart:io | 12 # Skip tests that uses dart:io |
| 13 build_dart: Skip | 13 build_dart: Skip |
| 14 build_dart_simple: Skip | 14 build_dart_simple: Skip |
| 15 sample_extension: Skip | 15 sample_extension: Skip |
| 16 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 | 16 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 |
| 17 | 17 |
| 18 [ $compiler == none && $browser ] | 18 [ $compiler == none && $browser ] |
| 19 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 19 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| 20 | 20 |
| 21 [ $runtime == ie9 ] | 21 [ $runtime == ie9 ] |
| 22 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 22 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 23 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 | 23 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 |
| 24 polymer_intl: Pass, Fail, Timeout # 15047, 16717 | 24 polymer_intl: Pass, Fail, Timeout # 15047, 16717 |
| 25 searchable_list: Pass, Fail, Timeout # 16717 | 25 searchable_list: Pass, Fail, Timeout # 16717 |
| 26 | 26 |
| 27 [ $runtime == ie10 ] |
| 28 third_party/todomvc: Pass, RuntimeError # Issue 19265 |
| 29 searchable_list: Pass, RuntimeError # Issue 19265 |
| 30 polymer_intl: Pass, RuntimeError # Issue 19265 |
| 31 |
| 27 [ $runtime == ie11 ] | 32 [ $runtime == ie11 ] |
| 28 third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage. | 33 third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage. |
| 29 polymer_intl: Pass, Fail # Please triage. | 34 polymer_intl: Pass, Fail # Please triage. |
| 30 | 35 |
| 31 | 36 |
| 32 [ $runtime == vm ] | 37 [ $runtime == vm ] |
| 33 # Skip tests that use dart:html on the standalone VM | 38 # Skip tests that use dart:html on the standalone VM |
| 34 clock: Skip | 39 clock: Skip |
| 35 gauge: Skip | 40 gauge: Skip |
| 36 google_maps: Skip | 41 google_maps: Skip |
| (...skipping 29 matching lines...) Expand all Loading... |
| 66 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189
31, Issue 19127 | 71 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189
31, Issue 19127 |
| 67 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 | 72 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 |
| 68 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 | 73 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 |
| 69 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 | 74 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 |
| 70 | 75 |
| 71 [ $arch == arm ] | 76 [ $arch == arm ] |
| 72 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 77 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| 73 | 78 |
| 74 [ $arch == simarm64 ] | 79 [ $arch == simarm64 ] |
| 75 *: Skip | 80 *: Skip |
| OLD | NEW |