aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-07-21 19:28:07 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-07-21 19:28:07 +0000
commit85e089fe360636dc6a757a03259a3e4e825dccdb (patch)
treea73648ee6fb7674de92721ffc7574421d753dfe6 /tests
parenta422353ed4a172723ff4726e5b8ddcfc6b890962 (diff)
downloadsrc-85e089fe360636dc6a757a03259a3e4e825dccdb.tar.gz
src-85e089fe360636dc6a757a03259a3e4e825dccdb.zip
Clear expected failures for aesni_aes_gcm tests
These tests were fixed by r335584 PR: 228094 PR: 201447 MFC after: 2 weeks X-MFC-With: 335584
Notes
Notes: svn path=/head/; revision=336586
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sys/netipsec/tunnel/aesni_aes_gcm_128.sh1
-rwxr-xr-xtests/sys/netipsec/tunnel/aesni_aes_gcm_256.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/sys/netipsec/tunnel/aesni_aes_gcm_128.sh b/tests/sys/netipsec/tunnel/aesni_aes_gcm_128.sh
index ebf521ef7cdd..243a148f3eea 100755
--- a/tests/sys/netipsec/tunnel/aesni_aes_gcm_128.sh
+++ b/tests/sys/netipsec/tunnel/aesni_aes_gcm_128.sh
@@ -34,7 +34,6 @@ v6_body()
# load AESNI module if not already
kldstat -q -n aesni || kldload aesni
- atf_expect_fail "PR 201447"
ist_test 6 aes-gcm-16 "12345678901234567890"
}
diff --git a/tests/sys/netipsec/tunnel/aesni_aes_gcm_256.sh b/tests/sys/netipsec/tunnel/aesni_aes_gcm_256.sh
index 5ddf3e7d4fb0..70baa9668d50 100755
--- a/tests/sys/netipsec/tunnel/aesni_aes_gcm_256.sh
+++ b/tests/sys/netipsec/tunnel/aesni_aes_gcm_256.sh
@@ -34,7 +34,6 @@ v6_body()
# load AESNI module if not already
kldstat -q -n aesni || kldload aesni
- atf_expect_fail "PR 201447"
ist_test 6 aes-gcm-16 "123456789012345678901234567890123456"
}