From: Roland McGrath Date: Thu, 5 Aug 2004 01:11:02 +0000 (+0000) Subject: * posix/tst-waitid.c (test_child): Sleep a second before stopping. X-Git-Tag: cvs/fedora-base~263 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cc5920e23990aaef097343fc1003092fff98abd;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index c72eb651a1a..0068884d91b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-08-04 Roland McGrath + * 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.