| 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 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 # Anything in rasta is input to fasta unit tests and shouldn't be run as tests. | 32 # Anything in rasta is input to fasta unit tests and shouldn't be run as tests. |
| 33 front_end/test/fasta/rasta/*: SkipByDesign | 33 front_end/test/fasta/rasta/*: SkipByDesign |
| 34 | 34 |
| 35 # sdk_test would take too long to complete, and should be run in a different | 35 # sdk_test would take too long to complete, and should be run in a different |
| 36 # way. | 36 # way. |
| 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/kompile_test: Pass, Slow | |
| 42 front_end/test/fasta/strong_test: Pass, Slow | 41 front_end/test/fasta/strong_test: Pass, Slow |
| 43 front_end/test/fasta/outline_test: Pass, Slow | 42 front_end/test/fasta/outline_test: Pass, Slow |
| 44 | 43 |
| 45 # These are not tests but input for tests. | 44 # These are not tests but input for tests. |
| 46 kernel/testcases/*: Skip | 45 kernel/testcases/*: Skip |
| 47 | 46 |
| 48 front_end/test/fasta/analyze_test: Pass, Slow | 47 front_end/test/fasta/analyze_test: Pass, Slow |
| 49 | 48 |
| 50 kernel/test/closures_test: Slow, Pass | 49 kernel/test/closures_test: Slow, Pass |
| 51 | 50 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 kernel/test/closures_test: Fail | 216 kernel/test/closures_test: Fail |
| 218 | 217 |
| 219 [ $runtime == vm ] | 218 [ $runtime == vm ] |
| 220 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 219 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 221 | 220 |
| 222 [ $runtime == vm && $system == windows ] | 221 [ $runtime == vm && $system == windows ] |
| 223 analyzer/test/src/task/strong/checker_test: Pass, Slow | 222 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 224 | 223 |
| 225 [ $browser ] | 224 [ $browser ] |
| 226 testing/test/analyze_test: SkipByDesign | 225 testing/test/analyze_test: SkipByDesign |
| OLD | NEW |