| 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 29 matching lines...) Expand all Loading... |
| 40 front_end/test/fasta/strong_test: Pass, Slow | 40 front_end/test/fasta/strong_test: Pass, Slow |
| 41 front_end/test/fasta/outline_test: Pass, Slow | 41 front_end/test/fasta/outline_test: Pass, Slow |
| 42 | 42 |
| 43 # These are not tests but input for tests. | 43 # These are not tests but input for tests. |
| 44 kernel/testcases/*: Skip | 44 kernel/testcases/*: Skip |
| 45 | 45 |
| 46 front_end/test/fasta/analyze_test: Pass, Slow | 46 front_end/test/fasta/analyze_test: Pass, Slow |
| 47 | 47 |
| 48 kernel/test/closures_test: Slow, Pass | 48 kernel/test/closures_test: Slow, Pass |
| 49 | 49 |
| 50 front_end/test/src/incremental/hot_reload_e2e_test: Skip # Issue 29819 |
| 51 |
| 50 [ $compiler != dart2analyzer ] | 52 [ $compiler != dart2analyzer ] |
| 51 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow | 53 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow |
| 52 | 54 |
| 53 [ $runtime != vm || $mode != release || $system == windows ] | 55 [ $runtime != vm || $mode != release || $system == windows ] |
| 54 front_end/test/fasta/*: Skip | 56 front_end/test/fasta/*: Skip |
| 55 kernel/test/closures_test: Skip | 57 kernel/test/closures_test: Skip |
| 56 | 58 |
| 57 # Don't analyze tests in strong mode yet | 59 # Don't analyze tests in strong mode yet |
| 58 [ $compiler == dart2analyzer && $builder_tag == strong ] | 60 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 59 *: Skip # Issue 28649 | 61 *: Skip # Issue 28649 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 208 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 207 | 209 |
| 208 [ $compiler == none ] | 210 [ $compiler == none ] |
| 209 kernel/test/closures_test: Fail | 211 kernel/test/closures_test: Fail |
| 210 | 212 |
| 211 [ $runtime == vm ] | 213 [ $runtime == vm ] |
| 212 analyzer_cli/test/driver_test: Pass, Slow | 214 analyzer_cli/test/driver_test: Pass, Slow |
| 213 | 215 |
| 214 [ $runtime == vm && $system == windows ] | 216 [ $runtime == vm && $system == windows ] |
| 215 analyzer/test/src/task/strong/checker_test: Pass, Slow | 217 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| OLD | NEW |