Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | typo | Otto Moerbeek | |
2018-01-28 | add malloc_threaderr | Otto Moerbeek | |
2018-01-28 | Test for correct error when on thread allocates, and another does a double free | Otto Moerbeek | |
2018-01-27 | Update regress to match removal of ssl_parse_clienthello_tlsext(). | Joel Sing | |
2018-01-23 | Add a smarter test that opens a file, unlinks it, and remounts the | Alexander Bluhm | |
file system read-only. After unmounting this should result in a dirty file system that is not marked clean. Disable both tests with dangling vnodes for now as they fail. | |||
2018-01-16 | Enable traceroute test for incoming reply-to rule. | Alexander Bluhm | |
2018-01-15 | Add tests that unmount a file system while it is busy. On a vnd | Alexander Bluhm | |
device "cp -r" and "rm -rf" are working in the background while "umount -f" or "mount -ur" are executed. Then "fsck -f" is used to verify that the file system is clean. Currently this triggers a bug quite reliably. After the mount point has been changed to read-only, the file system check shows that not everything was flushed and synced properly. | |||
2018-01-15 | Enable traceroute test for incoming route-to rule. | Alexander Bluhm | |
2018-01-14 | Link ed regress to build. | Alexander Bluhm | |
2018-01-14 | Run the tests provided in /usr/src/bin/ed/test with the regress | Alexander Bluhm | |
framework. Three ed tests are currently failing for unknown reasons. They are marked as disabled for now. from Sergey Bronnikov | |||
2018-01-14 | Fix after recent mutex change. | Martin Pieuchot | |
2018-01-14 | Unlocking the TCP stack resulted in smaller TCP segments sent out | Alexander Bluhm | |
early on some machines. Use the TCP_NOPUSH socket option to get reliable regress results and syslogd(8) debug messages for grep. | |||
2018-01-13 | catch up with how formatting of long links was changed | Ingo Schwarze | |
in both groff and mandoc | |||
2018-01-12 | Fix tyops | Jeremie Courreges-Anglas | |
2018-01-12 | Add tests for [[:foo:]] character classes in globs | Jeremie Courreges-Anglas | |
2018-01-12 | Add basic tests for octal and hex notation in arithmetic expansions | Jeremie Courreges-Anglas | |
POSIX requires only decimal, octal and hex, tests for the $((x#number)) notation could be useful too. | |||
2018-01-11 | Add tests for incoming route-to and outgoing reply-to rules. Disable | Alexander Bluhm | |
the cases that currently fail. | |||
2018-01-07 | Add regression tests for cdrom keyword | ccardenas | |
ok mlarkin@ | |||
2018-01-04 | Add more tests that check the timeout behavior of relayd. | Alexander Bluhm | |
2017-12-28 | Initialise new_cipher in the serverhello TLS extensions test, to avoid a | Joel Sing | |
NULL pointer dereference in ssl_using_ecc_cipher(). Some compilers avoid triggering this, likely due to the EC formats list also being NULL. While here, setup the EC formats list so that we actually include the EC points format extension in the server hello extensions. Found the hard way by bcook@ | |||
2017-12-26 | As the divert-to pf state is not connected, it is not linked to the | Alexander Bluhm | |
incpb and so not removed when the socket is closed. Packets matching reply and reply-to states are linked to the sockets immediately. So these states must go away when the socket is closed. Check this with the output of "pfctl -s states" after running the Perl scripts. | |||
2017-12-21 | Add some comments what the tests are doing. | Alexander Bluhm | |
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-20 | Skip this regress test if no remote test machine is specified as | Alexander Bluhm | |
environment variable. | |||
2017-12-19 | explicitly test all key types and their certificate counterparts | Damien Miller | |
refactor a little | |||
2017-12-18 | Add tests for the environment related commands in csh. While here, print a | anton | |
descriptive header before each test, inspired by the many others in regress. | |||
2017-12-18 | When setting KTRACE in the environment, client and server write | Alexander Bluhm | |
ktrace files. This simplifies debugging as system calls can be inspected with kdump. | |||
2017-12-16 | hookup execpromise | Florian Obser | |
2017-12-16 | execpromise regress | Florian Obser | |
2017-12-15 | replace a hardcoded jot with ${JOT} | Theo Buehler | |
2017-12-15 | The pledge(2) regress tests fail since the second parameter has | Alexander Bluhm | |
been converted from paths to execpromises. Remove the test fragments for the non-existing paths feature. OK semarie@ florian@ | |||
2017-12-15 | enable the 'wDn' test now that jot has been fixed. | Theo Buehler | |
2017-12-13 | If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then | helg | |
the processing function should be called in the same way as if no match was found. ok mpi@ | |||
2017-12-12 | Fix pfloadanchors tests when running with obj directory. | Alexander Bluhm | |
Remove unused file. | |||
2017-12-11 | sscanf(3) is now used to parse templates that contain format specifiers | helg | |
(e.g. %u, %o) other than %s. This aligns libfuse with the Linux reference implementation. ok mpi@ | |||
2017-12-11 | The fuse_opt_match(3) library function does not match options correctly. | helg | |
libfuse supports option templates of the following form that can be used to automatically parse arguments supplied on the command line. "-p " argument that takes an option e.g -p 22 or -p22 "-p %x" argument that takes an option parsed like sscanf(3) "cache=yes" matches -ocache=yes or -o cache=yes "cache=%s" matches -ocache=<string> or -o cache=<string> "cache=" matches same as above but value is passed to option proc "noatime" matches -onoatime or -o atime For example, it does not match options of the form "-p 22" or "cache=yes" to the corresponding templates "-p " and "cache=yes". This patch fixes that and updates the regression tests accordingly. ok mpi@ | |||
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-09 | Add a regress test for tls_config_parse_protocols(). | Joel Sing | |
2017-12-09 | Use a test value that fits into a long on both 32-bit and 64-bit | Joel Sing | |
architectures, so that the regress passes on both. | |||
2017-12-05 | adjust for warning: warning repairs | Theo de Raadt | |
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-30 | Add regress to ensure that execve bypasses pledgepath checks (for now) | Bob Beck | |
2017-11-29 | zap untrue comment (since bcode.c 1.43) | Otto Moerbeek | |
2017-11-29 | fix decl of main | Otto Moerbeek | |
2017-11-29 | Test invalid divert combinations and adapt error messages. | Alexander Bluhm | |