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

Side by Side Diff: pkg/pkg.status

Issue 2995593002: Update status file for libraries_specification_test (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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 front_end/test/*: RuntimeError, OK, Pass # Issue 26103. Timers are not supported . 154 front_end/test/*: RuntimeError, OK, Pass # Issue 26103. Timers are not supported .
155 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. 155 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported.
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/uri_resolver_test: RuntimeError # Issue 30279. 165 front_end/test/src/base/uri_resolver_test: RuntimeError # Issue 30279.
165 front_end/test/src/dependency_walker_test: RuntimeError # Issue 30279. 166 front_end/test/src/dependency_walker_test: RuntimeError # Issue 30279.
166 front_end/test/src/incremental/byte_store_test: RuntimeError # Issue 30279. 167 front_end/test/src/incremental/byte_store_test: RuntimeError # Issue 30279.
167 front_end/test/src/incremental/format_test: RuntimeError # Issue 30279. 168 front_end/test/src/incremental/format_test: RuntimeError # Issue 30279.
168 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.
169 front_end/test/token_test: RuntimeError # Issue 30279. 170 front_end/test/token_test: RuntimeError # Issue 30279.
170 lookup_map/test/lookup_map_test: RuntimeError # Issue 30279. 171 lookup_map/test/lookup_map_test: RuntimeError # Issue 30279.
171 172
172 [ $compiler == dart2js && $runtime == drt ] 173 [ $compiler == dart2js && $runtime == drt ]
173 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 174 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 analyzer_cli/test/driver_test: Pass, Slow, Timeout 236 analyzer_cli/test/driver_test: Pass, Slow, Timeout
236 237
237 [ $runtime == vm && $system == windows ] 238 [ $runtime == vm && $system == windows ]
238 analyzer/test/src/task/strong/checker_test: Pass, Slow 239 analyzer/test/src/task/strong/checker_test: Pass, Slow
239 240
240 [ $browser ] 241 [ $browser ]
241 testing/test/analyze_test: SkipByDesign 242 testing/test/analyze_test: SkipByDesign
242 243
243 [ $browser || $runtime == flutter ] 244 [ $browser || $runtime == flutter ]
244 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