summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03/psx03.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-141-1/+1
| | | | | | | * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn, psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn, psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn: Per PR239 update the IDs in the various screens.
* This test was enhanced to test for the case in sigtimedwait() where itJoel Sherrill2000-01-111-0/+4
| | | | | | | must deal with a pending process oriented signal. Prior to the addition of this testcase, sigtimedwait() did not return properly when a process oriented signal was pending. The problem was reported by Wayne Bullaughey <wayneb@cacdsp.com>.
* Filled in the screenMark Johannes1996-08-231-0/+17
|
* first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes1996-06-131-0/+0
a sigtimewait() timeout because it was pthread_kill'ed with a blocked signal, and a sigtimedwait which is satisfied.