source: rtems/c/src/tests/psxtests/psx03/psx03.scn @ e0c0161

4.104.114.84.95
Last change on this file since e0c0161 was e0c0161, checked in by Joel Sherrill <joel.sherrill@…>, on 01/11/00 at 15:43:00

This test was enhanced to test for the case in sigtimedwait() where it
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@…>.

  • Property mode set to 100644
File size: 630 bytes
Line 
1*** POSIX TEST 3 ***
2Init's ID is 0x0c010001
3Init: waiting on any signal for 3 seconds.
4Init: correctly timed out waiting for SIGUSR1.
5 
6Init: Block SIGUSR2
7Init: waiting on any signal for 3 seconds.
8Task_1: Fri May 24 11:05:03 1996
9Task_1: pthread_kill - SIGUSR2 to Init
10Init: correctly timed out waiting for SIGUSR1.
11 
12Init: waiting on any signal for 3 seconds.
13Task_2: Fri May 24 11:05:06 1996
14Task_1: pthread_kill - SIGUSR1 to Init
15Signal: 16 caught by 0xc010001 (1)
16Init: received (16) SIGUSR1=16
17
18Init: kill with SIGUSR2.
19Init: waiting on any signal for 3 seconds.
20Init: received (17) SIGUSR2=17
21*** END OF POSIX TEST 3 ***
Note: See TracBrowser for help on using the repository browser.