Chromium Code Reviews| Index: tests/lib/lib.status |
| =================================================================== |
| --- tests/lib/lib.status (revision 11933) |
| +++ tests/lib/lib.status (working copy) |
| @@ -6,6 +6,10 @@ |
| math/*: Skip |
| mirrors/*: Skip |
| +[ $compiler == dart2js && $browser && $unchecked ] |
| +crypto/sha256_test: Slow, Pass |
| +crypto/sha1_test: Slow, Pass |
|
ngeoffray
2012/09/06 11:30:20
Not sure why these started to be slow. There is no
|
| + |
| [ $compiler == dart2js && $checked ] |
| # numbers typed 'int' are too big to fit in a JS int. |
| crypto/hmac_md5_test: Fail |