Index: tests/isolate/isolate.status |
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status |
index e001f6dbc6ad47f3fae77778ec714ebacd0a221d..63e2d8de03f447d4b642a83d1ee500fdf8e51ee6 100644 |
--- a/tests/isolate/isolate.status |
+++ b/tests/isolate/isolate.status |
@@ -138,16 +138,23 @@ mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 |
[ $compiler == dart2js && ( $runtime == ff || $runtime == safari ) ] |
isolate_stress_test: Pass, Timeout # http://dartbug.com/10697 |
-[ $arch == simarm ] |
-*: Skip |
- |
-[ $arch == arm ] |
+[ $arch == simarm && $mode == debug ] |
+message_test: Crash # Issue: 11207 |
+ |
+[ ($arch == arm || $arch == simarm) && $checked ] |
+count_test: Pass, Crash # Issue: 11207 |
+isolate_complex_messages_test: Pass, Crash # Issue: 11207 |
+mandel_isolate_test: Pass, Crash # Issue 7952 |
+cross_isolate_message_test: Pass, Crash # Issue: 11207 |
+nested_spawn_test: Crash # Issue: 11207 |
+ |
+[ $arch == arm || $arch == simarm ] |
+nested_spawn_stream2_test: Pass, Crash # Issue: 11207 |
count_stream_test: Crash # Issue: 11207 |
cross_isolate_message_stream_test: Crash # Issue: 11207 |
mandel_isolate_stream_test: Crash # Issue: 11207 |
-message2_test: Crash # Issue: 11207 |
+message2_test: Pass, Crash # Issue: 11207 |
message_stream2_test: Crash # Issue: 11207 |
-nested_spawn_stream2_test: Crash # Issue: 11207 |
nested_spawn_stream_test: Crash # Issue: 11207 |
spawn_function_negative_test: Crash # Issue: 11207 |
spawn_uri_vm_negative_test: Crash # Issue: 11207 |