Home | History | Annotate | Download | only in posix_spawn
History log of /src/tests/lib/libc/gen/posix_spawn/t_spawnattr.c
RevisionDateAuthorComments
 1.7  16-Mar-2025  riastradh tests/lib/libc/gen/posix_spawn: Spruce up a bit.

- KNF
- Don't touch files outside the test working directory.
- No need to pre-clean files -- atf gives us an empty tempdir.
- Use h_macros.h to simplify a lot of checks.
- Use names for enumerated arguments, not magic numbers.
- Check some more syscalls.
- Add include guard.
 1.6  23-May-2022  andvar branches: 1.6.4;
s/controll/control/ in comments.
 1.5  07-Nov-2021  christos new tests for posix_spawn_chdir from Piyush Sachdeva
 1.4  02-May-2021  martin Add test for POSIX_SPAWN_RESETIDS flag
 1.3  21-Dec-2017  christos Fix broken test: we can't assume that the current schedule priority range
will overlap with the requested scheduler range, so get the new scheduler
range, and then try to find a different priority. If that fails (to find
a different scheduling range), give up here.
 1.2  18-Dec-2017  christos Don't use SCHED_OTHER.
 1.1  13-Feb-2012  martin branches: 1.1.4; 1.1.34;
Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc
and kernel, but that is an implementation detail unrelated to the tests
themselfs.
Ok: releng
 1.1.34.1  25-Jun-2018  martin Additionally pull up following revision(s) (requested by maya in ticket #892):

tests/lib/libc/gen/posix_spawn/t_spawnattr.c: revision 1.2,1.3

Don't use SCHED_OTHER.

Fix broken test: we can't assume that the current schedule priority range
will overlap with the requested scheduler range, so get the new scheduler
range, and then try to find a different priority. If that fails (to find
a different scheduling range), give up here.
 1.1.4.2  17-Apr-2012  yamt sync with head
 1.1.4.1  13-Feb-2012  yamt file t_spawnattr.c was added on branch yamt-pagecache on 2012-04-17 00:09:11 +0000
 1.6.4.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed