Index: tests/isolate/isolate.status |
=================================================================== |
--- tests/isolate/isolate.status (revision 42788) |
+++ tests/isolate/isolate.status (working copy) |
@@ -49,6 +49,8 @@ |
[ $compiler == dart2js ] |
spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. |
spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. |
+issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. |
+issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. |
message3_test/constList: RuntimeError # Issue 21817 |
message3_test/constList_identical: RuntimeError # Issue 21817 |
message3_test/constMap: RuntimeError # Issue 21817 |
@@ -68,6 +70,8 @@ |
spawn_uri_nested_vm_test: RuntimeError # Issue 16549 |
spawn_uri_test: RuntimeError # Issue 16549 |
spawn_uri_vm_test: RuntimeError # Issue 16549 |
+issue_21398_parent_isolate_test: RuntimeError # Issue 16549 |
+issue_21398_parent_isolate1_test: RuntimeError # Issue 16549 |
[ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] |
isolate_stress_test: Pass, Slow # Issue 10697 |
@@ -93,6 +97,8 @@ |
[ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid) ] |
compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
+issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
+issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |