source: rtems/testsuites/psxtests/psxsignal06/psxsignal06.scn @ 4fcd106

4.115
Last change on this file since 4fcd106 was 4fcd106, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/10 at 22:05:17

2010-10-21 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and sleep() (e.g. interruptible blocking and sleeping) are interruptible by signal.
  • psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c, psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
  • Property mode set to 100644
File size: 366 bytes
Line 
1*** POSIX TEST SIGNAL 06 ***
2Init: pthread_cond_init - OK
3Init: pthread_mutex_init - OK
4Init: pthread_create - OK
5Test: Unblock SIGUSR1
6Test: pthread_cond_wait - OK
7Init: pthread_kill - SIGUSR to Test Thread - OK
8Test: pthread_cond_wait - interrupted by signal
9Init: pthread_kill - SIGUSR to Test Thread - OK
10Test: seconds left=8
11*** END OF POSIX TEST SIGNAL 06 ***
Note: See TracBrowser for help on using the repository browser.