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

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

Issue 1760043002: Skip mirror tests more generally for $mode == product instead of $runtime == dart_product. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('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 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 browser/typed_data_message_test: StaticWarning 132 browser/typed_data_message_test: StaticWarning
133 mint_maker_test: StaticWarning 133 mint_maker_test: StaticWarning
134 134
135 [ $compiler != none || $runtime != vm ] 135 [ $compiler != none || $runtime != vm ]
136 package_root_test: SkipByDesign # Uses Isolate.packageRoot 136 package_root_test: SkipByDesign # Uses Isolate.packageRoot
137 package_config_test: SkipByDesign # Uses Isolate.packageConfig 137 package_config_test: SkipByDesign # Uses Isolate.packageConfig
138 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri 138 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
139 spawn_uri_fail_test: SkipByDesign # Uses dart:io. 139 spawn_uri_fail_test: SkipByDesign # Uses dart:io.
140 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs. 140 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
141 141
142 [ $noopt || $compiler == precompiler || $runtime == dart_product ] 142 [ $noopt || $compiler == precompiler || $mode == product ]
143 # Imports dart:mirrors 143 # Imports dart:mirrors
144 count_test: SkipByDesign 144 count_test: SkipByDesign
145 cross_isolate_message_test: SkipByDesign 145 cross_isolate_message_test: SkipByDesign
146 illegal_msg_function_test: SkipByDesign 146 illegal_msg_function_test: SkipByDesign
147 illegal_msg_mirror_test: SkipByDesign 147 illegal_msg_mirror_test: SkipByDesign
148 isolate_complex_messages_test: SkipByDesign 148 isolate_complex_messages_test: SkipByDesign
149 mandel_isolate_test: SkipByDesign 149 mandel_isolate_test: SkipByDesign
150 message2_test: SkipByDesign 150 message2_test: SkipByDesign
151 message_test: SkipByDesign 151 message_test: SkipByDesign
152 mint_maker_test: SkipByDesign 152 mint_maker_test: SkipByDesign
(...skipping 24 matching lines...) Expand all
177 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 177 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
178 deferred_in_isolate_test: Skip # Isolate.spawnUri 178 deferred_in_isolate_test: Skip # Isolate.spawnUri
179 spawn_uri_multi_test: Skip # Isolate.spawnUri 179 spawn_uri_multi_test: Skip # Isolate.spawnUri
180 spawn_uri_vm_test: Skip # Isolate.spawnUri 180 spawn_uri_vm_test: Skip # Isolate.spawnUri
181 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 181 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
182 error_at_spawnuri_test: Skip # Isolate.spawnUri 182 error_at_spawnuri_test: Skip # Isolate.spawnUri
183 183
184 [ $runtime == dart_product ] 184 [ $runtime == dart_product ]
185 spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode 185 spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode
186 spawn_uri_missing_test: Skip # SpawnUri in product mode 186 spawn_uri_missing_test: Skip # SpawnUri in product mode
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698