Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther | |
shortly when we use the hardware thread register in userland | |||
2016-09-03 | check -z mode, just by creating an archive and checking it's still proper | Marc Espie | |
gzip. | |||
2016-09-03 | Some isakmpd tests need generated header files from isakmpd. Change | Alexander Bluhm | |
to /usr/src/sbin/isakmpd and make depend before regress. fixed together with mikeb@ | |||
2016-09-02 | Print SKIPPED if a regress test cannot be executed for some reason. | Alexander Bluhm | |
This allows to identify such tests by looking at their output. | |||
2016-09-02 | Fix build of regress after source moves | Bob Beck | |
2016-09-02 | Make this regress build again | Bob Beck | |
2016-09-02 | Repair remaining isakmpd regress tests | Mike Belopuhov | |
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove old RSA key generation and verification test as it's done now | Mike Belopuhov | |
by LibreSSL regress tests; checked with bcook@ | |||
2016-09-02 | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | Mike Belopuhov | |
2016-09-02 | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | Mike Belopuhov | |
2016-09-02 | Adjust for the new default MODP group | Mike Belopuhov | |
2016-09-02 | Remove obsolete DES-CBC tests | Mike Belopuhov | |
2016-09-02 | disable t3, it is known to fail | Otto Moerbeek | |
2016-09-01 | Make this work both with and without "make obj" in src/usr.bin/mandoc; | Ingo Schwarze | |
suggested by bluhm@ | |||
2016-09-01 | no route-to/reply-to/dup-to on block rules, aka make this pass again | Henning Brauer | |
triggered by bluhm's *meep, secret* | |||
2016-09-01 | Add basic regress tests for ldapd. | Landry Breuil | |
- first pass of tests adding a DIT, then searching in it - second pass of tests runs Net::LDAP regress suite against ldapd (not all tests are passing, and that requires Net::LDAP installed and distfiles present on the system) | |||
2016-09-01 | Fix regress test, server returns 400 instead of 500 now | Reyk Floeter | |
2016-09-01 | Now the cached route flag appears in "route show". Adapt test. | Alexander Bluhm | |
OK mpi@ | |||
2016-09-01 | Tighten up the siginfo check | Philip Guenther | |
2016-09-01 | Delete sparc and vax bits | Philip Guenther | |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt | |
2016-09-01 | no more sparc; | Jason McIntyre | |
2016-09-01 | rm vax | Ted Unangst | |
2016-09-01 | remove references to sparc (and even a vax ref that escaped notice) | Ted Unangst | |
2016-09-01 | Test that RTF_LOCAL routes cannot be deleted from userland. | Martin Pieuchot | |
2016-09-01 | Use counter should stay at '0' if the lookup hasn't been done for | Martin Pieuchot | |
tansmitting packets. | |||
2016-08-31 | Split the check-setup target into smaller parts to make it easier | Alexander Bluhm | |
to configure the regression test machines. | |||
2016-08-31 | Add a bunch of regress test to verify the RTM_CHANGE behaviour of mpath | Claudio Jeker | |
and non-mpath routes. Some of the tests currently fail. | |||
2016-08-31 | Document what the various test here do. With mpi@ | Claudio Jeker | |
2016-08-30 | Test handling of invalid pointers in the pages table. | Ingo Schwarze | |
In such cases, do not access NULL pointers in dbm_dump. Make the setup in the run/Makefile a bit more systematic. Output starts getting too long, so make everything silent; you can always use "make -dl" to debug specific tests. | |||
2016-08-29 | Syslogd tls config error messages have changed, adapt tests. | Alexander Bluhm | |
2016-08-29 | Make socket splicing performance test pass in multiple environments. | Alexander Bluhm | |
When running the setup over two machines, build required binaries on remote machine. Avoid localhost nameserver lookup, just use 127.0.0.1. Use greater timeout. | |||
2016-08-28 | typo | Ingo Schwarze | |
2016-08-28 | I don't dare to provide an OK for a rewrite of this program | Ingo Schwarze | |
without having at least some systematic testing in place. | |||
2016-08-27 | Enable ALPN regress now that it passes. | Joel Sing | |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther | |
<sys/*.h> includes go before <*.h> includes ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther | |
Sort #includes ok deraadt@ | |||
2016-08-27 | ALL HAIL ELF! | Philip Guenther | |
Since <sys/param.h> isn't needed for __ELF__, pull in <stdio.h> for NULL ok deraadt@ | |||
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | some updates for recent changes. | Ted Unangst | |
not all tests passing yet since i don't really understand what's going on. | |||
2016-08-26 | Make regress Makefile consistent with other tests, use bsd.regress.mk. | Alexander Bluhm | |
OK otto@ | |||
2016-08-25 | Set relayd socket buffer size to reasonable value to make test pass | Alexander Bluhm | |
in different environments. | |||
2016-08-25 | Make relayd test slow-consumer more reliable. Set SO_SNDTIMEO | Alexander Bluhm | |
sockopt correctly with Perl pack on i386. Make it possible to grep in each others client and server logfile. Client does not simply sleep but waits for short write at server. | |||
2016-08-25 | Fix sosplice tests on 32 bit systems by putting the correct number | Alexander Bluhm | |
of bytes into the time_t Perl pack template. Also fix error messages. | |||
2016-08-25 | do not request RWX mappings, RW will do | Theo de Raadt | |
2006-04-06 | add a regress that repetitively calls mmap with MMAP_FIXED on the same | Kurt Miller | |
region of memory to ensure process datasize is properly calculated. this time in the righ place *sigh* ok pedro@ |