Chromium Code Reviews| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 81 analyzer/test/src/summary/resynthesize_ast_test: Pass, Slow | 81 analyzer/test/src/summary/resynthesize_ast_test: Pass, Slow |
| 82 analyzer/test/src/task/strong/front_end_inference_test: Pass, Slow | 82 analyzer/test/src/task/strong/front_end_inference_test: Pass, Slow |
| 83 | 83 |
| 84 [ $runtime == vm && $checked && $system == windows ] | 84 [ $runtime == vm && $checked && $system == windows ] |
| 85 front_end/tool/perf_test: Slow, Pass | 85 front_end/tool/perf_test: Slow, Pass |
| 86 | 86 |
| 87 [ $runtime == vm && $use_sdk ] | 87 [ $runtime == vm && $use_sdk ] |
| 88 front_end/test/fasta/*: Skip # Issue 28629 | 88 front_end/test/fasta/*: Skip # Issue 28629 |
| 89 compiler/tool/generate_kernel_test*: Skip # Issue 28629 | 89 compiler/tool/generate_kernel_test*: Skip # Issue 28629 |
| 90 | 90 |
| 91 [ $runtime == vm && $use_sdk == false ] | 91 [ $runtime == vm && ! $use_sdk ] |
| 92 front_end/tool/perf_test: Skip # Issue 28698 | 92 front_end/tool/perf_test: Skip # Issue 28698 |
| 93 | 93 |
| 94 [ $runtime == vm && $use_sdk == true ] | 94 [ $runtime == vm && $use_sdk ] |
|
Bob Nystrom
2017/06/01 23:07:45
It would be super great to go through all the stat
Lasse Reichstein Nielsen
2017/06/07 08:51:48
I'll just do it.
https://xkcd.com/208/
| |
| 95 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n ot built into the sdk | 95 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n ot built into the sdk |
| 96 | 96 |
| 97 [ $runtime == vm && $system == windows] | 97 [ $runtime == vm && $system == windows] |
| 98 analysis_server/*: Skip # Issue 27557 | 98 analysis_server/*: Skip # Issue 27557 |
| 99 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 99 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 100 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796 | 100 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796 |
| 101 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 101 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 102 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 102 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 103 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 103 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 104 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 104 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 205 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 205 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 206 | 206 |
| 207 [ $compiler == none ] | 207 [ $compiler == none ] |
| 208 kernel/test/closures_test: Fail | 208 kernel/test/closures_test: Fail |
| 209 | 209 |
| 210 [ $runtime == vm ] | 210 [ $runtime == vm ] |
| 211 analyzer_cli/test/driver_test: Pass, Slow | 211 analyzer_cli/test/driver_test: Pass, Slow |
| 212 | 212 |
| 213 [ $runtime == vm && $system == windows ] | 213 [ $runtime == vm && $system == windows ] |
| 214 analyzer/test/src/task/strong/checker_test: Pass, Slow | 214 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| OLD | NEW |