Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-22 | Sync refcount with recent change. | Martin Pieuchot | |
2016-08-20 | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze | |
are open, all except the innermost open block got a bogus MDOC_ENDED marker, in some situations triggering segfaults down the road which tb@ found with afl(1). Fix the logic error by figuring out up front whether an end macro has a matching body, and if it hasn't, don't mark any blocks as broken. | |||
2016-08-20 | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze | |
ignore body end markers of lists breaking other blocks. Fixing a logical error that caused a NULL deref found by tb@ with afl(1). | |||
2016-08-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze | |
and roff-level nodes (e.g. tbl or eqn) follow, don't run into an assertion. Instead, wrap the roff-level nodes in their own row. Issue found by tb@ with afl(1). | |||
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze | |
2016-08-19 | Add support for arm and enable on armv7. | Mark Kettenis | |
2016-08-19 | Reorder entries to match current multipath ordering. | Martin Pieuchot | |
2016-08-19 | add tests for matching functions | Damien Miller | |
2016-08-19 | string.h not strings.h | Theo de Raadt | |
2016-08-17 | syslogd(8) uses new libtls certificate and key file loading. So | Alexander Bluhm | |
the tests behave a little bit different now. | |||
2016-08-16 | Add regression tests for IP_SENDSRCADDR. | Vincent Gross | |
2016-08-14 | Convert quad_t to long long | Philip Guenther | |
2016-08-14 | Convert %q to %ll | Philip Guenther | |
2016-08-10 | no more armish; | Jason McIntyre | |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt | |
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go. | |||
2016-08-10 | regression tests for mdoc_validate.c revisions 1.219 and 1.220 | Ingo Schwarze | |
2016-08-09 | When interrupted, connect() should leave the socket connecting in the | Philip Guenther | |
background, similar to a non-blocking socket. Return EALREADY whenever already connecting, not just for non-blocking sockets. Fix from {Free,Net}BSD Prompted by a report from Michael Reed (m.reed (at) mykolab.com) ok millert@ | |||
2016-08-06 | Add more tests for better code coverage: | Theo Buehler | |
What happens if begin and end are reversed? What if they are equal? While there, add a few comments on the purpose of the tests. | |||
2016-08-06 | If you see code like this, you know something's quite wrong | Theo Buehler | |
(present in some form since r1.1, still present in r1.31): 229 case 013: 230 if (randomize) 231 begin = BEGIN_DEF; 232 else if (reps == 0) 233 errx(1, "Must specify begin if reps == 0"); 234 begin = ender - reps * s + s; Add two tests that check for the intended behavior. | |||
2016-08-05 | enable the mandoc.db(5) regression suite, code is stable enough now | Ingo Schwarze | |
2016-08-05 | adjust expected output after the NAME_HEAD fix in mandocdb.c rev. 1.175 | Ingo Schwarze | |
2016-08-05 | enable dddd regression test | Theo Buehler | |
2016-08-04 | adjust database file name and version number to what was committed | Ingo Schwarze | |
2016-07-30 | hook up regression tests for jot(1) | Theo Buehler | |
2016-07-30 | Add regression tests for jot(1). | Theo Buehler | |
Adapted from FreeBSD's test suite by attila () stalphonsos ! com. Minor tweaks: * make tests work properly with 'make obj' and setting VERBOSE * add 10 tests checking some examples in our man page * disable the dddd test for now since it loops forever Besides dddd, the following five tests fail: dhhd dhhd2 wp3 wp4 wp5 Suggested fixes for these are on tech@ Many thanks to attila for doing the hard work! | |||
2016-07-30 | test suite for the new mandoc.db(5) format; | Ingo Schwarze | |
will be enabled after committing in src/usr.bin/mandoc | |||
2016-07-27 | Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly: | Reyk Floeter | |
- Respond with a 400 (Bad Request) if there is more than one Host: header to prevent ambiguities. - Make sure that the host in the optional absolute form of request-target (eg. GET http://www.target.com/ HTTP/1.1) matches the Host: value. Proxies are supposed to ignore the Host: value if the request-target exists, but relayd used to ignore the absolute request-target form instead. In HTTP terminology, relayd is a gateway and not a proxy, but it has to make sure that the host is validated consistently. OK benno@ bluhm@ | |||
2016-07-22 | add a regression test | Sebastian Benoit | |
2016-07-22 | Fix generated Perl headers. | Reyk Floeter | |
With input from bluhm@ | |||
2016-07-20 | s/sudo/doas/ | Sebastian Benoit | |
2016-07-19 | Add two more tests that use traffic that was captured with tcpdump. | Reyk Floeter | |
These files serve as an example, no more .pcap files should be added here (especially not large ones). | |||
2016-07-19 | Add simple OpenFlow tests for switchd. | Reyk Floeter | |
2016-07-19 | Adapt test to the srp_swap() area. | Martin Pieuchot | |
2016-07-19 | Update counters & unbreak now that rtrequest(RTM_ADD, ...) caches the | Martin Pieuchot | |
gateway. | |||
2016-07-18 | Remote regression tests should not run ssh with -t all the time. | Alexander Bluhm | |
This will make it easier to automate them. | |||
2016-07-11 | Add regression tests for the path MTU discovery implementation in | Alexander Bluhm | |
the kernel. Generate TCP and TCP6 and UDP6 packets with Scapy, check the kernel's reaction to ICMP fragmentation needed and ICMP6 packet too big. OK mpi@ | |||
2016-07-14 | Prevent silly states via knotes on pids > 2^32 and on nonexistent signals. | Philip Guenther | |
ok tedu@ | |||
2016-07-14 | Correct equal in test. | Darren Tucker | |
2016-07-13 | Fix usage() output and getopt sorting | Philip Guenther | |
2016-07-12 | Link path MTU discovery regress test into build. | Alexander Bluhm | |
2016-07-12 | Allow to run the syslogd tests as root without SUDO also if the | Alexander Bluhm | |
libevent method environment is set. | |||
2016-07-12 | Add regression tests for syslogd TLS client certificates. | Alexander Bluhm | |
2016-07-11 | Revert previous adaption of the test. The behavior change in libtls | Alexander Bluhm | |
has been backed out. | |||
2016-07-11 | Add regression tests for the path MTU discovery implementation in | Alexander Bluhm | |
the kernel. Generate TCP and TCP6 and UDP6 packets with Scapy, check the kernel's reaction to ICMP fragmentation needed and ICMP6 packet too big. OK mpi@ | |||
2016-07-07 | add ca cert error check and make the path configurable | Brent Cook | |
from Kinichiro Inoguchi | |||
2016-07-06 | Now libtls is always reading cert.pem during tls_config_new(). | Alexander Bluhm | |
Adapt ktrace count in syslogd test. | |||
2016-07-05 | Some new tests related to bin/cat.c rev. 1.25, | Ingo Schwarze | |
from Sevan Janiyan <venture37 at geeklan dot co dot uk>. | |||
2016-07-05 | remove extra assignment of s from 1.11, fix regression test | Brent Cook | |
2016-07-05 | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | Brent Cook | |
BN_mod_word() can return incorrect results if the supplied modulus is too big, so we need to fall back to BN_div_word. Now that BN_mod_word may fail, handle errors properly update the man page. Thanks to Brian Smith for pointing out these fixes from BoringSSL: https://boringssl.googlesource.com/boringssl/+/67cb49d045f04973ddba0f92fe8a8ad483c7da89 https://boringssl.googlesource.com/boringssl/+/44bedc348d9491e63c7ed1438db100a4b8a830be ok beck@ | |||
2016-07-05 | make less awful.. test against cloudflare too | Bob Beck | |