| 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/sdk_test: SkipByDesign | 37 front_end/test/fasta/sdk_test: SkipByDesign |
| 38 | 38 |
| 39 front_end/test/fasta/bootstrap_test: Pass, Slow | 39 front_end/test/fasta/bootstrap_test: Pass, Slow |
| 40 front_end/test/fasta/compile_test: Pass, Slow | 40 front_end/test/fasta/compile_test: Pass, Slow |
| 41 front_end/test/fasta/strong_test: Pass, Slow | 41 front_end/test/fasta/strong_test: Pass, Slow |
| 42 front_end/test/fasta/outline_test: Pass, Slow | 42 front_end/test/fasta/outline_test: Pass, Slow |
| 43 front_end/test/fasta/ast_builder_test: Pass, Slow | 43 front_end/test/fasta/ast_builder_test: Pass, Slow |
| 44 | 44 |
| 45 # These are not tests but input for tests. | 45 # These are not tests but input for tests. |
| 46 kernel/testcases/*: Skip | 46 kernel/testcases/*: Skip |
| 47 front_end/testcases/*: Skip |
| 47 | 48 |
| 48 front_end/test/fasta/analyze_test: Pass, Slow | 49 front_end/test/fasta/analyze_test: Pass, Slow |
| 49 | 50 |
| 50 kernel/test/closures_test: Slow, Pass | 51 kernel/test/closures_test: Slow, Pass |
| 51 | 52 |
| 52 [ $compiler != dart2analyzer ] | 53 [ $compiler != dart2analyzer ] |
| 53 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow | 54 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow |
| 54 | 55 |
| 55 [ $runtime != vm || $mode != release || $system == windows ] | 56 [ $runtime != vm || $mode != release || $system == windows ] |
| 56 front_end/test/fasta/*: Skip | 57 front_end/test/fasta/*: Skip |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 224 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 224 | 225 |
| 225 [ $runtime == vm && $system == windows ] | 226 [ $runtime == vm && $system == windows ] |
| 226 analyzer/test/src/task/strong/checker_test: Pass, Slow | 227 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 227 | 228 |
| 228 [ $browser ] | 229 [ $browser ] |
| 229 testing/test/analyze_test: SkipByDesign | 230 testing/test/analyze_test: SkipByDesign |
| 230 | 231 |
| 231 [ $browser || $runtime == flutter ] | 232 [ $browser || $runtime == flutter ] |
| 232 status_file/*: SkipByDesign # Only meant to run on the standalone VM. | 233 status_file/*: SkipByDesign # Only meant to run on the standalone VM. |
| OLD | NEW |