Age | Commit message (Collapse) | Author |
|
|
|
|
|
heavily loaded hosts.
|
|
some external setup to operate so is disabled by default (see
comments in sshfp-connect.sh).
|
|
if we have RSA functionality compiled in.
|
|
|
|
|
|
by making sure that different tests use different directory names
for their work such that they do not collide.
As a side benefit, this allows keeping the complete working directories
of the tests until "make cleandir" is run, which may occasionally
help debugging when something breaks.
The failure with make -j was detected and reported by anton@,
who also reviewed, tested, and OK'ed this somewhat lengthy patch.
|
|
by stripping initial parts of paths the do not matter
for the features being tested from man(1) output.
Problem found and reported by, solution developed together with, and
OK anton@
|
|
spotted by bluhm
|
|
limit of newfs_msdos for our small 64 MB vnd disk image.
suggested by jsg@
|
|
|
|
partial chains in libcrypto.
ok bluhm@
|
|
fails to report the path that the failure occured on. Suggested by
deraadt@ after some tech discussion.
Work done and verified by Ashton Fagg <ashton@fagg.id.au>
ok deraadt@ semarie@ claudio@
|
|
|
|
|
|
addition to existing "config address" test that uses an address pool.
|
|
|
|
* compile the edit utility once
* emit a warning during timeout
|
|
This makes it easier to debug if something fails. Add some ${SUDO}
in a way that this tests runs as root or regular user with and
without SUDO set.
|
|
allowing the actual tests to become less repetitive.
ok bluhm@
|
|
threads. It works well on idle 4 CPU machines, but with load or
fewer cores the distribution of the threads' signal handlers is
worse. Reduce the limit of signals that each thread must receive
from 75 to 50. This should prevent random test fails.
from Christian Ludwig
|
|
suggested by millert@
|
|
|
|
implmentation does not care about ICMPv6, it simply adds static
multicast routes. Multicast routing needs at least two test machines.
Otherwise only send and receive on localhost is tested.
Currently receiving link-local packets via loopback does not work
due to wrong scope id.
Everything is mostly copied from IPv4 regress.
|
|
|
|
This code no longer compiles and the equivalent test coverage has been
added to regress/lib/libssl/ciphers (and is actually run).
|
|
|
|
The get_cipher_by_char() and put_cipher_by_char() pointers are no longer
accessible on the SSL_METHOD (and soon will not even exist). Rewrite the
test to use SSL_CIPHER_find() instead.
|
|
end statements with ';' because ',' isn't enough
|
|
look at these tests: add a comment providing a high-level picture of
what is going on here, such that everyday maintenance can be performed
without going down the rabbit hole of subr.sh and edit.c.
|
|
sequences, but coverage of four-byte sequences was incomplete, which
contributed to the recently fixed ksh(1) emacs.c bug not being found
for some time.
Consequently, add some tests covering
+ valid sequences starting with \0360, \0361, and \0363;
+ incomplete sequences starting with \0360 and \0361;
+ invalid (too low) sequences starting with \0360.
OK anton@
|
|
The incorrectness of this test was exposed by the bugfix
in /usr/src/bin/ksh/emacs.c rev. 1.88 and reported to me by bluhm@.
This is a minimal fix replacing the incorrect test line
with two correct tests involving the same byte.
OK anton@
|
|
This should be moved to a dedicated regress test.
|
|
We'll either fix these or remove them in the near future.
|
|
|
|
logs in syslogd regress.
|
|
output that are no longer printed since man_term.c rev. 1.189
|
|
This is a little bit clunky due to the number of things that vary (largely
thanks to middlebox compatibility mode, along with the versions and key
share extensions), however it works and can be improved at a later date.
|
|
|
|
|
|
This allows differences between the received data and the test data to be
more readily identified.
|
|
|
|
|
|
count on it being observable in the normal program flow after the signal
handler returns. Such code would break code that sets errno to 0 and
looks at its value later. With the recent futex(2) changes this particular
aspect of the test no longer passed.
ok deraadt@, bluhm@
|
|
|
|
|
|
OK sthen@
|
|
OK sthen@
|
|
|