| Index: dart/tests/isolate/isolate.status
|
| diff --git a/dart/tests/isolate/isolate.status b/dart/tests/isolate/isolate.status
|
| index a3e28306b6cdcd89165c902ec166149476dc9b54..08ba971c2e062ffe4ec622829d64cded8058fae7 100644
|
| --- a/dart/tests/isolate/isolate.status
|
| +++ b/dart/tests/isolate/isolate.status
|
| @@ -82,8 +82,6 @@ spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
|
|
|
| [ $compiler == none && $runtime == dartium ]
|
| spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
|
| -spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
|
| -spawn_uri_missing_test: Skip # Times out.
|
|
|
| [ $compiler == none && $runtime == dartium ]
|
| isolate_stress_test: Skip # Issue 14463
|
| @@ -92,6 +90,8 @@ isolate_stress_test: Skip # Issue 14463
|
| 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
|
| 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.
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| browser/typed_data_message_test: StaticWarning
|
|
|