* 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.
This commit is contained in:
Roland McGrath 2004-08-05 01:11:02 +00:00
parent f9e1a25135
commit 8cc5920e23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
2004-08-04 Roland McGrath <roland@redhat.com>
* 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.
* posix/tst-waitid.c (do_test): Kill the child process when bailing
out early on some failure.
[WCONTINUED]: Test WCONTINUED functionality.