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 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 build_dart: Skip | 52 build_dart: Skip |
53 | 53 |
54 [ $compiler == dart2dart ] | 54 [ $compiler == dart2dart ] |
55 # Skip until we stabilize language tests. | 55 # Skip until we stabilize language tests. |
56 *: Skip | 56 *: Skip |
57 | 57 |
58 [ $compiler == dart2js && $mode == debug ] | 58 [ $compiler == dart2js && $mode == debug ] |
59 polymer_intl/test/polymer_intl_test: Pass, Timeout | 59 polymer_intl/test/polymer_intl_test: Pass, Timeout |
60 searchable_list/test/demo_app_test: Pass, Timeout | 60 searchable_list/test/demo_app_test: Pass, Timeout |
61 | 61 |
62 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 62 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] |
63 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 | 63 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 |
64 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 | 64 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 |
65 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 18931 | 65 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 | 66 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 |
67 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 | 67 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 |
68 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 | 68 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 |
69 | 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 |