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

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

Issue 2637193002: Support spawnUri in app snapshots. (Closed)
Patch Set: Created 3 years, 11 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 ] 5 [ $runtime == vm || $runtime == dart_precompiled ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
8 8
9 [ $runtime != vm || $mode == product || $compiler == app_jit ] 9 [ $runtime != vm || $mode == product || $compiler == app_jit ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 nested_spawn2_test: SkipByDesign 190 nested_spawn2_test: SkipByDesign
191 nested_spawn_test: SkipByDesign 191 nested_spawn_test: SkipByDesign
192 raw_port_test: SkipByDesign 192 raw_port_test: SkipByDesign
193 request_reply_test: SkipByDesign 193 request_reply_test: SkipByDesign
194 spawn_function_custom_class_test: SkipByDesign 194 spawn_function_custom_class_test: SkipByDesign
195 spawn_function_test: SkipByDesign 195 spawn_function_test: SkipByDesign
196 stacktrace_message_test: SkipByDesign 196 stacktrace_message_test: SkipByDesign
197 static_function_test: SkipByDesign 197 static_function_test: SkipByDesign
198 unresolved_ports_test: SkipByDesign 198 unresolved_ports_test: SkipByDesign
199 199
200 [ $runtime == dart_precompiled || $compiler == app_jit ] 200 [ $runtime == dart_precompiled ]
201 count_test: Skip # Isolate.spawnUri 201 count_test: Skip # Isolate.spawnUri
202 cross_isolate_message_test: Skip # Isolate.spawnUri 202 cross_isolate_message_test: Skip # Isolate.spawnUri
203 deferred_in_isolate2_test: Skip # Isolate.spawnUri 203 deferred_in_isolate2_test: Skip # Isolate.spawnUri
204 deferred_in_isolate_test: Skip # Isolate.spawnUri 204 deferred_in_isolate_test: Skip # Isolate.spawnUri
205 deferred_in_isolate_test: Skip # Isolate.spawnUri 205 deferred_in_isolate_test: Skip # Isolate.spawnUri
206 error_at_spawnuri_test: Skip # Isolate.spawnUri 206 error_at_spawnuri_test: Skip # Isolate.spawnUri
207 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri 207 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri
208 exit_at_spawnuri_test: Skip # Isolate.spawnUri 208 exit_at_spawnuri_test: Skip # Isolate.spawnUri
209 illegal_msg_function_test: Skip # Isolate.spawnUri 209 illegal_msg_function_test: Skip # Isolate.spawnUri
210 illegal_msg_mirror_test: Skip # Isolate.spawnUri 210 illegal_msg_mirror_test: Skip # Isolate.spawnUri
(...skipping 30 matching lines...) Expand all
241 message3_test/fun: Pass, Fail # Closure identity 241 message3_test/fun: Pass, Fail # Closure identity
242 deferred_in_isolate_test: Crash # Requires deferred libraries 242 deferred_in_isolate_test: Crash # Requires deferred libraries
243 deferred_in_isolate2_test: Crash # Requires deferred libraries 243 deferred_in_isolate2_test: Crash # Requires deferred libraries
244 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries 244 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
245 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 245 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192
246 246
247 [ $builder_tag == asan && $arch == x64 ] 247 [ $builder_tag == asan && $arch == x64 ]
248 function_send_test: Fail # Issue 28351 248 function_send_test: Fail # Issue 28351
249 function_send1_test: Fail # Issue 28351 249 function_send1_test: Fail # Issue 28351
250 issue_21398_parent_isolate_test: Fail # Issue 28351 250 issue_21398_parent_isolate_test: Fail # Issue 28351
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698