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

Side by Side Diff: tests/isolate/isolate.status

Issue 2979953002: Skip resolve_package_uri_test for Dartium on Windows (Closed)
Patch Set: Created 3 years, 5 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 [$runtime == vm && $compiler == none && $system == fuchsia] 5 [$runtime == vm && $compiler == none && $system == fuchsia]
6 *: Skip # Not yet triaged. 6 *: Skip # Not yet triaged.
7 7
8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
9 browser/*: SkipByDesign # Browser specific tests 9 browser/*: SkipByDesign # Browser specific tests
10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. 154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn.
155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. 155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn.
156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. 156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn.
157 browser/package_resolve_browser_hook*: Skip # Tests that use defaultPackagesBase (not supported in Dartium). 157 browser/package_resolve_browser_hook*: Skip # Tests that use defaultPackagesBase (not supported in Dartium).
158 158
159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] 159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ]
160 browser/package_resolve_browser_test: Fail # Issue 28382 160 browser/package_resolve_browser_test: Fail # Issue 28382
161 161
162 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system = = windows) ] 162 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system = = windows) ]
163 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL to fix under Windows. 163 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL to fix under Windows.
164 resolve_package_uri_test: Skip
164 165
165 [ $compiler == dart2analyzer ] 166 [ $compiler == dart2analyzer ]
166 browser/typed_data_message_test: StaticWarning 167 browser/typed_data_message_test: StaticWarning
167 mint_maker_test: StaticWarning 168 mint_maker_test: StaticWarning
168 169
169 [ $compiler == dart2analyzer && $builder_tag == strong ] 170 [ $compiler == dart2analyzer && $builder_tag == strong ]
170 *: Skip # Issue 28649 171 *: Skip # Issue 28649
171 172
172 [ $compiler == none && ($runtime == vm || $runtime == flutter) ] 173 [ $compiler == none && ($runtime == vm || $runtime == flutter) ]
173 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor t the tested behavior anyway. 174 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor t the tested behavior anyway.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 [ $runtime == flutter ] 263 [ $runtime == flutter ]
263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 264 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
264 simple_message_test/01: Skip # Flutter Issue 9114 265 simple_message_test/01: Skip # Flutter Issue 9114
265 isolate_import_test/01: Skip # Flutter Issue 9114 266 isolate_import_test/01: Skip # Flutter Issue 9114
266 267
267 # Deferred loading kernel issue 28335. 268 # Deferred loading kernel issue 28335.
268 [ ($compiler == dartk || $compiler == dartkp) ] 269 [ ($compiler == dartk || $compiler == dartkp) ]
269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. 270 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335.
270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. 271 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335.
271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335. 272 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335.
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