| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index ea699865c8f8ee19996b1129d14e7bf704374422..e11f91ab7ff3943da74b5d470078aec7b1477002 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -20,7 +20,7 @@ kill3_test: Pass, Fail # Bad test: expects total message order
|
|
|
| message3_test/int32x4: Crash, Timeout # Issue 21818
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAndroid ]
|
| +[ ($compiler == none) && $runtime == ContentShellOnAndroid ]
|
| *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
|
|
|
| [ $compiler == dart2js && $runtime == safarimobilesim ]
|
| @@ -81,22 +81,22 @@ isolate_stress_test: Pass, Slow # Issue 10697
|
| [ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| unresolved_ports_test: Pass, Timeout # Issue 15610
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && $runtime == drt ]
|
| +[ ($compiler == none) && $runtime == drt ]
|
| spawn_uri_nested_vm_test: Skip # Issue 14463
|
|
|
| [ $jscl ]
|
| spawn_uri_multi_test/none: RuntimeError # Issue 13544
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAndroid ]
|
| +[ ($compiler == none) && $runtime == ContentShellOnAndroid ]
|
| nested_spawn2_test: Skip # Issue 19127: This test is timing out.
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| +[ ($compiler == none) && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $arch == x64 ]
|
| +[ ($compiler == none) && $runtime == dartium && $arch == x64 ]
|
| isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid) ]
|
| +[ ($compiler == none) && ( $runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid) ]
|
| typed_message_test: Skip # Issue 13921, 14400
|
| isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
|
| object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
|
| @@ -115,6 +115,31 @@ error_exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support sp
|
| error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
|
| exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
|
| issue_21398_parent_isolate2_test/01: SkipByDesign # Uses spawnFunction
|
| +compile_time_error_test/none: RuntimeError, OK # Uses Isolate.spawn.
|
| +function_send_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +handle_error2_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +handle_error3_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +handle_error_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +isolate_current_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +isolate_import_test/none: RuntimeError, OK # Uses Isolate.spawn.
|
| +issue_21398_parent_isolate1_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +issue_21398_parent_isolate_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +kill2_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +kill_self_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +kill_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/byteBuffer: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/constInstance: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/constList: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/constList_identical: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/constMap: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/fun: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/none: RuntimeError, OK # Uses Isolate.spawn.
|
| +message_enum_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +ondone_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +pause_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn.
|
| +start_paused_test: RuntimeError, OK # Uses Isolate.spawn.
|
| +message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn.
|
|
|
|
|
| [ $compiler == dart2analyzer ]
|
|
|