| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 | 48 |
| 49 front_end/test/fasta/analyze_test: Pass, Slow | 49 front_end/test/fasta/analyze_test: Pass, Slow |
| 50 | 50 |
| 51 kernel/test/closures_test: Slow, Pass | 51 kernel/test/closures_test: Slow, Pass |
| 52 | 52 |
| 53 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 |
| 54 | 54 |
| 55 [ $compiler != dart2analyzer ] | 55 [ $compiler != dart2analyzer ] |
| 56 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow | 56 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow |
| 57 | 57 |
| 58 [ $runtime == vm ] | |
| 59 front_end/test/fasta/bootstrap_test: Skip # Issue 30212 | |
| 60 front_end/test/fasta/compile_test: Skip # Issue 30212 | |
| 61 front_end/test/fasta/strong_test: Skip # Issue 30212 | |
| 62 | |
| 63 [ $runtime != vm || $mode != release || $system == windows ] | 58 [ $runtime != vm || $mode != release || $system == windows ] |
| 64 front_end/test/fasta/*: Skip | 59 front_end/test/fasta/*: Skip |
| 65 kernel/test/closures_test: Skip | 60 kernel/test/closures_test: Skip |
| 66 | 61 |
| 67 # Don't analyze tests in strong mode yet | 62 # Don't analyze tests in strong mode yet |
| 68 [ $compiler == dart2analyzer && $builder_tag == strong ] | 63 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 69 *: Skip # Issue 28649 | 64 *: Skip # Issue 28649 |
| 70 | 65 |
| 71 # Analyze dev_compiler but don't run its tests | 66 # Analyze dev_compiler but don't run its tests |
| 72 [ $compiler != dart2analyzer ] | 67 [ $compiler != dart2analyzer ] |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 kernel/test/closures_test: Fail | 218 kernel/test/closures_test: Fail |
| 224 | 219 |
| 225 [ $runtime == vm ] | 220 [ $runtime == vm ] |
| 226 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 221 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 227 | 222 |
| 228 [ $runtime == vm && $system == windows ] | 223 [ $runtime == vm && $system == windows ] |
| 229 analyzer/test/src/task/strong/checker_test: Pass, Slow | 224 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 230 | 225 |
| 231 [ $browser ] | 226 [ $browser ] |
| 232 testing/test/analyze_test: SkipByDesign | 227 testing/test/analyze_test: SkipByDesign |
| OLD | NEW |