summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2014-11-13keep queues around when anchors are being loadedMartin Pelikan
ok mikeb
2014-11-10add required vertical spacing before lists that beginIngo Schwarze
at the beginning of the first item of an enclosing list right at the beginning of a new section or subsection; minibug reported by Steffen Nurpmeso <sdaoden at yandex dot com>
2014-11-10more tests found in my treeIngo Schwarze
2014-11-10SKIP_GROFF tests need to adapt to the changed rendering of \(bu, tooIngo Schwarze
2014-11-10adapt to the changed rendering of \(buIngo Schwarze
2014-11-09GOST tests, not connected to the build yet.Miod Vallat
2014-11-07at the end of make obj-clean, run make clean in the right directoryIngo Schwarze
2014-11-02Tests for constructs such as 'foo >= a.version foo != another.version'.Jeremie Courreges-Anglas
2014-11-02Consistency.Jeremie Courreges-Anglas
2014-11-02Tests for pkg-config 'foo != some.version'Jeremie Courreges-Anglas
2014-11-01Initial regress for libtls hostname verification.Joel Sing
2014-10-31Update regress for the libressl to libtls rename.Joel Sing
2014-10-30Add some pkill and sleep to make socket splicing performance testsAlexander Bluhm
more reliable.
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
1. Support specifying the .Bd and .Bl -offset as a macro default width; while here, simplify the code handling the same for .Bl -width. 2. Correct handling of .Bl -offset arguments: unlike .Bd -offset, the arguments "left", "indent", and "indent-two" have no special meaning. 3. Fix the scaling of string length -offset and -width arguments in -Thtml. Triggered by an incomplete documentation patch from bentley@.
2014-10-30for convenience, let obj-clean imply cleanIngo Schwarze
2014-10-29Add a test the checks the syslogd !prog !!prog !* feature.Alexander Bluhm
2014-10-29Update test outputs to reflect the fact that routes to loopback addressesMartin Pieuchot
are plain local routes.
2014-10-29test various recent improvements of special character renderingIngo Schwarze
2014-10-28add a regression test for the pfctl parser bug recently fixed bySebastian Benoit
mikeb@ in pfctl/parse.y rev 1.641. with feedback from mikeb sthen and henning
2014-10-28some new and/or updated regression tests for -Tascii, -Tutf8Ingo Schwarze
and -Thtml rendering of character escape sequences
2014-10-27allow to separately skip groff-mandoc comparisons in -Tascii and -Tutf8 modeIngo Schwarze
2014-10-27Infrastructure for testing HTML output;Ingo Schwarze
this is relevant because we use the HTML output module for man.cgi(8), where broken output can cause security issues.
2014-10-22#undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test.Joel Sing
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostJoel Sing
with unchecked return values).
2014-10-22None of these need <openssl/rand.h>Joel Sing
2014-10-18Simple malloc() to reallocarray().Doug Hogan
ok deraadt@
2014-10-13implement font modifiers in table layoutsIngo Schwarze
2014-10-13Stricter syntax checking of Unicode character names:Ingo Schwarze
Require exactly 4, 5 or 6 hex digits and allow nothing else. This avoids mishandling stuff like \[ua] and \C'uA' as Unicode and also fixes underlining in eqn(7) -Thtml output which uses \[ul]. Problem found and semantics suggested by kristaps@.
2014-10-13Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutJoel Sing
gethostname being declared properly on Compaq platforms that use DEC C...
2014-10-13BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is noJoel Sing
need to have additional checks here.
2014-10-13Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitJoel Sing
with a failure if the NPN verification fails.
2014-10-11warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze
particularly useful when converting from other languages to mdoc(7); feature suggested by bentley@
2014-10-09Add POLLHUP to expected revents for POLLIN on writer EOF.Todd C. Miller
2014-10-09remove gzsig regression tests since gzsig is goneLawrence Teo
ok tedu@
2014-10-09unhook gzsigLawrence Teo
2014-10-08Add tests for EOF behavior (which currently fail) and expected output.Todd C. Miller
The expected output for the POLLIN test could also include POLLHUP, though it does not currently do so.
2014-10-05Test that the specified libevent backend kqueue(2) or poll(2) orAlexander Bluhm
select(2) is used by syslogd.
2014-10-03Add a test that checks that there are no trailing new-lines orAlexander Bluhm
spaces in the syslog messages.
2014-09-28Make the goressl regress test compile again.Joel Sing
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.Doug Hogan
ok tedu@
2014-09-21Add support for word anchors \< and \> to regex regression tests.Doug Hogan
These are copied from the existing [[:<:]] and [[:>:]] tests.
2014-09-20texlive blasts thru the 999 chunks barrierMarc Espie
2014-09-20a small debug script to extract chunks from a chunked archive, as it isMarc Espie
very difficult to do so with standard tools
2014-09-19Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.Ingo Schwarze
To avoid making tests machine dependent, only test values inside 32bit LONG_{MIN,MAX} and outside 64bit LONG_{MIN,MAX}, but none in between. While here, cover 32bit edge cases, negative values, and overflows. ok jsing@
2014-09-17Stop using the Z malloc option which has been tedu'd by tedu@ sometimeLawrence Teo
ago. ok espie@
2014-09-13Add tests for syslogd's memory buffer and read it with syslogc.Alexander Bluhm
2014-09-07Add Henri Kemppainen's copyrightPhilip Guenther
2014-09-07Add dependency tests from Henri Kemppainen (duclare (at) guu.fi)Philip Guenther
2014-09-07Add dependency tests from Henri Kemppainen (duclare (at) guu.fi).Philip Guenther
order1 demonstrates why the fix in ld.so/library_subr.c rev 1.34 is necessary order2 demonstrates that that fix isn't completely correct
2014-09-04Check that messages from sendsyslog(2) or unix domain sockets containAlexander Bluhm
the short host name.