| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index a683b6685587b992a3dd96e271194455cde52a80..41355d727aed1a57ec8fc11435bdd95078814199 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -58,9 +58,14 @@ message3_test/constMap: RuntimeError # Issue 21817
|
| message3_test/constInstance: RuntimeError # Issue 21817
|
| browser/issue_12474_test: CompileTimeError # Issue 22529
|
| enum_const_test/02: RuntimeError # Issue 21817
|
| -error_exit_at_spawn_test: Fail, Timeout # Issue 23876
|
| -error_at_spawn_test: Fail, Timeout # Issue 23876
|
| -exit_at_spawn_test: Fail, Timeout # Issue 23876
|
| +error_exit_at_spawn_test: Fail # Issue 23876
|
| +error_at_spawn_test: Fail # Issue 23876
|
| +exit_at_spawn_test: Fail # Issue 23876
|
| +
|
| +[ $compiler == dart2js && $runtime != d8 ]
|
| +error_exit_at_spawn_test: Skip # Issue 23876
|
| +error_at_spawn_test: Skip # Issue 23876
|
| +exit_at_spawn_test: Skip # Issue 23876
|
|
|
| [ $compiler == dart2js && $jscl ]
|
| spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
|
|
|