Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-09 | Skip sftp-chroot test when SUDO not set instead of fatal(). | Darren Tucker | |
2018-02-09 | Replace fatal with exit in the case that we do not have $SUDO set. | Darren Tucker | |
Prevents test failures when neither sudo nor doas are configured. | |||
2018-02-08 | some helpers to check verbose/quiet mode | Damien Miller | |
2018-02-07 | fix wrong date | Ingo Schwarze | |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze | |
partial explicit macros. Leah Neukirchen <leah at vuxu dot org> rightfully points out that the check makes no sense for these macros. | |||
2018-02-06 | Respect the OPENSSL make variable everywhere so that | Theo Buehler | |
make OPENSSL=/usr/src/usr.bin/openssl/obj/openssl actually does the expected thing instead of running a mixture of both the openssl below /usr/obj and the one below /usr/bin. Found the hard way via backtraces that made no sense whatsoever. ok jsing | |||
2018-02-03 | Tests were incorrect. | Martin Pieuchot | |
2018-01-13 | catch up with how formatting of long links was changed | Ingo Schwarze | |
in both groff and mandoc | |||
2017-12-21 | another libssh casualty | Damien Miller | |
2017-12-21 | missed one (unbreak after ssh/lib removal) | Damien Miller | |
2017-12-21 | unbreak unit tests after removal of src/usr.bin/ssh/lib | Damien Miller | |
2017-12-19 | explicitly test all key types and their certificate counterparts | Damien Miller | |
refactor a little | |||
2017-12-15 | replace a hardcoded jot with ${JOT} | Theo Buehler | |
2017-12-15 | enable the 'wDn' test now that jot has been fixed. | Theo Buehler | |
2017-12-11 | use cmp in a loop instead of diff -N to compare directories. The former | Darren Tucker | |
works on more platforms for Portable. | |||
2017-12-11 | Sergey Bronnikov's code coverage analysis shows that a few more code paths | Theo Buehler | |
could be exercised. Add a few tests to do just that. The wDn test is currently disabled, as it will only pass after a commit to jot.c. | |||
2017-12-02 | Adapt to change in 0Z | Otto Moerbeek | |
2017-12-01 | and enable new test | Otto Moerbeek | |
2017-12-01 | extra tests for Z (upcoming implementation change) | Otto Moerbeek | |
2017-11-29 | zap untrue comment (since bcode.c 1.43) | Otto Moerbeek | |
2017-11-29 | fix decl of main | Otto Moerbeek | |
2017-11-08 | Enable this test on i386. | Martin Pieuchot | |
2017-11-03 | Fix regression, pointed out by Mark Johnston. | Martin Pieuchot | |
2017-10-30 | whitespace at EOL | Damien Miller | |
2017-10-30 | whitespace at EOL | Damien Miller | |
2017-10-25 | Use printenv to test whether an SSH_USER_AUTH is set instead of | Todd C. Miller | |
using $SSH_USER_AUTH. The latter won't work with csh which treats unknown variables as an error when expanding them. OK markus@ | |||
2017-10-24 | Add tests for URI parsing. OK markus@ | Todd C. Miller | |
2017-10-23 | ifelse is special, fix argv parsing to avoid segfault | Marc Espie | |
problem noticed by Matthew Green (netbsd), slightly different fix so that argc counting makes more sense. we might want to warn on wrong number of parameters later, but this is somewhat inconsistent depending on the builtin right now. okay millert@ | |||
2017-10-20 | more RCSIDs | Damien Miller | |
2017-10-16 | Add test for memcpy() -> memmove() regression. | anton | |
2017-10-16 | Specify the xargs binary to test using a variable. | anton | |
While here, do not suppress the command executed by make. | |||
2017-10-04 | exercise PermitOpen a little more thoroughly | Damien Miller | |
2017-09-26 | UsePrivilegeSeparation is gone, stop trying to test it. | Darren Tucker | |
2017-09-21 | test reverse dynamic forwarding with SOCKS | Markus Friedl | |
2017-09-13 | Print SKIPPED if sudo and doas configuration is missing. Prevents | Alexander Bluhm | |
that running the regression test with wrong environment is reported as failure. Keep the fatal there to avoid interfering with other setups for portable ssh. OK dtucker@ | |||
2017-08-26 | Add regression tests for not removing subpaths of /usr/include and | Jonathan Gray | |
/usr/lib. ok jasper@ | |||
2017-08-23 | eliminate white space after opening and before closing punctuation | Ingo Schwarze | |
2017-08-23 | Suppress spacing before certain kinds of lists. | Ingo Schwarze | |
One benefit is a reduced probablity that a blank appears between a function name and the opening parenthesis introducing the arguments. The heuristics isn't perfect and may occasionally suppress a blank that wouldn't do harm. | |||
2017-08-23 | Fix test skip on unsupported architectures. | Alexander Bluhm | |
OK uwe@ | |||
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze | |
that can be changed unilaterally because groff fails to render them at all. | |||
2017-08-23 | Catch up with mansearch.c rev. 1.60: When finding a bogus database | Ingo Schwarze | |
entry, print a meaningful warning and skip the entry. The tests now require the actual manual pages to be around in addition to the database, they find more results and print more warnings. | |||
2017-08-23 | catch up with ASCII renderings in chars.c rev. 1.42 | Ingo Schwarze | |
2017-08-15 | add static test too | Jasper Lievisse Adriaanse | |
2017-08-15 | add tests for filter system directories | Jasper Lievisse Adriaanse | |
2017-08-14 | Add a very basic test for ctfdump(1) on amd64 | Uwe Stuehler | |
If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm | |||
2017-08-12 | If the user running doas regress is not in the wobj group, switch | Alexander Bluhm | |
to the build user. This allows to run doas with a suitable user and tests pass when started as root. | |||
2017-08-08 | Mandoc no longer uses names that only occur in the SYNOPSIS. | Alexander Bluhm | |
Adapt test. OK schwarze@ | |||
2017-08-07 | Remove obsolete privsep=no fallback test. | Darren Tucker | |
2017-08-07 | Remove non-privsep test since disabling privsep is now deprecated. | Darren Tucker | |
2017-07-28 | fix date | Ingo Schwarze | |