Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/crypto/opencrypto Disable the arc4 and null_cbc tests ...



details:   https://anonhg.NetBSD.org/src/rev/935e2d565184
branches:  trunk
changeset: 326077:935e2d565184
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 17 14:14:54 2014 +0000

description:
Disable the arc4 and null_cbc tests for now.  The swcrypto driver does
not (yet) support them.

diffstat:

 tests/crypto/opencrypto/t_opencrypto.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 2ad994dded45 -r 935e2d565184 tests/crypto/opencrypto/t_opencrypto.sh
--- a/tests/crypto/opencrypto/t_opencrypto.sh   Fri Jan 17 14:08:59 2014 +0000
+++ b/tests/crypto/opencrypto/t_opencrypto.sh   Fri Jan 17 14:14:54 2014 +0000
@@ -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_body() {
+       atf_skip "ARC4 not implemented by swcrypto"
        common_body h_arc4
 }
 
@@ -214,6 +215,7 @@
 
 atf_test_case null cleanup
 null_head() {
+       atf_skip "NULL_CBC not implemented by swcrypto"
        common_head "Test NULL_CBC crypto"
 }
 



Home | Main Index | Thread Index | Old Index