#
f16ec9c6 |
| 28-Nov-2021 |
Konstantin Belousov <kib@FreeBSD.org> |
Add tests for posix_spawn_file_actions_add{chdir,fchdir}_np(3)
Reviewed by: kevans, ngie (previous version) Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://revi
Add tests for posix_spawn_file_actions_add{chdir,fchdir}_np(3)
Reviewed by: kevans, ngie (previous version) Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D33143
show more ...
|
#
2aa3ef28 |
| 18-Feb-2021 |
Alex Richardson <arichardson@FreeBSD.org> |
libc: Fix t_spawn_fileactions test after ATF update
Since https://github.com/freebsd/atf/commit/4581cefc1e3811dd3c926b5dd4b15fd63d2e19da ATF opens the results file on startup. This fixes problems li
libc: Fix t_spawn_fileactions test after ATF update
Since https://github.com/freebsd/atf/commit/4581cefc1e3811dd3c926b5dd4b15fd63d2e19da ATF opens the results file on startup. This fixes problems like capsicumized tests not being able to open the file on exit.
However, this test closes all file descriptors above 3 to get a deterministic fd table allocation for the child. Instead of using closefrom (which will close the ATF output file FD) I've changed this test use the lowest available fd and pass that to the helper program as a string.
We could also try to re-open the results file in ATF if we get a EBADF error, but that will fail when running under Capsicum.
Reviewed By: cem Differential Revision: https://reviews.freebsd.org/D28684
show more ...
|
#
ddba0402 |
| 11-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Import testcase updates with code contributed back to NetBSD
This also (inadvertently) contains an update to contrib/netbsd-tests/lib/libc/sys/t_wait.c (new testcases).
MFC after: 2 weeks In colla
Import testcase updates with code contributed back to NetBSD
This also (inadvertently) contains an update to contrib/netbsd-tests/lib/libc/sys/t_wait.c (new testcases).
MFC after: 2 weeks In collaboration with: christos@NetBSD.org
show more ...
|
#
ff0ba872 |
| 17-Nov-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some items from the vendor tree that
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some items from the vendor tree that use #if defined(__FreeBSD__) or #if defined(__NetBSD__) which are being left alone
Requested by: bde, rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|
#
1068aa42 |
| 10-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specific additions to posix_spawn
Sponsored by: EMC / Isilon Storage Division
|
#
57718be8 |
| 02-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|