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

Side by Side Diff: pkg/pkg.status

Issue 2609673002: Ignore dev_compiler gen directory when running tests. (Closed)
Patch Set: Created 3 years, 11 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 11 matching lines...) Expand all
22 [ $runtime == vm && $mode == release && $system == linux ] 22 [ $runtime == vm && $mode == release && $system == linux ]
23 kernel/test/closures_test: Slow, Pass 23 kernel/test/closures_test: Slow, Pass
24 24
25 [ $runtime != vm || $mode != release || $system != linux ] 25 [ $runtime != vm || $mode != release || $system != linux ]
26 kernel/test/closures_test: Skip 26 kernel/test/closures_test: Skip
27 27
28 # Analyze dev_compiler but don't run its tests 28 # Analyze dev_compiler but don't run its tests
29 [ $compiler != dart2analyzer ] 29 [ $compiler != dart2analyzer ]
30 dev_compiler/test/*: Skip 30 dev_compiler/test/*: Skip
31 31
32 [ $compiler == dart2analyzer ] 32 # Don't run the dev_compiler generated tests
33 dev_compiler/gen/*: SkipByDesign 33 dev_compiler/gen/*: SkipByDesign
34 34
35 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
36 mutation_observer: Skip # Issue 21149 36 mutation_observer: Skip # Issue 21149
37 unittest/*: Skip # Issue 21949 37 unittest/*: Skip # Issue 21949
38 lookup_map/*: SkipByDesign 38 lookup_map/*: SkipByDesign
39 front_end/*: SkipByDesign 39 front_end/*: SkipByDesign
40 40
41 [ $runtime == vm && $mode == debug ] 41 [ $runtime == vm && $mode == debug ]
42 analysis_server/test/completion_test: Pass, Slow 42 analysis_server/test/completion_test: Pass, Slow
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 203 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
204 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 204 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
205 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 205 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
206 analyzer/test/src/task/yaml_test: Crash # Issue 24485 206 analyzer/test/src/task/yaml_test: Crash # Issue 24485
207 207
208 [ $noopt || $runtime == dart_precompiled ] 208 [ $noopt || $runtime == dart_precompiled ]
209 *: SkipByDesign # The pkg test framework imports dart:mirrors. 209 *: SkipByDesign # The pkg test framework imports dart:mirrors.
210 210
211 [ $compiler == dart2js && $cps_ir && $checked ] 211 [ $compiler == dart2js && $cps_ir && $checked ]
212 *: Skip # `assert` not implemented, about 75% tests crash 212 *: Skip # `assert` not implemented, about 75% tests crash
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