summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2019-04-01Adjust bgpd conf output because of change of moving neighbors into a real TAILQClaudio Jeker
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
netstat(1) inspection of routing tables. From Naoki Fukaumi, ok yasuoka@
2019-03-31Fix white space and add an snmp test.rob
2019-03-31Tweak ldap related tests.rob
2019-03-30tweak comment lines.YASUOKA Masahiko
2019-03-30Add a test case forasou
- adding 0.0.0.0 route ok yasuoka
2019-03-30Add 5 test cases forasou
- adding default route with "deault" - adding default route with "0.0.0.0/0" - adding 0.0.0.0 route - adding routes with mask ok yasuoka
2019-03-29Fix a compiler warning. Also use srandom_deterministic(3) since usingYASUOKA Masahiko
random(3) intentionally is to repeat the test failure if it happens.
2019-03-28Enable GOST cipher selection test after libssl has been fixed.Alexander Bluhm
2019-03-27Tweak output and correct a comment.rob
2019-03-27Modify a test to stress embedded ber elements in ber_printf_elements(). Alsorob
cleanup some output.
2019-03-27Replace "garbage" test with an explicit test of an incorrect length (i.e. notrob
enough data). Expects a failure (with errno = ECANCELED).
2019-03-27Check errno on expected failures. Also fix some output wording.rob
2019-03-27Only perform position and memory checks on short form encoding (i.e. shortrob
form tagging and short form length encoding). Add two tests for long form length encoding.
2019-03-27Cleanup output and main return code.rob
2019-03-26Fix white space.rob
2019-03-26Add ber api regress. Assumes that ber has been built into libutil.rob
Not hooked up to the build.
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-24Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECTBob Beck
UNVEIL_INSPECT is a hack we added to get chrome/glib working. It silently adds permission for stat(2), access(2), and readlink(2) to be used on all path components of any unveil'ed path. robert@ has sucessfully now fixed chrome/glib to not require exessive TOC vs TOU stat(2) and access(2) calls on the paths it uses, so that this no longer needed there. readlink(2) is the sole call that is now permitted by UNVEIL_INSPECT, and this is only needed so that realpath(3) can work. Going forward we will likely make a realpath(2), after which we can completely deprecate UNVEIL_INSPECT. ok deraadt@
2019-03-22Add route origin validation testdenis
2019-03-21Test that "calendar -A 0" on a Friday doesn't include weekend events.Todd C. Miller
From Andy Bradford
2019-03-21Fix typo in usage and comment.Alexander Bluhm
2019-03-21Do not run keyboard and mouse device detection during make clean,Alexander Bluhm
cleandir, obj. Eliminates a X11 keyboard problem seen by claudio@ during make build. OK anton@ deraadt@
2019-03-18Disable wscons regress test for now. This test is touching /dev entriesClaudio Jeker
and the result is a rather annoying keyboard repeat issue. Finding this was a bit of a saga. OK by many
2019-03-17Add regress tests for the EVP_aes_*_wrap() API. Based on the tests inTheo Buehler
OpenSSL 1.0.2r which is still freely licenced with a tweak by jsing.
2019-03-17link sm4 regress to the buildTheo Buehler
2019-03-17Add a regress test for the SM4 block cipher from the Chinese standardTheo Buehler
GB/T 32907-2016. Patch from Daniel Wyatt ok inoguchi, jsing
2019-03-15Adjust config output since holdtime min and fib-priority are no longerClaudio Jeker
printed if they are the default.
2019-03-04After vmm(4) max name length has been increased, adapt vmd(8) configAlexander Bluhm
parser test for name length.
2019-03-04add kqueue pty close slave testanton
2019-03-04add support for multiple kqueue pty testsanton
2019-03-04one regress test per line to reduce future churnanton
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
from Carlos Cardenas; OK mlarkin@
2019-03-04link pthread_rwlock2 testSebastien Marie
2019-03-04add a new pthread_rwlock test based on concurrent rw/rd access on a buffer.Sebastien Marie
discussed with visa@
2019-03-03Adjust caller of sa2addr() so this compiles again.Claudio Jeker
Found by mbuhl at mbuhl dot me
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
as recommended for accessibility by the HTML 5 standard. Triggered by a similar, but slightly different suggestion from Laura Morales <lauretas at mail dot com>.
2019-02-27try to make this check work better and gather more outputSebastian Benoit
2019-02-27Test the export statement for neighborsClaudio Jeker
2019-02-26Extend ext-community test to include most of the possible wildchar supportClaudio Jeker
2019-02-22For ia32 use a volatile double to force 64 bit rounding. OtherwiseAlexander Bluhm
the i387 would use its internal 80 bit stack. This fixes getround() on i386.
2019-02-21Test that all supported TLS ciphers actually work. EstablishAlexander Bluhm
connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out.
2019-02-21a handful of new tests related to expr.c rev. 1.34Ingo Schwarze
2019-02-21Remove the #ifdef i386 special test, it does not compile there.Alexander Bluhm
2019-02-21Replace the print "not ok" with an assert macro. This is consistentAlexander Bluhm
to the other tests and causes a regress fail. Fix RCS Id. from Moritz Buhl
2019-02-21Link msun regress to build.Alexander Bluhm
2019-02-21Copy tests for our libm implementation from FreeBSD. Only passingAlexander Bluhm
tests are included, the others need some fixes in the library first. Hopefully these tests will help us to find compiler bugs earlier. from Moritz Buhl
2019-02-20Add a test that catches problems of tcp md5 signatures, like the oneSebastian Benoit
fixed in bgpd/pfkey.c rev 1.54 by claudio.
2019-02-19Use $CC instead of gcc, the latter does not exist on arm64.Alexander Bluhm
found by Moritz Buhl
2019-02-19With new Perl we have add .OBJDIR to @INC.Alexander Bluhm