Disable crypto tests on Dartium.

DRT doesn't understand

R=antonm@google.com
BUG=dartbug.com/3042
TEST=

Review URL: https://chromiumcodereview.appspot.com//10392079

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7606 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ager@google.com
2012-05-14 12:34:07 +00:00
parent 68783ba150
commit 3d246ef05f
+3
View File
@@ -19,3 +19,6 @@ crypto/hmac_sha1_test: Fail
crypto/hmac_sha256_test: Fail
crypto/sha1_test: Fail
crypto/sha256_test: Fail
[ $compiler == none && $runtime == drt ]
crypto/*: Skip # issue 3042