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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 97 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
98 dart_messages/test/dart_messages_test: Skip # Uses dart:io. | 98 dart_messages/test/dart_messages_test: Skip # Uses dart:io. |
99 | 99 |
100 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 |
| $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te)
] | 100 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 |
| $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te)
] |
101 # Timeout. These are not unit tests. They do not run efficiently on our | 101 # Timeout. These are not unit tests. They do not run efficiently on our |
102 # simulator or low-end devices. | 102 # simulator or low-end devices. |
103 *: Skip | 103 *: Skip |
104 | 104 |
105 [ $runtime == vm ] | 105 [ $runtime == vm ] |
106 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 | 106 analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25
472 |
107 analyzer/tool/task_dependency_graph/check_test: RuntimeError # Fails without a p
ackage root | |
108 # Skip tests on the VM if the package depends on dart:html | 107 # Skip tests on the VM if the package depends on dart:html |
109 mutation_observer: Skip | 108 mutation_observer: Skip |
110 | 109 |
111 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 110 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
112 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 111 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
113 | 112 |
114 [ $use_repository_packages ] | 113 [ $use_repository_packages ] |
115 analyzer/test/*: PubGetError | 114 analyzer/test/*: PubGetError |
116 | 115 |
117 [ $compiler == dart2js && $cps_ir && $host_checked ] | 116 [ $compiler == dart2js && $cps_ir && $host_checked ] |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 169 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
171 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 170 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
172 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 171 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
173 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 172 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
174 | 173 |
175 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] | 174 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] |
176 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 175 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
177 | 176 |
178 [ $compiler == dart2js && $cps_ir && $checked ] | 177 [ $compiler == dart2js && $cps_ir && $checked ] |
179 *: Skip # `assert` not implemented, about 75% tests crash | 178 *: Skip # `assert` not implemented, about 75% tests crash |
OLD | NEW |