Index: tests/lib/lib.status |
diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
index 4e9589d833c75dd6f3c83618266edebef92fadae..63ffc68f138280c9ffdd37a50619ea3a77708316 100644 |
--- a/tests/lib/lib.status |
+++ b/tests/lib/lib.status |
@@ -13,3 +13,10 @@ crypto/sha1_test: Slow, Pass |
[ $compiler == dart2dart ] |
# Skip until we stabilize language tests. |
*: Skip |
+ |
+[ $compiler == dartc ] |
+# lib issue 6322 |
+crypto/hmac_sha1_test: Fail, OK |
+crypto/hmac_sha256_test: Fail, OK |
+crypto/sha1_test: Fail, OK |
+crypto/sha256_test: Fail, OK |