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