Module Name:src
Committed By: martin
Date: Sun May 2 11:18:11 UTC 2021
Modified Files:
src/tests/lib/libc/gen/posix_spawn: h_spawn.c t_spawnattr.c
Log Message:
Add test for POSIX_SPAWN_RESETIDS flag
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/l
Module Name:src
Committed By: christos
Date: Thu Dec 21 03:31:43 UTC 2017
Modified Files:
src/tests/lib/libc/gen/posix_spawn: t_spawnattr.c
Log Message:
Fix broken test: we can't assume that the current schedule priority range
will overlap with the requested scheduler rang
Module Name:src
Committed By: christos
Date: Mon Dec 18 13:18:23 UTC 2017
Modified Files:
src/tests/lib/libc/gen/posix_spawn: t_spawnattr.c
Log Message:
Don't use SCHED_OTHER.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/posix_spawn/
Module Name:src
Committed By: martin
Date: Mon Feb 20 12:22:40 UTC 2012
Modified Files:
src/tests/lib/libc/gen/posix_spawn: t_fileactions.c
Log Message:
Add a test case to call posix_spawn with empty file actions, which reproduced
the (now fixed) PR kern/46038.
To genera
Module Name:src
Committed By: martin
Date: Tue Feb 14 00:13:54 UTC 2012
Modified Files:
src/tests/lib/libc/gen/posix_spawn: Makefile t_fileactions.c
Log Message:
Add a few more posix_spawn testcases, which should detect everything that
was wrong in the initial version, cau