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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n
ot built into the sdk | 99 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n
ot built into the sdk |
100 | 100 |
101 [ $runtime == vm && $system == windows] | 101 [ $runtime == vm && $system == windows] |
102 analysis_server/*: Skip # Issue 27557 | 102 analysis_server/*: Skip # Issue 27557 |
103 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 103 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
104 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 104 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
105 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 105 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
106 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 106 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
107 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 107 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
108 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 108 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 109 analyzer/tool/task_dependency_graph/check_test: Slow, Pass |
109 | 110 |
110 [ $compiler == dart2js ] | 111 [ $compiler == dart2js ] |
111 analysis_server/test/integration: SkipByDesign # Analysis server integration tes
ts don't make sense to run under dart2js, since the code under test always runs
in the Dart vm as a subprocess. | 112 analysis_server/test/integration: SkipByDesign # Analysis server integration tes
ts don't make sense to run under dart2js, since the code under test always runs
in the Dart vm as a subprocess. |
112 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm | 113 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm |
113 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm | 114 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm |
114 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm | 115 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm |
115 collection/test/equality_test/01: Fail # Issue 1533 | 116 collection/test/equality_test/01: Fail # Issue 1533 |
116 collection/test/equality_test/02: Fail # Issue 1533 | 117 collection/test/equality_test/02: Fail # Issue 1533 |
117 collection/test/equality_test/03: Fail # Issue 1533 | 118 collection/test/equality_test/03: Fail # Issue 1533 |
118 collection/test/equality_test/04: Fail # Issue 1533 | 119 collection/test/equality_test/04: Fail # Issue 1533 |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 kernel/test/closures_test: Fail | 213 kernel/test/closures_test: Fail |
213 | 214 |
214 [ $runtime == vm ] | 215 [ $runtime == vm ] |
215 analyzer_cli/test/driver_test: Pass, Slow | 216 analyzer_cli/test/driver_test: Pass, Slow |
216 | 217 |
217 [ $runtime == vm && $system == windows ] | 218 [ $runtime == vm && $system == windows ] |
218 analyzer/test/src/task/strong/checker_test: Pass, Slow | 219 analyzer/test/src/task/strong/checker_test: Pass, Slow |
219 | 220 |
220 [ $browser ] | 221 [ $browser ] |
221 testing/test/analyze_test: SkipByDesign | 222 testing/test/analyze_test: SkipByDesign |
OLD | NEW |