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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 [ $runtime == safari] | 176 [ $runtime == safari] |
177 # Bug in JSC: the test only passes when being debugged. | 177 # Bug in JSC: the test only passes when being debugged. |
178 crypto/test/hmac_md5_test: Fail, Pass | 178 crypto/test/hmac_md5_test: Fail, Pass |
179 | 179 |
180 [ $minified == false ] | 180 [ $minified == false ] |
181 # The minified unittest tests test that the minified names of Dart types are | 181 # The minified unittest tests test that the minified names of Dart types are |
182 # printed. Unminified versions of these tests exist that test the behavior when | 182 # printed. Unminified versions of these tests exist that test the behavior when |
183 # not minified. | 183 # not minified. |
184 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 184 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
185 | 185 |
186 [ $compiler == none && $runtime == drt ] | |
187 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. | |
188 | |
189 [ $arch == arm ] | 186 [ $arch == arm ] |
190 *: Skip | 187 *: Skip |
191 | 188 |
192 [ $arch == simarm ] | 189 [ $arch == simarm ] |
193 *: Skip | 190 *: Skip |
194 | 191 |
195 [ $arch == mips ] | 192 [ $arch == mips ] |
196 *: Skip | 193 *: Skip |
197 | 194 |
198 [ $arch == simmips ] | 195 [ $arch == simmips ] |
(...skipping 11 matching lines...) Expand all Loading... |
210 mutation_observer: Skip | 207 mutation_observer: Skip |
211 polymer_expressions/test/syntax_test: Skip | 208 polymer_expressions/test/syntax_test: Skip |
212 third_party/html5lib/test/browser/browser_test: Skip | 209 third_party/html5lib/test/browser/browser_test: Skip |
213 | 210 |
214 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 211 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
215 docgen/test/single_library_test: Skip # Uses dart:io | 212 docgen/test/single_library_test: Skip # Uses dart:io |
216 | 213 |
217 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 214 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
218 # Skipped for in-progress Dartium rull on 8-16-2013 | 215 # Skipped for in-progress Dartium rull on 8-16-2013 |
219 mutation_observer/test/mutation_observer_test: Fail | 216 mutation_observer/test/mutation_observer_test: Fail |
OLD | NEW |