| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 compiler/tool/generate_kernel_test*: Skip # Issue 28629 | 93 compiler/tool/generate_kernel_test*: Skip # Issue 28629 |
| 94 front_end/test/src/incremental/hot_reload_e2e_test: Skip # Issue 28629 | 94 front_end/test/src/incremental/hot_reload_e2e_test: Skip # Issue 28629 |
| 95 | 95 |
| 96 [ $runtime == vm && ! $use_sdk ] | 96 [ $runtime == vm && ! $use_sdk ] |
| 97 front_end/tool/perf_test: Skip # Issue 28698 | 97 front_end/tool/perf_test: Skip # Issue 28698 |
| 98 | 98 |
| 99 [ $runtime == vm && $use_sdk ] | 99 [ $runtime == vm && $use_sdk ] |
| 100 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n
ot built into the sdk | 100 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n
ot built into the sdk |
| 101 front_end/test/kernel_generator_test: SkipByDesign # depends on patched_sdk whic
h is not built into the sdk | 101 front_end/test/kernel_generator_test: SkipByDesign # depends on patched_sdk whic
h is not built into the sdk |
| 102 front_end/test/summary_generator_test: SkipByDesign # depends on patched_sdk whi
ch is not built into the sdk | 102 front_end/test/summary_generator_test: SkipByDesign # depends on patched_sdk whi
ch is not built into the sdk |
| 103 front_end/test/mixin_export_test: SkipByDesign # depends on patched_sdk which is
not built into the sdk |
| 103 | 104 |
| 104 [ $runtime == vm && $system == windows] | 105 [ $runtime == vm && $system == windows] |
| 105 analysis_server/*: Skip # Issue 27557 | 106 analysis_server/*: Skip # Issue 27557 |
| 106 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 107 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 107 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 108 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 108 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 109 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 109 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 110 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 110 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 111 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 111 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 112 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 112 analyzer/tool/task_dependency_graph/check_test: Slow, Pass | 113 analyzer/tool/task_dependency_graph/check_test: Slow, Pass |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 225 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 225 | 226 |
| 226 [ $runtime == vm && $system == windows ] | 227 [ $runtime == vm && $system == windows ] |
| 227 analyzer/test/src/task/strong/checker_test: Pass, Slow | 228 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 228 | 229 |
| 229 [ $browser ] | 230 [ $browser ] |
| 230 testing/test/analyze_test: SkipByDesign | 231 testing/test/analyze_test: SkipByDesign |
| 231 | 232 |
| 232 [ $browser || $runtime == flutter ] | 233 [ $browser || $runtime == flutter ] |
| 233 status_file/*: SkipByDesign # Only meant to run on the standalone VM. | 234 status_file/*: SkipByDesign # Only meant to run on the standalone VM. |
| OLD | NEW |