| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index 793add017ca6ab266e1c24eb0527386da397b607..953be4ddcbd82c016edc47f1ed8ea31f09740535 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -139,29 +139,7 @@ package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
|
| spawn_uri_fail_test: SkipByDesign # Uses dart:io.
|
| scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
|
|
|
| -[ ($noopt || $compiler == precompiler) ]
|
| -# Imports dart:mirrors
|
| -count_test: CompileTimeError
|
| -cross_isolate_message_test: CompileTimeError
|
| -illegal_msg_function_test: CompileTimeError
|
| -illegal_msg_mirror_test: CompileTimeError
|
| -isolate_complex_messages_test: CompileTimeError
|
| -mandel_isolate_test: CompileTimeError
|
| -message2_test: CompileTimeError
|
| -message_test: CompileTimeError
|
| -mint_maker_test: CompileTimeError
|
| -nested_spawn2_test: CompileTimeError
|
| -nested_spawn_test: CompileTimeError
|
| -raw_port_test: CompileTimeError
|
| -request_reply_test: CompileTimeError
|
| -spawn_function_custom_class_test: CompileTimeError
|
| -spawn_function_test: CompileTimeError
|
| -stacktrace_message_test: CompileTimeError
|
| -stacktrace_message_test: CompileTimeError
|
| -static_function_test: CompileTimeError
|
| -unresolved_ports_test: CompileTimeError
|
| -
|
| -[ $runtime == dart_product ]
|
| +[ $noopt || $compiler == precompiler || $runtime == dart_product ]
|
| # Imports dart:mirrors
|
| count_test: SkipByDesign
|
| cross_isolate_message_test: SkipByDesign
|
| @@ -183,6 +161,10 @@ stacktrace_message_test: SkipByDesign
|
| static_function_test: SkipByDesign
|
| unresolved_ports_test: SkipByDesign
|
|
|
| +[ $compiler == precompiler ]
|
| +function_send_test: RuntimeError # Issue 25892
|
| +message3_test/fun: RuntimeError # Issue 25892
|
| +
|
| [ $runtime == dart_precompiled || $runtime == dart_product ]
|
| deferred_in_isolate_test: Skip # Isolate.spawnUri
|
| deferred_in_isolate2_test: Skip # Isolate.spawnUri
|
|
|