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

Side by Side Diff: pkg/pkg.status

Issue 3008893002: Update status for front_end/test/mixin_export_test (Closed)
Patch Set: Merge updates from "master" (43111261f) Created 3 years, 3 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io 131 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io
132 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart :io 132 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart :io
133 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 133 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773
134 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io 134 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io
135 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io 135 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io
136 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io 136 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io
137 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io 137 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io
138 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io 138 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io
139 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io 139 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io
140 140
141 [ $compiler == dart2js && $runtime != d8 ]
142 front_end/test/mixin_export_test: RuntimeError # Issue 30576
143
141 [ $compiler == dart2js && $fast_startup ] 144 [ $compiler == dart2js && $fast_startup ]
142 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. 145 front_end/test/*: SkipByDesign # Tests written with dart:mirrors.
143 146
144 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] 147 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
145 analyzer/test/*: Skip # Issue 26813 148 analyzer/test/*: Skip # Issue 26813
146 analyzer/tool/*: Skip # Issue 26813 149 analyzer/tool/*: Skip # Issue 26813
147 analysis_server/test/*: Skip # Issue 26813 150 analysis_server/test/*: Skip # Issue 26813
148 151
149 [ $compiler == dart2js && $checked ] 152 [ $compiler == dart2js && $checked ]
150 crypto/test/base64_test: Slow, Pass 153 crypto/test/base64_test: Slow, Pass
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 analyzer_cli/test/driver_test: Pass, Slow, Timeout 228 analyzer_cli/test/driver_test: Pass, Slow, Timeout
226 229
227 [ $runtime == vm && $system == windows ] 230 [ $runtime == vm && $system == windows ]
228 analyzer/test/src/task/strong/checker_test: Pass, Slow 231 analyzer/test/src/task/strong/checker_test: Pass, Slow
229 232
230 [ $browser ] 233 [ $browser ]
231 testing/test/analyze_test: SkipByDesign 234 testing/test/analyze_test: SkipByDesign
232 235
233 [ $browser || $runtime == flutter ] 236 [ $browser || $runtime == flutter ]
234 status_file/*: SkipByDesign # Only meant to run on the standalone VM. 237 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