source: rtems/testsuites/psxtests/psxcond01/psxcond01.scn @ 14d3ad4f

4.104.115
Last change on this file since 14d3ad4f was 14d3ad4f, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/09 at 15:07:26

2009-07-21 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test to exercise error case for when a task is blocked on a condition variable with one mutex and another task attempts to block on the same condition variable with another mutex.
  • psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c, psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
  • Property mode set to 100644
File size: 375 bytes
Line 
1*** POSIX TEST -- CONDITION VARIABLE 01 ***
2Init - pthread_mutex_init - Mutex1 - OK
3Init - pthread_mutex_init - Mutex2 - OK
4Init - pthread_cond_init - Condition - OK
5Init -  pthread_create - OK
6Init - sleep to let BlockingThread run
7BlockingThread - pthread_cond_wait on Mutex1 - OK
8Init - pthread_cond_wait on Mutex2 - EINVAL
9*** END OF POSIX TEST CONDITION VARIABLE 01 ***
Note: See TracBrowser for help on using the repository browser.