about summary refs log tree commit diff
path: root/posix/tst-waitid.c
Commit message (Collapse)AuthorAgeFilesLines
* * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.Roland McGrath2004-09-281-0/+71
| | | | | | | | | * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro. * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro. * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro. [WCONTINUED] (__WIFCONTINUED): New macro. (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no branches.
* 2004-08-11 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-111-0/+1
| | | | * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
* 2004-08-04 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-051-2/+169
| | | | | | | * posix/tst-waitid.c (test_child): Sleep a second before stopping. (do_test): Bump sleep to three seconds. (sigchld, check_sigchld): New functions. (do_test): Handle SIGCHLD and check for getting the right details.
* 2004-08-04 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-041-33/+39
| | | | | * posix/tst-waitid.c (do_test): Kill the child process when bailing out early on some failure.
* 2004-06-19 Roland McGrath <roland@redhat.com>Roland McGrath2004-06-291-0/+284
* posix/tst-waitid.c: New file. * posix/Makefile (tests): Add it.