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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 [ $runtime == vm && $use_sdk ] | 76 [ $runtime == vm && $use_sdk ] |
77 front_end/test/fasta/compile_test: Skip # Issue 28629 | 77 front_end/test/fasta/compile_test: Skip # Issue 28629 |
78 front_end/test/fasta/kompile_test: Skip # Issue 28629 | 78 front_end/test/fasta/kompile_test: Skip # Issue 28629 |
79 front_end/test/fasta/outline_test: Skip # Issue 28629 | 79 front_end/test/fasta/outline_test: Skip # Issue 28629 |
80 | 80 |
81 [ $runtime == vm && $use_sdk == false ] | 81 [ $runtime == vm && $use_sdk == false ] |
82 front_end/test/incremental_kernel_generator_test: Skip # Issue 28698 | 82 front_end/test/incremental_kernel_generator_test: Skip # Issue 28698 |
83 front_end/test/incremental_resolved_ast_generator_test: Skip # Issue 28698 | 83 front_end/test/incremental_resolved_ast_generator_test: Skip # Issue 28698 |
84 front_end/tool/perf_test: Skip # Issue 28698 | 84 front_end/tool/perf_test: Skip # Issue 28698 |
85 | 85 |
| 86 [ $runtime == vm && $use_sdk == true ] |
| 87 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n
ot built into the sdk |
| 88 |
86 [ $runtime == vm && $system == windows] | 89 [ $runtime == vm && $system == windows] |
87 analysis_server/*: Skip # Issue 27557 | 90 analysis_server/*: Skip # Issue 27557 |
88 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 91 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
89 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 92 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
90 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 93 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
91 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 94 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
92 kernel/test/baseline_type_propagation_test: RuntimeError, Timeout # Issue 28243 | 95 kernel/test/baseline_type_propagation_test: RuntimeError, Timeout # Issue 28243 |
93 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 96 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
94 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 97 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
95 | 98 |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 261 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
259 | 262 |
260 [ $compiler == dart2js && $cps_ir && $checked ] | 263 [ $compiler == dart2js && $cps_ir && $checked ] |
261 *: Skip # `assert` not implemented, about 75% tests crash | 264 *: Skip # `assert` not implemented, about 75% tests crash |
262 | 265 |
263 [ $compiler == none ] | 266 [ $compiler == none ] |
264 kernel/test/closures_test: Fail | 267 kernel/test/closures_test: Fail |
265 | 268 |
266 [ $runtime == vm && $system == windows ] | 269 [ $runtime == vm && $system == windows ] |
267 analyzer_cli/test/driver_test: Pass, Slow | 270 analyzer_cli/test/driver_test: Pass, Slow |
OLD | NEW |