Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: pkg/pkg.status

Issue 2913963002: Add negation to single-identifier tests in status files. (Closed)
Patch Set: Address comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | runtime/observatory/tests/observatory_ui/observatory_ui.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
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
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
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/tests/observatory_ui/observatory_ui.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698