summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
algorithm is gone. Reomve all LZS references from the tree. The v42bis in isakmpd also looks unsupported. OK mvs@ patrick@ sthen@
2021-10-22knf nitsAnton Lindqvist
2021-10-22add pipe select hangup test case; ok mpi@Anton Lindqvist
2021-10-15Pull in ssl_locl.h so that we can keep reaching into libssl internals.Joel Sing
2021-10-13Sending live tcpdump output over SSH while running tests may dropAlexander Bluhm
bpf logs in the kernel. Better write pcap files onto remote machine's disk and collect and convert after testing with live packets has finished. Move the TCP path MTU tests to the end. Otherwise TCP packets floating around could affect the packet counters of the subsequent tests.
2021-10-13ssltest.c does not need param.hTheo Buehler
From Jonas Termansen
2021-10-13Remove __dead from usage() to reduce the diff needed to build LibreSSLTheo Buehler
on sortix. Prompted by a diff by Jonas Termansen
2021-10-13Fix regress test after changing the way bgpsec pubkeys are shown and processed.Claudio Jeker
Reported by anton@
2021-10-12Relax test regex, read or write error is possible.Alexander Bluhm
2021-10-12quote sudo and handle argumentsAnton Lindqvist
2021-10-11Fold bgpsec cert & traditional certs into same testJob Snijders
2021-10-11Improve BGpsec regress testJob Snijders
2021-10-11quote sudo and handle argumentsAnton Lindqvist
2021-10-11Invoke ${SUDO} before env(1) and not the other way around. Otherwise,Anton Lindqvist
the OBJDIR environment variable will not necesarily be preserved.
2021-10-11Replace poor man's synchronization primitive (i.e. sleep) with aAnton Lindqvist
wait-until-condition-is-true loop in the hopes of making these tests less flaky. ok benno@
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
ok millert
2021-10-07honor objdirAnton Lindqvist
2021-10-07Replace the ugly openssl11 hack for the missing ASN1_time_parse() andClaudio Jeker
ASN1_time_tm_cmp() functions with another hack that is considerably more horrible but also less intrusive.
2021-10-06This regress uses vnd devices to create a softraid volume. Raid levelsAlexander Bluhm
RAID 0, RAID 1, RAID 5, CRYPTO, CONCAT, RAID 1 + CRYPTO are created. The volume disk is then mounted and stressed a little bit.
2021-10-06we now pass that testMarc Espie
2021-10-06GCC 4.2.1 does not support nullptr, use traditional NULL.Alexander Bluhm
Linker requires explicit libpthread.
2021-10-06use libc SHA256 functions; make this work when compiled !WITH_OPENSSLDamien Miller
2021-10-05add missing sudoAnton Lindqvist
2021-10-05fix stderr redirectAnton Lindqvist
2021-10-05add missing sudo and handle argumentsAnton Lindqvist
2021-10-05Add BGPsec router certificate to rpki-client regressJob Snijders
2021-10-05add missing sudoAnton Lindqvist
2021-10-05add missing sudoAnton Lindqvist
2021-10-05build prog onceAnton Lindqvist
2021-10-05stop masking test-http.c failuresAnton Lindqvist
2021-10-03Unbreak btrace(8) regress, adding missing files.Dave Voutila
2021-10-03bt(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-03Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfsClaudio 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-02quote sudoAnton Lindqvist
2021-10-02add missing sudoAnton Lindqvist
2021-10-02hook up btraceAnton Lindqvist
2021-10-01Add test for ssh hashed known_hosts handling.Darren Tucker
2021-09-30Mark 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-30Quote SUDO value during propagation, allowing `doas -n' to be correctlyAnton Lindqvist
honored which I use while running regress. The same principle is already applied to the PYTHON variable here.
2021-09-30Fix up whitespace left by previous change removing privsep. No otherDarren Tucker
changes.
2021-09-30Remove (almost all) references to privsep. This removes several do..whileDarren 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-30Use "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-29Test certificate hostkeys held in ssh-agent too. Would have caughtDamien Miller
regression fixed in sshd r1.575 ok markus@
2021-09-28testcase for the avahi/avahi-lib/avahi-glib/cups updateMarc Espie
2021-09-28Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exactMark 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-28Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with baseMark Kettenis
gcc. ok patrick@, millert@, jca@
2021-09-28add missing sudoAnton Lindqvist
2021-09-28Remove recent changes used to unblock the signal undergoing testing, I solved itAnton Lindqvist
by changing my regress environment instead. This reduces the delta to the NetBSD upstream.
2021-09-27Mark "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-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.Alexander Bluhm