| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 2f9144a61c5480dcbe469e33e1f9c468a1241a63..f5ce2f18c916665fa26676bf6e71da74818c4bcc 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -44,8 +44,9 @@ crypto/hmac_sha256_test: Fail
|
| crypto/hmac_md5_test: Fail, Pass
|
|
|
|
|
| -[ $runtime == vm ]
|
| +[ $runtime == vm || ($compiler == none && $runtime == drt) ]
|
| async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9001.
|
| +async/run_async4_test: Pass, Fail # http://dartbug.com/9013
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
|
|
|