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
This commit is contained in:
Alan Somers 2018-07-21 19:28:07 +00:00
parent a422353ed4
commit 85e089fe36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336586
2 changed files with 0 additions and 2 deletions

View File

@ -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"
}

View File

@ -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"
}