| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index a753ec2dbc54260ca527e20fe66def1a1fffc375..b2517d12f4b66964a0b1ac04a5a266744feac53f 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -11,17 +11,17 @@ serialization_test: SkipByDesign # Tests dart2js-specific serialization code
|
| isolate_throws_test/01: Skip # Issue 12587
|
| compile_time_error_test/01: Skip # Issue 12587
|
| capability_test: Fail # Not implemented yet
|
| -pause_test: Fail
|
| +pause_test: Fail # Not implemented yet
|
|
|
| [ $compiler == dart2js && $jscl ]
|
| browser/*: SkipByDesign # Browser specific tests
|
| +pause_test: Fail # non-zero timer not supported.
|
|
|
| [ $compiler == dart2js && $runtime == drt ]
|
| isolate_stress_test: Pass, Crash # Issue 14438
|
|
|
| [ $compiler == dart2js ]
|
| serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
|
| -pause_test: Fail
|
|
|
| [ $compiler == dart2js && $runtime == ie9 ]
|
| browser/typed_data_message_test: Fail # Issue 12624
|
|
|