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

Side by Side Diff: pkg/pkg.status

Issue 2990833002: Fix for issue 29819 (Closed)
Patch Set: Created 3 years, 4 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/bin/dfe.h » ('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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 front_end/test/fasta/outline_test: Pass, Slow 43 front_end/test/fasta/outline_test: Pass, Slow
44 front_end/test/fasta/ast_builder_test: Pass, Slow 44 front_end/test/fasta/ast_builder_test: Pass, Slow
45 45
46 # These are not tests but input for tests. 46 # These are not tests but input for tests.
47 kernel/testcases/*: Skip 47 kernel/testcases/*: Skip
48 48
49 front_end/test/fasta/analyze_test: Pass, Slow 49 front_end/test/fasta/analyze_test: Pass, Slow
50 50
51 kernel/test/closures_test: Slow, Pass 51 kernel/test/closures_test: Slow, Pass
52 52
53 front_end/test/src/incremental/hot_reload_e2e_test: Skip # Issue 29819
54
55 [ $compiler != dart2analyzer ] 53 [ $compiler != dart2analyzer ]
56 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow 54 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow
57 55
58 [ $runtime != vm || $mode != release || $system == windows ] 56 [ $runtime != vm || $mode != release || $system == windows ]
59 front_end/test/fasta/*: Skip 57 front_end/test/fasta/*: Skip
60 kernel/test/closures_test: Skip 58 kernel/test/closures_test: Skip
61 59
62 # Don't analyze tests in strong mode yet 60 # Don't analyze tests in strong mode yet
63 [ $compiler == dart2analyzer && $builder_tag == strong ] 61 [ $compiler == dart2analyzer && $builder_tag == strong ]
64 *: Skip # Issue 28649 62 *: Skip # Issue 28649
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 analyzer_cli/test/driver_test: Pass, Slow, Timeout 220 analyzer_cli/test/driver_test: Pass, Slow, Timeout
223 221
224 [ $runtime == vm && $system == windows ] 222 [ $runtime == vm && $system == windows ]
225 analyzer/test/src/task/strong/checker_test: Pass, Slow 223 analyzer/test/src/task/strong/checker_test: Pass, Slow
226 224
227 [ $browser ] 225 [ $browser ]
228 testing/test/analyze_test: SkipByDesign 226 testing/test/analyze_test: SkipByDesign
229 227
230 [ $browser || $runtime == flutter ] 228 [ $browser || $runtime == flutter ]
231 status_file/*: SkipByDesign # Only meant to run on the standalone VM. 229 status_file/*: SkipByDesign # Only meant to run on the standalone VM.
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/dfe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698