Index: tests/isolate/isolate.status |
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status |
index ab8dec3373a11b8d7f394a4ce1567f364e5917df..5844827be4c41d228acbf1e67f3de5908dc8d30b 100644 |
--- a/tests/isolate/isolate.status |
+++ b/tests/isolate/isolate.status |
@@ -61,6 +61,31 @@ exit_at_spawn_test: Skip # Issue 23876 |
[ $compiler == dart2js && $jscl ] |
spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
+[ $compiler == dart2js && $fast_startup ] |
+browser/compute_this_script_browser_test: Fail # mirrors not supported |
+browser/typed_data_message_test: Fail # mirrors not supported |
+count_test: Fail # mirrors not supported |
+cross_isolate_message_test: Fail # mirrors not supported |
+illegal_msg_function_test: Fail # mirrors not supported |
+illegal_msg_mirror_test: Fail # mirrors not supported |
+isolate_complex_messages_test: Fail # mirrors not supported |
+isolate_current_test: Fail # mirrors not supported |
+mandel_isolate_test: Fail # mirrors not supported |
+message2_test: Fail # mirrors not supported |
+message_test: Fail # mirrors not supported |
+mint_maker_test: Fail # mirrors not supported |
+nested_spawn2_test: Fail # mirrors not supported |
+nested_spawn_test: Fail # mirrors not supported |
+raw_port_test: Fail # mirrors not supported |
+remote_unittest_helper: Fail # mirrors not supported |
+request_reply_test: Fail # mirrors not supported |
+spawn_function_custom_class_test: Fail # mirrors not supported |
+spawn_function_test: Fail # mirrors not supported |
+stacktrace_message_test: Fail # mirrors not supported |
+static_function_test: Fail # mirrors not supported |
+unresolved_ports_test: Fail # mirrors not supported |
+ |
+ |
[ $csp ] |
deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work from an isolate in CSP-mode |