Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | GCC 4.2.1 does not support nullptr, use traditional NULL. | Alexander Bluhm | |
Linker requires explicit libpthread. | |||
2021-10-06 | use libc SHA256 functions; make this work when compiled !WITH_OPENSSL | Damien Miller | |
2021-10-05 | add missing sudo | Anton Lindqvist | |
2021-10-05 | fix stderr redirect | Anton Lindqvist | |
2021-10-05 | add missing sudo and handle arguments | Anton Lindqvist | |
2021-10-05 | Add BGPsec router certificate to rpki-client regress | Job Snijders | |
2021-10-05 | add missing sudo | Anton Lindqvist | |
2021-10-05 | add missing sudo | Anton Lindqvist | |
2021-10-05 | build prog once | Anton Lindqvist | |
2021-10-05 | stop masking test-http.c failures | Anton Lindqvist | |
2021-10-03 | Unbreak btrace(8) regress, adding missing files. | Dave Voutila | |
2021-10-03 | bt(5)/btrace(8): add support for str() | Dave Voutila | |
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls. Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values. Adds a regress test and wires in argument-based tests again. ok mpi@ | |||
2021-10-03 | Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfs | Claudio Jeker | |
out for now since it is not enabled by default. mfs reports the same errors as ffs (no real surprise), tmpfs has a few different errors. OK bluhm@ | |||
2021-10-02 | quote sudo | Anton Lindqvist | |
2021-10-02 | add missing sudo | Anton Lindqvist | |
2021-10-02 | hook up btrace | Anton Lindqvist | |
2021-10-01 | Add test for ssh hashed known_hosts handling. | Darren Tucker | |
2021-09-30 | Mark another test as failing with the legacy verifier. | Joel Sing | |
This test now fails with the legacy verifier, due to X509_V_FLAG_TRUSTED_FIRST being enabled by default. | |||
2021-09-30 | Quote SUDO value during propagation, allowing `doas -n' to be correctly | Anton Lindqvist | |
honored which I use while running regress. The same principle is already applied to the PYTHON variable here. | |||
2021-09-30 | Fix up whitespace left by previous change removing privsep. No other | Darren Tucker | |
changes. | |||
2021-09-30 | Remove (almost all) references to privsep. This removes several do..while | Darren Tucker | |
loops but does not change the indentation of the now-shallower loops, which will be done in a separate whitespace-only commit to keep changes of style and substance separate. | |||
2021-09-30 | Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests. | Darren Tucker | |
This means running "make tests" without SUDO set will perform all of the tests that it can instead of failing on the ones it cannot run. | |||
2021-09-29 | Test certificate hostkeys held in ssh-agent too. Would have caught | Damien Miller | |
regression fixed in sshd r1.575 ok markus@ | |||
2021-09-28 | testcase for the avahi/avahi-lib/avahi-glib/cups update | Marc Espie | |
2021-09-28 | Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exact | Mark Kettenis | |
fault address, while others (like the UltraSPARC T2) report an inexact address. Deal with this by using the EXPADDR_MASK on both the expected and the reported fault address. ok bluhm@ | |||
2021-09-28 | Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with base | Mark Kettenis | |
gcc. ok patrick@, millert@, jca@ | |||
2021-09-28 | add missing sudo | Anton Lindqvist | |
2021-09-28 | Remove recent changes used to unblock the signal undergoing testing, I solved it | Anton Lindqvist | |
by changing my regress environment instead. This reduces the delta to the NetBSD upstream. | |||
2021-09-27 | Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp. | Todd C. Miller | |
This makes the test pass on sparc64 where the compiler may otherwise store the variable in the strlcpy/strlcat function's delay slot. OK kettenis@ | |||
2021-09-27 | These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS. | Alexander Bluhm | |
2021-09-27 | Bring this regress into nicer shape. Add all recent architectures. | Alexander Bluhm | |
For me it is still unclear what should actually be tested. It runs MAKEDEV, stores the result into an outfile and checks nothing. | |||
2021-09-27 | Return 0 from main() otherwise the exit code is garbage on sparc64. | Alexander Bluhm | |
Collect status of the child process to detect test failures. OK tb@ | |||
2021-09-27 | Make t_gettimeofday pass on sparc64. | mbuhl | |
OK bluhm@ | |||
2021-09-24 | Simplify runAesCmacTest() by using EVP_DigestSign(). | Theo Buehler | |
2021-09-20 | Use proper sigsuspend() instead of old pause() and use sigprocmask() to | Claudio Jeker | |
block delivery of signals outside of sigsuspend(). With this the test is more reliable. pause() is implemented as two syscalls and so it is possible to catch a signal on the first syscall and than be stuck on the second waiting for something that already happened. OK millert@ deraadt@ bluhm@ | |||
2021-09-20 | Fix appstest.sh for testing with OpenSSL 3.0 | Kinichiro Inoguchi | |
- Fix 'Server Temp Key' check to work with both words "P-384" and "secp384r1". - Test TLSv1 and TLSv1.1 only if OpenSSL version is 1.x. | |||
2021-09-19 | At least t_fork and t_vfork tests need coredumps enabled to succeed. | Claudio Jeker | |
Add ulimit -c unlimited before running the tests like it is done in other places in regress. OK bluhm@ | |||
2021-09-17 | add missing sudo | Anton Lindqvist | |
2021-09-16 | various improvements: | Anton Lindqvist | |
* use SUDO when needed * favor paths relative to the btrace regress directory in the expected output files, prevents one from being forced to checkout the src tree at /usr/src in order to make the tests pass | |||
2021-09-14 | Fix regression test, prodded by bluhm@ | Martin Pieuchot | |
2021-09-12 | annotate root only targets; ok bluhm@ | Anton Lindqvist | |
2021-09-12 | hook up libagentx; ok martijn@ | Anton Lindqvist | |
2021-09-09 | add test for printing empty arguments | Jasper Lievisse Adriaanse | |
ok mpi@ | |||
2021-09-09 | add hist() tests similar to mapempty.bt | Jasper Lievisse Adriaanse | |
ok mpi@ | |||
2021-09-09 | Ensure that the kill signal undergoing testing is not ignored. | Anton Lindqvist | |
ok bluhm@ | |||
2021-09-09 | Rework openssl-ruby-tests to run all passing tests first, then | Theo Buehler | |
run the one failing test as a separate regress test. This way, all regressions should be caught with REGRESS_FAIL_EARLY=yes or on bluhm's regress webpage. This needs an up-to-date openssl-ruby-tests package and an upcoming commit by beck in x509_verify.c to work. ok beck bluhm | |||
2021-09-09 | zap trailing whitespace | Theo Buehler | |
2021-09-09 | zap trailing whitespace | Theo Buehler | |
2021-09-09 | Do not abuse the "cleandir" target to delete part of the test output. | Ingo Schwarze | |
According to /usr/share/mk/bsd.README, that target is only intended to delete tags files, and there are no tags files here. Instead, make sure the "clean" target does not leave any test output behind. Issue reported and patch OK'ed by bluhm@. | |||
2021-09-09 | Hook test for command line arguments support. | Martin Pieuchot | |