| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index 157f638f904b246fb97d026ee49f9bec931c4a6f..59748da2a62dd0b87d92e0c4eb6c409f7a1a6058 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -4,9 +4,9 @@
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
|
| browser/*: SkipByDesign # Browser specific tests
|
| -isolate_stress_test: Fail # Issue 12588: This should be able to pass when we have wrapper-less tests.
|
| +isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
|
|
|
| -[ $runtime != vm ]
|
| +[ $runtime != vm || $mode == product ]
|
| checked_test: Skip # Unsupported.
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $arch == mips && $mode == debug ]
|
| @@ -176,10 +176,11 @@ spawn_uri_multi_test: Skip # Isolate.spawnUri
|
| spawn_uri_vm_test: Skip # Isolate.spawnUri
|
| issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
|
| error_at_spawnuri_test: Skip # Isolate.spawnUri
|
| +spawn_uri_missing_from_isolate_test: Skip # Isolate.spawnUri
|
| +spawn_uri_missing_test: Skip # Isolate.spawnUri
|
|
|
| -[ $runtime == dart_product ]
|
| -spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode
|
| -spawn_uri_missing_test: Skip # SpawnUri in product mode
|
| +[ $mode == product ]
|
| +issue_24243_parent_isolate_test: Skip # Requires checked mode
|
|
|
| [ $compiler == dart2js && $cps_ir && $checked ]
|
| *: Skip # `assert` not implemented
|
|
|