Index: tests/isolate/isolate.status |
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status |
index b5f430c1c0a3303ba1ca46a5bbec384398495bb1..f3fc7ce1a15c289d7532dfb56c2f20f6eac5d584 100644 |
--- a/tests/isolate/isolate.status |
+++ b/tests/isolate/isolate.status |
@@ -49,6 +49,19 @@ unresolved_ports_negative_test: fail |
global_error_handler_stream_test: fail, OK |
global_error_handler_test: fail, OK |
+[ $compiler == dart2analyzer ] |
+isolate2_negative_test: fail |
+isolate_import_negative_test: fail |
+isolate_negative_test: fail |
+spawn_function_negative_test: fail |
+spawn_uri_negative_test: fail |
+spawn_uri_vm_negative_test: fail |
+unresolved_ports_negative_test: fail |
+ |
+# test issue 10888 |
+global_error_handler_stream_test: fail, OK |
+global_error_handler_test: fail, OK |
+ |
[ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
illegal_msg_stream_test: Fail # Issue 6750 |
typed_data_message_test: Fail, OK # DataView only supported in browsers. |