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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 http_server/test/*: Fail, OK # Uses dart:io. | 156 http_server/test/*: Fail, OK # Uses dart:io. |
157 observe/test/transformer_test: Fail, OK # Uses dart:io. | 157 observe/test/transformer_test: Fail, OK # Uses dart:io. |
158 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 158 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
159 stub_core_library/test/*: Fail, OK # Uses dart:io. | 159 stub_core_library/test/*: Fail, OK # Uses dart:io. |
160 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 160 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
161 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io | 161 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io |
162 third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io. | 162 third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io. |
163 third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io. | 163 third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io. |
164 third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io. | 164 third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io. |
165 | 165 |
166 [ $arch == simarm64 ] | 166 [ $arch == simarm64 || $arch == armv5 ] |
167 # Timeout. These are not unit tests. They do not run efficiently on our | 167 # Timeout. These are not unit tests. They do not run efficiently on our |
168 # simulator. | 168 # simulator or low-end devices. |
169 *: Skip | 169 *: Skip |
170 | 170 |
171 [ $runtime == vm ] | 171 [ $runtime == vm ] |
172 # Skip tests on the VM if the package depends on dart:html | 172 # Skip tests on the VM if the package depends on dart:html |
173 mutation_observer: Skip | 173 mutation_observer: Skip |
174 third_party/html5lib/test/browser/browser_test: Skip | 174 third_party/html5lib/test/browser/browser_test: Skip |
175 | 175 |
176 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 176 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
177 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 177 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
178 | 178 |
179 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 179 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
180 # Various issues due to limited browser testing in Angular. | 180 # Various issues due to limited browser testing in Angular. |
181 third_party/angular_tests/*: Skip | 181 third_party/angular_tests/*: Skip |
182 | 182 |
183 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 183 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
184 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 184 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
185 | 185 |
186 [ $unchecked ] | 186 [ $unchecked ] |
187 third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked
mode. | 187 third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked
mode. |
188 third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires check
ed mode. | 188 third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires check
ed mode. |
189 third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checke
d mode. | 189 third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checke
d mode. |
190 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 190 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
191 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 191 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
192 | 192 |
193 [ $use_repository_packages ] | 193 [ $use_repository_packages ] |
194 analyzer/test/*: PubGetError | 194 analyzer/test/*: PubGetError |
OLD | NEW |