summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-06-01Introduce the new test which enforces unp_gc() run and closemvs
2021-05-31Since our unix receive queue got longer, the test run-t_sendrecvAlexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-05-29The cephes test vectors for tanh(3) in our libm fail on mostAlexander Bluhm
2021-05-28Fix build and disable dhtest for sntrup761x25519. The test assumes atobhe
2021-05-27Introduce the new test which enforces unp_internalize() to follow errormvs
2021-05-27Check that libexpat uses arc4random_buf as entropy source.Alexander Bluhm
2017-06-30Build and run libexpat regress tests from src/lib/libexpat/tests.Alexander Bluhm
2021-05-27With the update of tha as4byte code to RFC 6793 a 0 AS num in the AS4_PATHClaudio Jeker
2021-05-27File missed in a previous commit. Should fix the error on the eval_all test.Claudio Jeker
2021-05-24Find openssl binary via environment variable. This allows overridingDarren Tucker
2021-05-22Test more corner cases of IPv4 fragment reassembly.Alexander Bluhm
2021-05-22On powerpc64 calling a function needs 64 bytes of stack overheadAlexander Bluhm
2021-05-21Ignore return value of execve(2) in ktrace output. It is meaningless.Alexander Bluhm
2021-05-21Fix the calculation of the maximum stack size in the command lineAlexander Bluhm
2021-05-21Set the stack size attribute of the pthreads large enough to allocateAlexander Bluhm
2021-05-21fix memleak in testDamien Miller
2021-05-21also check contents of remaining stringDamien Miller
2021-05-21unit test for misc.c:strdelim() that mostly servces to highlight itsDamien Miller
2021-05-17copy riscv support from regress/sys/kern/stackpivot/pivot.hTheo de Raadt
2021-05-17add riscv supportTheo de Raadt
2021-05-17Link fenv.S test program statically to avoid calling the dynamicAlexander Bluhm
2021-05-17Skip sosplice loop test if Perl packages are not installed.Alexander Bluhm
2021-05-16test font modifiers in the layout; related to tbl_html.c rev. 1.29Ingo Schwarze
2021-05-16add riscv asm for these two security-feature checking regress testsTheo de Raadt
2021-05-12Modify cms test in appstest.sh to work with ec cert/keyKinichiro Inoguchi
2021-05-10It's no longer necessary to link ecdhtest statically.Theo Buehler
2021-05-10Extend eval_all test a little bit.Claudio Jeker
2021-05-10Better way to detect the double new lines the API issues from time to time.Claudio Jeker
2021-05-09Add subtest for EPRT command in ftpd regression testjan
2021-05-09Add subtest for SIZE command in ftpd regression testsjan
2021-05-09Add subtest for RNFR and RNTO in ftpd regression testsjan
2021-05-08Fix a race in the kqueue-read test. If the writer thread managed to fillanton
2021-05-07Dynamic socket buffers make tests unreliable, set fixed buffer size.Alexander Bluhm
2021-05-07Increase ConnectionAttempts from 4 to 10 as the tests occasionally timeDarren Tucker
2021-05-07dump out a usable private key string too; inspired by Tyson WhiteheadDamien Miller
2021-05-06Add an 'expires' column to CSV & JSON outputjob
2021-05-05Improve the rde evaluate all test case by doing a withdraw of a prefixClaudio Jeker
2021-05-05All exabgp configs changed to the c code version of the api-exabgp code.Claudio Jeker
2021-05-04Rename shutdown_all() to shutdown_peers() for consistency.Theo Buehler
2021-05-04Create memory pressure in test. Allocate heap and stack in childAlexander Bluhm
2021-05-03Use limits.h instead of sys/limits.h in dtlstest.c for portableKinichiro Inoguchi
2021-05-03Modify regress ssl_get_shared_ciphers for portableKinichiro Inoguchi
2021-05-03Hook openssl-ruby test to regress treeTheo Buehler
2021-05-03Add scaffold to run the ruby/openssl regression testsTheo Buehler
2021-05-03tweak one description to make it uniqueTheo Buehler
2021-05-03Prefix the hybrid_corner_case test with test_ for consistency.Theo Buehler
2021-05-03Exercise the point conversion bit for octet string representationsTheo Buehler
2021-05-03Add a test that exercises the point conversion bit of the octetTheo Buehler
2021-05-01Expand the regress test quite a bit to make sure no new regressions areMartijn van Duren