summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03/psx03.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.