| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 1bdda32672ed425733ba7b57d024950d52fca9f1..9a4f262bf734a3f579c0ef56b0c29ea2e8eca8ec 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -20,6 +20,9 @@ mirrors/*: Skip
|
| async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9002
|
| async/run_async4_test: Pass, Fail # no global exception handler in isolates. http://dartbug.com/9012
|
|
|
| +[ $compiler == dart2js && $system == mac ]
|
| +crypto/hmac_sha1_test: Fail # Issue 9471
|
| +
|
| [ $compiler == dart2js && $checked ]
|
| async/stream_event_transform_test: Fail # Issue 7733.
|
|
|
|
|