Chromium Code Reviews| Index: tests/lib/lib.status |
| =================================================================== |
| --- tests/lib/lib.status (revision 7534) |
| +++ tests/lib/lib.status (working copy) |
| @@ -11,3 +11,11 @@ |
| [ $arch == simarm ] |
| *: Skip |
| + |
| +[ $compiler == dart2js && $checked ] |
| +# numbers typed 'int' are too big to fit in a JS int. |
| +crypto/hmac_md5_test: Fail |
| +crypto/hmac_sha1_test: Fail |
| +crypto/hmac_sha256_test: Fail |
| +crypto/sha1_test: Fail |
| +crypto/sha256_test: Fail |