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 18 matching lines...) Expand all Loading... |
29 # Anything in rasta is input to fasta unit tests and shouldn't be run as tests. | 29 # Anything in rasta is input to fasta unit tests and shouldn't be run as tests. |
30 front_end/test/fasta/rasta/*: SkipByDesign | 30 front_end/test/fasta/rasta/*: SkipByDesign |
31 | 31 |
32 # sdk_test would take too long to complete, and should be run in a different | 32 # sdk_test would take too long to complete, and should be run in a different |
33 # way. | 33 # way. |
34 front_end/test/fasta/sdk_test: SkipByDesign | 34 front_end/test/fasta/sdk_test: SkipByDesign |
35 | 35 |
36 front_end/test/fasta/bootstrap_test: Pass, Slow | 36 front_end/test/fasta/bootstrap_test: Pass, Slow |
37 front_end/test/fasta/compile_test: Pass, Slow | 37 front_end/test/fasta/compile_test: Pass, Slow |
38 front_end/test/fasta/kompile_test: Pass, Slow | 38 front_end/test/fasta/kompile_test: Pass, Slow |
| 39 front_end/test/fasta/strong_test: Pass, Slow |
39 | 40 |
40 # These are not tests but input for tests. | 41 # These are not tests but input for tests. |
41 kernel/testcases/*: Skip | 42 kernel/testcases/*: Skip |
42 | 43 |
43 front_end/test/fasta/analyze_test: Pass, Slow | 44 front_end/test/fasta/analyze_test: Pass, Slow |
44 | 45 |
45 [ $compiler != dart2analyzer ] | 46 [ $compiler != dart2analyzer ] |
46 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow | 47 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow |
47 | 48 |
48 [ $runtime != vm || $mode != release || $system == windows ] | 49 [ $runtime != vm || $mode != release || $system == windows ] |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 | 207 |
207 [ $runtime == dart_precompiled ] | 208 [ $runtime == dart_precompiled ] |
208 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 209 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
209 | 210 |
210 [ $compiler == none ] | 211 [ $compiler == none ] |
211 kernel/test/closures_test: Fail | 212 kernel/test/closures_test: Fail |
212 | 213 |
213 [ $runtime == vm && $system == windows ] | 214 [ $runtime == vm && $system == windows ] |
214 analyzer_cli/test/driver_test: Pass, Slow | 215 analyzer_cli/test/driver_test: Pass, Slow |
215 analyzer/test/src/task/strong/checker_test: Pass, Slow | 216 analyzer/test/src/task/strong/checker_test: Pass, Slow |
OLD | NEW |