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

Side by Side Diff: pkg/pkg.status

Issue 2780513004: [Kernel] Remove code from the old type propagation. (Closed)
Patch Set: Remove empty status file section Created 3 years, 8 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 | « pkg/kernel/test/uint31_pair_map_test.dart ('k') | runtime/vm/kernel.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 28 matching lines...) Expand all
39 kernel/testcases/*: Skip 39 kernel/testcases/*: Skip
40 40
41 [ $compiler != dart2analyzer ] 41 [ $compiler != dart2analyzer ]
42 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow 42 analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow
43 43
44 [ $runtime != vm || $mode != release || $system == windows ] 44 [ $runtime != vm || $mode != release || $system == windows ]
45 front_end/test/fasta/*: Skip 45 front_end/test/fasta/*: Skip
46 46
47 [ $runtime == vm && $mode == release && $system == linux ] 47 [ $runtime == vm && $mode == release && $system == linux ]
48 kernel/test/closures_test: Slow, Pass 48 kernel/test/closures_test: Slow, Pass
49 kernel/test/baseline_type_propagation_test: Slow, Pass
50 49
51 [ $runtime != vm || $mode != release || $system != linux ] 50 [ $runtime != vm || $mode != release || $system != linux ]
52 kernel/test/closures_test: Skip 51 kernel/test/closures_test: Skip
53 52
54 # Don't analyze tests in strong mode yet 53 # Don't analyze tests in strong mode yet
55 [ $compiler == dart2analyzer && $builder_tag == strong ] 54 [ $compiler == dart2analyzer && $builder_tag == strong ]
56 *: Skip # Issue 28649 55 *: Skip # Issue 28649
57 56
58 # Analyze dev_compiler but don't run its tests 57 # Analyze dev_compiler but don't run its tests
59 [ $compiler != dart2analyzer ] 58 [ $compiler != dart2analyzer ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 92
94 [ $runtime == vm && $use_sdk == true ] 93 [ $runtime == vm && $use_sdk == true ]
95 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n ot built into the sdk 94 front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is n ot built into the sdk
96 95
97 [ $runtime == vm && $system == windows] 96 [ $runtime == vm && $system == windows]
98 analysis_server/*: Skip # Issue 27557 97 analysis_server/*: Skip # Issue 27557
99 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 98 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
100 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796 99 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796
101 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 100 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
102 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 101 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828
103 kernel/test/baseline_type_propagation_test: RuntimeError, Timeout # Issue 28243
104 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 102 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243
105 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 103 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243
106 104
107 [ $runtime == vm && $system == macos]
108 kernel/test/baseline_type_propagation_test: Slow, Pass
109
110 [ $compiler == dart2js ] 105 [ $compiler == dart2js ]
111 analysis_server/test/integration: SkipByDesign # Analysis server integration tes ts don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess. 106 analysis_server/test/integration: SkipByDesign # Analysis server integration tes ts don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess.
112 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm 107 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm
113 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm 108 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm
114 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm 109 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm
115 collection/test/equality_test/01: Fail # Issue 1533 110 collection/test/equality_test/01: Fail # Issue 1533
116 collection/test/equality_test/02: Fail # Issue 1533 111 collection/test/equality_test/02: Fail # Issue 1533
117 collection/test/equality_test/03: Fail # Issue 1533 112 collection/test/equality_test/03: Fail # Issue 1533
118 collection/test/equality_test/04: Fail # Issue 1533 113 collection/test/equality_test/04: Fail # Issue 1533
119 collection/test/equality_test/05: Fail # Issue 1533 114 collection/test/equality_test/05: Fail # Issue 1533
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 209
215 [ $runtime == dart_precompiled ] 210 [ $runtime == dart_precompiled ]
216 *: SkipByDesign # The pkg test framework imports dart:mirrors. 211 *: SkipByDesign # The pkg test framework imports dart:mirrors.
217 212
218 [ $compiler == none ] 213 [ $compiler == none ]
219 kernel/test/closures_test: Fail 214 kernel/test/closures_test: Fail
220 215
221 [ $runtime == vm && $system == windows ] 216 [ $runtime == vm && $system == windows ]
222 analyzer_cli/test/driver_test: Pass, Slow 217 analyzer_cli/test/driver_test: Pass, Slow
223 analyzer/test/src/task/strong/checker_test: Pass, Slow 218 analyzer/test/src/task/strong/checker_test: Pass, Slow
OLDNEW
« no previous file with comments | « pkg/kernel/test/uint31_pair_map_test.dart ('k') | runtime/vm/kernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698