| Index: dart/tests/isolate/isolate.status
|
| diff --git a/dart/tests/isolate/isolate.status b/dart/tests/isolate/isolate.status
|
| index ab28e1234fcfaef43c654299f94e7d91d5e21314..c260b67e8c9a2f01c9d2d4c2b84215f3c42095dc 100644
|
| --- a/dart/tests/isolate/isolate.status
|
| +++ b/dart/tests/isolate/isolate.status
|
| @@ -123,11 +123,8 @@ isolate_negative_test: Skip # Bug 6890
|
| mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
|
| mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
|
|
|
| -[ $compiler == dart2js && ( $runtime == ff || $runtime == safari ) ]
|
| -isolate_stress_test: Pass, Timeout # http://dartbug.com/10697
|
| -
|
| -[ $compiler == dart2js && ( $runtime == drt || $runtime == chrome ) ]
|
| -isolate_stress_test: Pass, Crash, Timeout # issue 11648
|
| +[ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
|
| +isolate_stress_test: Pass, Slow # http://dartbug.com/10697
|
|
|
| [ $arch == arm || $arch == simarm ]
|
| *: Skip
|
|
|