Module Name: src
Committed By: pgoyette
Date: Fri Jan 17 14:14:54 UTC 2014
Modified Files:
src/tests/crypto/opencrypto: t_opencrypto.sh
Log Message:
Disable the arc4 and null_cbc tests for now. The swcrypto driver does
not (yet) support them.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/opencrypto/t_opencrypto.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/crypto/opencrypto/t_opencrypto.sh
diff -u src/tests/crypto/opencrypto/t_opencrypto.sh:1.1 src/tests/crypto/opencrypto/t_opencrypto.sh:1.2
--- src/tests/crypto/opencrypto/t_opencrypto.sh:1.1 Tue Jan 14 17:51:39 2014
+++ src/tests/crypto/opencrypto/t_opencrypto.sh Fri Jan 17 14:14:54 2014
@@ -1,4 +1,4 @@
-# $NetBSD: t_opencrypto.sh,v 1.1 2014/01/14 17:51:39 pgoyette Exp $
+# $NetBSD: t_opencrypto.sh,v 1.2 2014/01/17 14:14:54 pgoyette Exp $
#
# Copyright (c) 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -75,6 +75,7 @@ arc4_head() {
}
arc4_body() {
+ atf_skip "ARC4 not implemented by swcrypto"
common_body h_arc4
}
@@ -214,6 +215,7 @@ md5_hmac_cleanup() {
atf_test_case null cleanup
null_head() {
+ atf_skip "NULL_CBC not implemented by swcrypto"
common_head "Test NULL_CBC crypto"
}