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

Side by Side Diff: pkg/pkg.status

Issue 2993853002: Update .status file after move of byte_store (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 | 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 [ $compiler == dart2js && $runtime == d8 ] 157 [ $compiler == dart2js && $runtime == d8 ]
158 front_end/test/precedence_info_test: RuntimeError # Issue 30279. 158 front_end/test/precedence_info_test: RuntimeError # Issue 30279.
159 front_end/test/scanner_fasta_test: RuntimeError # Issue 30279. 159 front_end/test/scanner_fasta_test: RuntimeError # Issue 30279.
160 front_end/test/scanner_replacement_test: RuntimeError # Issue 30279. 160 front_end/test/scanner_replacement_test: RuntimeError # Issue 30279.
161 front_end/test/scanner_test: RuntimeError # Issue 30279. 161 front_end/test/scanner_test: RuntimeError # Issue 30279.
162 front_end/test/src/async_dependency_walker_test: RuntimeError # Issue 30279. 162 front_end/test/src/async_dependency_walker_test: RuntimeError # Issue 30279.
163 front_end/test/src/base/flat_buffers_test: RuntimeError # Issue 30279. 163 front_end/test/src/base/flat_buffers_test: RuntimeError # Issue 30279.
164 front_end/test/src/base/libraries_specification_test: RuntimeError # Issue 30279 . 164 front_end/test/src/base/libraries_specification_test: RuntimeError # Issue 30279 .
165 front_end/test/src/base/uri_resolver_test: RuntimeError # Issue 30279. 165 front_end/test/src/base/uri_resolver_test: RuntimeError # Issue 30279.
166 front_end/test/src/byte_store/byte_store_test: RuntimeError # Issue 30279.
166 front_end/test/src/dependency_walker_test: RuntimeError # Issue 30279. 167 front_end/test/src/dependency_walker_test: RuntimeError # Issue 30279.
167 front_end/test/src/incremental/byte_store_test: RuntimeError # Issue 30279.
168 front_end/test/src/incremental/format_test: RuntimeError # Issue 30279. 168 front_end/test/src/incremental/format_test: RuntimeError # Issue 30279.
169 front_end/test/src/multi_root_file_system_test: RuntimeError # Issue 30279. 169 front_end/test/src/multi_root_file_system_test: RuntimeError # Issue 30279.
170 front_end/test/token_test: RuntimeError # Issue 30279. 170 front_end/test/token_test: RuntimeError # Issue 30279.
171 lookup_map/test/lookup_map_test: RuntimeError # Issue 30279. 171 lookup_map/test/lookup_map_test: RuntimeError # Issue 30279.
172 172
173 [ $compiler == dart2js && $runtime == drt ] 173 [ $compiler == dart2js && $runtime == drt ]
174 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 174 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
175 175
176 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 176 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
177 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 177 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 analyzer_cli/test/driver_test: Pass, Slow, Timeout 236 analyzer_cli/test/driver_test: Pass, Slow, Timeout
237 237
238 [ $runtime == vm && $system == windows ] 238 [ $runtime == vm && $system == windows ]
239 analyzer/test/src/task/strong/checker_test: Pass, Slow 239 analyzer/test/src/task/strong/checker_test: Pass, Slow
240 240
241 [ $browser ] 241 [ $browser ]
242 testing/test/analyze_test: SkipByDesign 242 testing/test/analyze_test: SkipByDesign
243 243
244 [ $browser || $runtime == flutter ] 244 [ $browser || $runtime == flutter ]
245 status_file/*: SkipByDesign # Only meant to run on the standalone VM. 245 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