Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | append to rather than truncating the log file | Darren Tucker | |
2014-01-19 | Don't use -q on sftp as it suppresses logging, instead redirect the output to | Darren Tucker | |
the regress logfile. | |||
2014-01-13 | update for new options and clarify | Ted Unangst | |
2014-01-10 | Don't overwrite the regress target, provide a test target instead. This allows | Tobias Ulmer | |
the test target to fail without terminating overall regression tests. Clean up a little. Also adjust orders.txt.sig comment to new reality, making the test pass again. Looks ok to sthen@ | |||
2014-01-09 | update for sig comments | Ted Unangst | |
2014-01-09 | test signing too | Ted Unangst | |
2014-01-09 | signify subdir | Ted Unangst | |
2014-01-09 | regress signify | Ted Unangst | |
2014-01-06 | add a proper test for error message location as well. | Marc Espie | |
trim excess copy&paste from former targets | |||
2014-01-06 | turn mk34 into a proper full-fledged test. | Marc Espie | |
forgot to link t37 into the build | |||
2014-01-04 | accept [0-9]lua as a valid section name (netbsd only); | Jason McIntyre | |
from wiz@netbsd | |||
2014-01-04 | to do: this is a fatal error, we want a decent error message | Marc Espie | |
2013-12-30 | Test mdoc_macro.c rev. 1.83. | Ingo Schwarze | |
2013-12-26 | to be dealt with | Marc Espie | |
2013-12-25 | repair the dates | Ingo Schwarze | |
2013-12-25 | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze | |
2013-12-25 | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze | |
Following an idea from Franco Fichtner, but implemented more cleanly. This reduces groff-mandoc-differences in base by a fantastic 7.5%. | |||
2013-12-24 | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze | |
2013-12-24 | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | |
but only within .Nm blocks. Simplify the code accordingly. This reduces groff-mandoc differences in base by about 2%. Triggered by research done by Franco Fichtner. | |||
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | |
we have to compare the line where the first one *ends* (not where it begins) to the line where the second one starts. This fixes the bug that .Bk allowed output line breaks right after block macros spanning more than one input line, even when the next macro follows on the same line. | |||
2013-12-24 | More .Bk tests to lessen the risk of upcoming work. | Ingo Schwarze | |
2013-12-24 | When i replaced the very ugly .in: suffix rule in my previous commit, | Ingo Schwarze | |
that inadvertently disabled the -Tman tests. Oops. Enable them again. Fortunately, in the meantime, nothing slipped. | |||
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze | |
Patch from Franco Fichtner <franco at lastsummer dot de>. | |||
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze | |
Improves cvs(1) pcap-filter(3) readline(3) termcap(5) cvsbug(8) mkhybrid(8) nsd-zonec(8) in multiple places and c++filt(1) com_err(3) nsd_conf(5) term(5) nsdc(8) in one place each. Reduces overall groff-mandoc-differences in base by about 1.5%. Patch from Franco Fichtner <franco at lastsummer dot de> (DragonFly). | |||
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze | |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze | |
For a long time, we handle this in roff(7) and man(7) macros. Now add correct handling for the mdoc(7) case, too. Closely based on a patch by Tsugutomo dot ENAMI at jp dot sony dot com, see http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48438 received via Thomas Klausner (wiz@), slightly tweaked by me. | |||
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | |
the first non-digit character. While here, implement and document an optional sign, requesting increment or decrement, as documented in the Ossanna/Kernighan/Ritter troff manual and supported by groff. Reported by bentley@ on discuss at mdocml. | |||
2013-12-06 | test ed25519 support; from djm@ | Markus Friedl | |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback | |
use TAILQ_*_SAFE more than might be needed. Bulk ports build by sthen@ showed nobody sticking their fingers so deep into the kernel. Feedback and suggestions from millert@. ok jsing@ | |||
2013-11-21 | use new "ssh -Q cipher-auth" query to obtain lists of authenticated | Damien Miller | |
encryption ciphers instead of specifying them manually; ensures that the new chacha20poly1305@openssh.com mode is tested; ok markus@ and naddy@ as part of the diff to add chacha20poly1305@openssh.com | |||
2013-11-21 | use unsigned long long instead of u_int64_t here to avoid warnings | Damien Miller | |
on some systems portable OpenSSH is built on. | |||
2013-11-21 | add some reminders for additional tests that I'd like to implement | Damien Miller | |
2013-11-18 | bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164) | Christian Weisgerber | |
to successfully run this; ok djm@ | |||
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze | |
close below-subsection implicit scopes that may still be open. In the formatter, make sure indentation is reset when leaving a scope, not only when entering the next one. Improves the formatting of gpg(1); issue reported by jca on ports. | |||
2013-11-10 | test man.c rev. 1.71 | Ingo Schwarze | |
2013-11-10 | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze | |
It is already documented in the Heirloom troff manual, and groff handles it as well. Bug reported by Bjarni Ingi Gislason <bjarniig at rhi dot hi dot is> on <bug-groff at gnu dot org>. Well, admittedly, that bug was reported against groff, but mandoc was even more broken than groff with respect to this syntax... | |||
2013-11-10 | basic tests for the \[uXXXX] escape sequence | Ingo Schwarze | |
2013-11-10 | Framework extension to support -Tutf8 tests. | Ingo Schwarze | |
New per-directory variables UTF8_TARGETS and SKIP_ASCII, intended as subsets of REGRESS_TARGETS. New .PHONY targets "utf8" and "utf8-clean" to only do -Tutf8 tests; of course, "all" and "clean" also include this functionality. While here, prefix internal variables with an underscore. | |||
2013-11-10 | prettier whitespace in variable assignments | Ingo Schwarze | |
2013-11-09 | Use smaller test data files to speed up tests. Grow test datafiles | Darren Tucker | |
where necessary for a specific test. | |||
2013-11-08 | Rekey less frequently during tests to speed them up | Darren Tucker | |
2013-11-07 | trailing space | Darren Tucker | |
2013-11-07 | Use ssh -Q to get kex types instead of a static list. | Darren Tucker | |
2013-11-07 | Use ssh -Q instead of hardcoding lists of ciphers or MACs. | Darren Tucker | |
2013-11-07 | Factor out the data transfer rekey tests | Darren Tucker | |
2013-11-07 | Test rekeying for every Cipher, MAC and KEX, plus test every KEX with | Darren Tucker | |
the GCM ciphers. | |||
2013-11-04 | Test rekeying with all KexAlgorithms. | Darren Tucker | |
2013-11-02 | add curve25519-sha256@libssh.org | Markus Friedl | |
2013-10-28 | include stdio.h for printf() | Jonathan Gray | |
2013-10-17 | test fails when run as root - test executability instead of writability | Damien Miller | |
in setstat test; reported by Tim Ruehsen |