| 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 23 matching lines...) Expand all Loading... |
| 34 front_end/test/fasta/rasta/*: SkipByDesign | 34 front_end/test/fasta/rasta/*: SkipByDesign |
| 35 | 35 |
| 36 # sdk_test would take too long to complete, and should be run in a different | 36 # sdk_test would take too long to complete, and should be run in a different |
| 37 # way. | 37 # way. |
| 38 front_end/test/fasta/sdk_test: SkipByDesign | 38 front_end/test/fasta/sdk_test: SkipByDesign |
| 39 | 39 |
| 40 front_end/test/fasta/bootstrap_test: Pass, Slow | 40 front_end/test/fasta/bootstrap_test: Pass, Slow |
| 41 front_end/test/fasta/compile_test: Pass, Slow | 41 front_end/test/fasta/compile_test: Pass, Slow |
| 42 front_end/test/fasta/strong_test: Pass, Slow | 42 front_end/test/fasta/strong_test: Pass, Slow |
| 43 front_end/test/fasta/outline_test: Pass, Slow | 43 front_end/test/fasta/outline_test: Pass, Slow |
| 44 front_end/test/fasta/ast_builder_test: Pass, Slow |
| 44 | 45 |
| 45 # These are not tests but input for tests. | 46 # These are not tests but input for tests. |
| 46 kernel/testcases/*: Skip | 47 kernel/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 front_end/test/src/incremental/hot_reload_e2e_test: Skip # Issue 29819 | 53 front_end/test/src/incremental/hot_reload_e2e_test: Skip # Issue 29819 |
| 53 | 54 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 kernel/test/closures_test: Fail | 218 kernel/test/closures_test: Fail |
| 218 | 219 |
| 219 [ $runtime == vm ] | 220 [ $runtime == vm ] |
| 220 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 221 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 221 | 222 |
| 222 [ $runtime == vm && $system == windows ] | 223 [ $runtime == vm && $system == windows ] |
| 223 analyzer/test/src/task/strong/checker_test: Pass, Slow | 224 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 224 | 225 |
| 225 [ $browser ] | 226 [ $browser ] |
| 226 testing/test/analyze_test: SkipByDesign | 227 testing/test/analyze_test: SkipByDesign |
| OLD | NEW |