Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/cgd AES XTS unit tests should now pass.



details:   https://anonhg.NetBSD.org/src/rev/4e46204730a0
branches:  trunk
changeset: 349447:4e46204730a0
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Sun Dec 11 00:23:44 2016 +0000

description:
AES XTS unit tests should now pass.

diffstat:

 tests/dev/cgd/t_cgd_aes.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 9ff7090a723f -r 4e46204730a0 tests/dev/cgd/t_cgd_aes.c
--- a/tests/dev/cgd/t_cgd_aes.c Sun Dec 11 00:23:04 2016 +0000
+++ b/tests/dev/cgd/t_cgd_aes.c Sun Dec 11 00:23:44 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_cgd_aes.c,v 1.4 2016/11/24 22:42:16 alnsn Exp $      */
+/*     $NetBSD: t_cgd_aes.c,v 1.5 2016/12/11 00:23:44 alnsn Exp $      */
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
  * Copyright (c) 2007 The Institute of Electrical and Electronics Engineers, Inc
@@ -3511,8 +3511,6 @@
        const size_t dksize = 256 * SECSIZE; /* Last blkno is 0xff. */
        int dkfd, cgdfd;
 
-       atf_tc_expect_fail("aes-xts implementation not committed yet");
-
        rump_init();
 
        RL(dkfd = open_disk(dkpath, imgpath, dksize));
@@ -3565,8 +3563,6 @@
        const size_t dksize = 65536 * SECSIZE; /* Last blkno is 0xffff. */
        int dkfd, cgdfd;
 
-       atf_tc_expect_fail("aes-xts implementation not committed yet");
-
        rump_init();
 
        RL(dkfd = open_disk(dkpath, imgpath, dksize));



Home | Main Index | Thread Index | Old Index