Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | Enable tests now that the original parent see the exit status after the | Martin Pieuchot | |
debugger. | |||
2020-03-12 | Add a regression test for vnd(4). | Visa Hankala | |
2020-03-11 | output the name of each target | anton | |
2020-03-08 | Add a regression test for kqueue recursion. Also check that select(2) | Visa Hankala | |
and poll(2) work with kqueue. | |||
2020-03-02 | Accidently some tests were never running. Make regress target names | Alexander Bluhm | |
unique. reported by Christian Ehrhardt | |||
2019-08-05 | Call realpath(3) in combination with chroot(2) and chdir(2). | Alexander Bluhm | |
Use umount(8) to check that the mountpoint leaks no vnode. from Moritz Buhl | |||
2020-02-28 | Enable ptrace2 | Martin Pieuchot | |
2020-02-28 | Import ptrace(2) regression tests from FreeBSD. | Martin Pieuchot | |
Only the first two tests are currently passing and enabled. The second one already exposes the recently fixed bug with double wait(2) report. More tests will be enabled as they get fixed. | |||
2020-02-02 | Since OpenBSD has switched to the strict host model, this regress | Alexander Bluhm | |
needs IP forwarding enabled on the packet source machine. Otherwise the pf reply-to test fails. | |||
2020-01-22 | delete wasteful ;; | Theo de Raadt | |
ok tedu | |||
2020-01-15 | Do not create files as dependency of .BEGIN rule. Noticed by | Alexander Bluhm | |
deraadt@ with make obj in regress. | |||
2020-01-08 | Rework when tests have to be skipped due to insufficient configuration | Alexander Bluhm | |
of the regress machine. | |||
2020-01-08 | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and | Visa Hankala | |
FIOGETOWN/SIOCGPGRP/TIOCGPGRP. Do this by determining the meaning of the ID parameter inside the sigio code. Also add cases for FIOSETOWN and FIOGETOWN where there have been TIOCSPGRP and TIOCGPGRP before. These changes allow removing the ID translation from sys_fcntl() and sys_ioctl(). Idea from NetBSD OK mpi@, claudio@ | |||
2019-12-24 | simplify assertions | anton | |
2019-12-24 | add pipe kqueue tests | anton | |
2019-12-20 | The IPsec policy check for IPComp bundles has been fixed in the | Alexander Bluhm | |
kernel. So we can make the test config stricter. Change the type of ipcomp bundle flows from use to dontacq. | |||
2019-12-02 | rename binaries to differentiate failure cases (in dmesg output) between | Theo de Raadt | |
the two cases "syscall in main program" (will succeed until we fix go) and "syscall in library" (now properly fails) ok mortimer | |||
2019-11-27 | Add regress tests for making syscalls from the main program text and from | mortimer | |
a shared library. ok deraadt | |||
2019-11-14 | increase pipe size in order to exercise big pipe allocations | anton | |
2019-11-10 | minor style nit | anton | |
2019-11-09 | +pipe | anton | |
2019-11-09 | add pipe regress test suite | anton | |
2019-09-20 | Improve handling of nosuid mount option, temporary directory and | Alexander Bluhm | |
super user permissions. | |||
2019-09-20 | Fix compiler warning and whitespace. | Alexander Bluhm | |
2019-09-20 | Run regress wx_syscall if /usr/obj is mounted wxallowed. | Alexander Bluhm | |
Otherwise skip the test. | |||
2019-09-20 | Regress mmap_hint usually passes, enable it. | Alexander Bluhm | |
2019-09-19 | Make checksum comparison more robust. 0xffff is the same as 0. | Alexander Bluhm | |
2019-09-17 | Send ping6 fragment that ends behind ipv6 max packet size. | Alexander Bluhm | |
2019-09-11 | Fix unveil for relative lookups in the non AT_FDCWD case | Bob Beck | |
Issue spotted by Benjamin Baier <programmer@netzbasis.de> with relative path lookups from openat(2). Lacking a current working directory unveil, operations using the *at functions could fail when not crossing an unveil, since an initial covering unveil was not found. This corrects this so we walk up from the directory vnode to find a covering unveil at the start of non AT_FDCWD lookups, and adds regress for this case. ok bluhm@ | |||
2019-09-11 | Make it possible to free overlapping regions (effectively allowing | Mark Kettenis | |
freeing parts of regions that are already free) when the EX_CONFLICTOK flag is passed to extent_free. ok jmatthew@ | |||
2019-09-08 | Pull out and expand openat tests into their own routine. | Bob Beck | |
2019-09-05 | Ignore missing pseudo terminal for ssh when called from cron job. | Alexander Bluhm | |
2019-09-05 | Name environment variables consistently. | Alexander Bluhm | |
2019-09-05 | Minimize differences between IPv4 and IPv6 multicast tests. | Alexander Bluhm | |
2019-09-05 | Link IPv6 multicast tests to regress build. | Alexander Bluhm | |
2019-09-05 | Test IPv6 multicast sender, receiver, router. Minimal mc6route | Alexander Bluhm | |
implmentation does not care about ICMPv6, it simply adds static multicast routes. Multicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested. Currently receiving link-local packets via loopback does not work due to wrong scope id. Everything is mostly copied from IPv4 regress. | |||
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm | |
does not care about IGMP, it simply adds static multicast routes. Mutlicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested. | |||
2019-09-03 | Create remote log files in obj directory. | Alexander Bluhm | |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm | |
does not care about IGMP, it simply adds static multicast routes. Mutlicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested. | |||
2019-09-02 | Link multicast tests to regress build. | Alexander Bluhm | |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm | |
does not care about IGMP, it simply adds static multicast routes. Mutlicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested. | |||
2019-08-06 | Use SUDO to run test as root. | Alexander Bluhm | |
2019-08-06 | Test more variants to specify the root directory. | Alexander Bluhm | |
2019-08-05 | Test realpath and unveil if the root directory is written as "//". | Alexander Bluhm | |
2019-08-05 | Link regress realpath-unmount to build. | Alexander Bluhm | |
2019-08-05 | Call realpath(3) in combination with chroot(2) and chdir(2). | Alexander Bluhm | |
Use umount(8) to check that the mountpoint leaks no vnode. from Moritz Buhl | |||
2019-08-04 | Add arm64 asm for stackpivot regress test. | mortimer | |
2019-08-04 | Test that unmount works after calling unlink(2) with relative | Alexander Bluhm | |
directories obtained by chdir(2). | |||
2019-08-01 | Call unveil(2) in combination with unlink(2) and chroot(2). | Alexander Bluhm | |
Use umount(8) to check that the mountpoint leaks no vnode. | |||
2019-08-01 | Link regress unveil-unmount to build. | Alexander Bluhm | |