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

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

Issue 1728663002: Skip tests which use dart:mirrors in product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code-review 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
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 nested_spawn_test: CompileTimeError 154 nested_spawn_test: CompileTimeError
155 raw_port_test: CompileTimeError 155 raw_port_test: CompileTimeError
156 request_reply_test: CompileTimeError 156 request_reply_test: CompileTimeError
157 spawn_function_custom_class_test: CompileTimeError 157 spawn_function_custom_class_test: CompileTimeError
158 spawn_function_test: CompileTimeError 158 spawn_function_test: CompileTimeError
159 stacktrace_message_test: CompileTimeError 159 stacktrace_message_test: CompileTimeError
160 stacktrace_message_test: CompileTimeError 160 stacktrace_message_test: CompileTimeError
161 static_function_test: CompileTimeError 161 static_function_test: CompileTimeError
162 unresolved_ports_test: CompileTimeError 162 unresolved_ports_test: CompileTimeError
163 163
164 [ $runtime == dart_product ]
165 # Imports dart:mirrors
166 count_test: Skip
167 cross_isolate_message_test: Skip
168 illegal_msg_function_test: Skip
169 illegal_msg_mirror_test: Skip
170 isolate_complex_messages_test: Skip
171 mandel_isolate_test: Skip
172 message2_test: Skip
173 message_test: Skip
174 mint_maker_test: Skip
175 nested_spawn2_test: Skip
176 nested_spawn_test: Skip
177 raw_port_test: Skip
178 request_reply_test: Skip
179 spawn_function_custom_class_test: Skip
180 spawn_function_test: Skip
181 stacktrace_message_test: Skip
182 stacktrace_message_test: Skip
183 static_function_test: Skip
184 unresolved_ports_test: Skip
185
164 [ $runtime == dart_precompiled || $runtime == dart_product ] 186 [ $runtime == dart_precompiled || $runtime == dart_product ]
165 deferred_in_isolate_test: Skip # Isolate.spawnUri 187 deferred_in_isolate_test: Skip # Isolate.spawnUri
166 deferred_in_isolate2_test: Skip # Isolate.spawnUri 188 deferred_in_isolate2_test: Skip # Isolate.spawnUri
167 exit_at_spawnuri_test: Skip # Isolate.spawnUri 189 exit_at_spawnuri_test: Skip # Isolate.spawnUri
168 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri 190 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri
169 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 191 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
170 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 192 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
171 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 193 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
172 spawn_uri_test: Skip # Isolate.spawnUri 194 spawn_uri_test: Skip # Isolate.spawnUri
173 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 195 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
174 deferred_in_isolate_test: Skip # Isolate.spawnUri 196 deferred_in_isolate_test: Skip # Isolate.spawnUri
175 spawn_uri_multi_test: Skip # Isolate.spawnUri 197 spawn_uri_multi_test: Skip # Isolate.spawnUri
176 spawn_uri_vm_test: Skip # Isolate.spawnUri 198 spawn_uri_vm_test: Skip # Isolate.spawnUri
177 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 199 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
178 error_at_spawnuri_test: Skip # Isolate.spawnUri 200 error_at_spawnuri_test: Skip # Isolate.spawnUri
179 201
180 [ $runtime == dart_product ] 202 [ $runtime == dart_product ]
181 spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode 203 spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode
182 spawn_uri_missing_test: Skip # SpawnUri in product mode 204 spawn_uri_missing_test: Skip # SpawnUri in product mode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698