| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index 08ba971c2e062ffe4ec622829d64cded8058fae7..fae13ca7b878bb88e76af21a1d5f596e843e2e71 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -74,21 +74,18 @@ isolate_stress_test: Pass, Slow # Issue 10697
|
| unresolved_ports_test: Pass, Timeout # Issue 15610
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| -isolate_stress_test: Skip # Issue 14463
|
| spawn_uri_nested_vm_test: Skip # Issue 14463
|
|
|
| [ $jscl || $runtime == ie9 ]
|
| spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
|
|
|
| -[ $compiler == none && $runtime == dartium ]
|
| +[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
|
|
|
| -[ $compiler == none && $runtime == dartium ]
|
| -isolate_stress_test: Skip # Issue 14463
|
| -
|
| -[ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
|
| +[ $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
|
| +isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
|
| simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
|
| spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
|
| spawn_uri_missing_test: Skip # Times out.
|
|
|