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 26 matching lines...) Expand all Loading... |
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 front_end/test/fasta/strong_test: Pass, Slow |
40 front_end/test/fasta/outline_test: Pass, Slow | 40 front_end/test/fasta/outline_test: Pass, Slow |
41 | 41 |
42 # These are not tests but input for tests. | 42 # These are not tests but input for tests. |
43 kernel/testcases/*: Skip | 43 kernel/testcases/*: Skip |
44 | 44 |
45 front_end/test/fasta/analyze_test: Pass, Slow | 45 front_end/test/fasta/analyze_test: Pass, Slow |
46 | 46 |
| 47 kernel/test/closures_test: Slow, Pass |
| 48 |
47 [ $compiler != dart2analyzer ] | 49 [ $compiler != dart2analyzer ] |
48 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow | 50 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow |
49 | 51 |
50 [ $runtime != vm || $mode != release || $system == windows ] | 52 [ $runtime != vm || $mode != release || $system == windows ] |
51 front_end/test/fasta/*: Skip | 53 front_end/test/fasta/*: Skip |
52 | |
53 [ $runtime == vm && $mode == release && $system == linux ] | |
54 kernel/test/closures_test: Slow, Pass | |
55 | |
56 [ $runtime != vm || $mode != release || $system != linux ] | |
57 kernel/test/closures_test: Skip | 54 kernel/test/closures_test: Skip |
58 | 55 |
59 # Don't analyze tests in strong mode yet | 56 # Don't analyze tests in strong mode yet |
60 [ $compiler == dart2analyzer && $builder_tag == strong ] | 57 [ $compiler == dart2analyzer && $builder_tag == strong ] |
61 *: Skip # Issue 28649 | 58 *: Skip # Issue 28649 |
62 | 59 |
63 # Analyze dev_compiler but don't run its tests | 60 # Analyze dev_compiler but don't run its tests |
64 [ $compiler != dart2analyzer ] | 61 [ $compiler != dart2analyzer ] |
65 dev_compiler/test/*: Skip | 62 dev_compiler/test/*: Skip |
66 | 63 |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 | 202 |
206 [ $runtime == dart_precompiled ] | 203 [ $runtime == dart_precompiled ] |
207 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 204 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
208 | 205 |
209 [ $compiler == none ] | 206 [ $compiler == none ] |
210 kernel/test/closures_test: Fail | 207 kernel/test/closures_test: Fail |
211 | 208 |
212 [ $runtime == vm && $system == windows ] | 209 [ $runtime == vm && $system == windows ] |
213 analyzer_cli/test/driver_test: Pass, Slow | 210 analyzer_cli/test/driver_test: Pass, Slow |
214 analyzer/test/src/task/strong/checker_test: Pass, Slow | 211 analyzer/test/src/task/strong/checker_test: Pass, Slow |
OLD | NEW |