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

Side by Side Diff: pkg/pkg.status

Issue 3003403002: Ensure front_end test cases aren't mistaken for tests. (Closed)
Patch Set: Created 3 years, 3 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 | no next file » | 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 26 matching lines...) Expand all
37 front_end/test/fasta/sdk_test: SkipByDesign 37 front_end/test/fasta/sdk_test: SkipByDesign
38 38
39 front_end/test/fasta/bootstrap_test: Pass, Slow 39 front_end/test/fasta/bootstrap_test: Pass, Slow
40 front_end/test/fasta/compile_test: Pass, Slow 40 front_end/test/fasta/compile_test: Pass, Slow
41 front_end/test/fasta/strong_test: Pass, Slow 41 front_end/test/fasta/strong_test: Pass, Slow
42 front_end/test/fasta/outline_test: Pass, Slow 42 front_end/test/fasta/outline_test: Pass, Slow
43 front_end/test/fasta/ast_builder_test: Pass, Slow 43 front_end/test/fasta/ast_builder_test: Pass, Slow
44 44
45 # These are not tests but input for tests. 45 # These are not tests but input for tests.
46 kernel/testcases/*: Skip 46 kernel/testcases/*: Skip
47 front_end/testcases/*: Skip
47 48
48 front_end/test/fasta/analyze_test: Pass, Slow 49 front_end/test/fasta/analyze_test: Pass, Slow
49 50
50 kernel/test/closures_test: Slow, Pass 51 kernel/test/closures_test: Slow, Pass
51 52
52 [ $compiler != dart2analyzer ] 53 [ $compiler != dart2analyzer ]
53 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow 54 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow
54 55
55 [ $runtime != vm || $mode != release || $system == windows ] 56 [ $runtime != vm || $mode != release || $system == windows ]
56 front_end/test/fasta/*: Skip 57 front_end/test/fasta/*: Skip
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 analyzer_cli/test/driver_test: Pass, Slow, Timeout 224 analyzer_cli/test/driver_test: Pass, Slow, Timeout
224 225
225 [ $runtime == vm && $system == windows ] 226 [ $runtime == vm && $system == windows ]
226 analyzer/test/src/task/strong/checker_test: Pass, Slow 227 analyzer/test/src/task/strong/checker_test: Pass, Slow
227 228
228 [ $browser ] 229 [ $browser ]
229 testing/test/analyze_test: SkipByDesign 230 testing/test/analyze_test: SkipByDesign
230 231
231 [ $browser || $runtime == flutter ] 232 [ $browser || $runtime == flutter ]
232 status_file/*: SkipByDesign # Only meant to run on the standalone VM. 233 status_file/*: SkipByDesign # Only meant to run on the standalone VM.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698