| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 front_end/test/fasta/ast_builder_test: Pass, Slow |
| 45 | 45 |
| 46 # These are not tests but input for tests. | 46 # These are not tests but input for tests. |
| 47 kernel/testcases/*: Skip | 47 kernel/testcases/*: Skip |
| 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 | |
| 54 | |
| 55 [ $compiler != dart2analyzer ] | 53 [ $compiler != dart2analyzer ] |
| 56 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow | 54 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow |
| 57 | 55 |
| 58 [ $runtime != vm || $mode != release || $system == windows ] | 56 [ $runtime != vm || $mode != release || $system == windows ] |
| 59 front_end/test/fasta/*: Skip | 57 front_end/test/fasta/*: Skip |
| 60 kernel/test/closures_test: Skip | 58 kernel/test/closures_test: Skip |
| 61 | 59 |
| 62 # Don't analyze tests in strong mode yet | 60 # Don't analyze tests in strong mode yet |
| 63 [ $compiler == dart2analyzer && $builder_tag == strong ] | 61 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 64 *: Skip # Issue 28649 | 62 *: Skip # Issue 28649 |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 220 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 223 | 221 |
| 224 [ $runtime == vm && $system == windows ] | 222 [ $runtime == vm && $system == windows ] |
| 225 analyzer/test/src/task/strong/checker_test: Pass, Slow | 223 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 226 | 224 |
| 227 [ $browser ] | 225 [ $browser ] |
| 228 testing/test/analyze_test: SkipByDesign | 226 testing/test/analyze_test: SkipByDesign |
| 229 | 227 |
| 230 [ $browser || $runtime == flutter ] | 228 [ $browser || $runtime == flutter ] |
| 231 status_file/*: SkipByDesign # Only meant to run on the standalone VM. | 229 status_file/*: SkipByDesign # Only meant to run on the standalone VM. |
| OLD | NEW |