| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index f5ce2f18c916665fa26676bf6e71da74818c4bcc..eb8131e2e054efbee13fe9a6a3458a8eb4b372bd 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -11,9 +11,7 @@ scalarlist/*: Skip
|
| math/*: Skip
|
| mirrors/*: Skip
|
| async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9002
|
| -
|
| -[ $compiler == dart2js && ($runtime == d8 || $jscl) ]
|
| -async/run_async4_test: Fail # no global exception handler in isolates. http://dartbug.com/9012
|
| +async/run_async4_test: Pass, Fail # no global exception handler in isolates. http://dartbug.com/9012
|
|
|
| [ $compiler == dart2js && $checked ]
|
| async/stream_event_transform_test: Fail # Issue 7733.
|
|
|