source: rtems/testsuites/psxtests/psxkey03/psxkey03.scn @ 64bad68b

4.104.115
Last change on this file since 64bad68b was 64bad68b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/09 at 20:21:41

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

  • Makefile.am, configure.ac: Add new test to account for properly handling keys when a thread has non-NULL key value and key has NULL destructor and when a thread has NULL key value and key has destructor.
  • psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c, psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
  • Property mode set to 100644
File size: 566 bytes
Line 
1*** TEST KEY 03 ***
2Init - pthread_key_create with NULL destructor - OK
3Init - pthread_create - OK
4Init - sleep - let thread run - OK
5Test_Thread - pthread_setspecific - OK
6Test_Thread - pthread_exit to run key destructors - OK
7Init - pthread_key_delete - OK
8Init - pthread_key_create with non-NULL destructor - OK
9Init - pthread_create - OK
10Init - sleep - let thread run - OK
11Test_Thread - pthread_setspecific - OK
12Test_Thread - pthread_exit to run key destructors - OK
13Init - verify destructor did NOT ran
14Init - pthread_key_delete - OK
15*** END OF TEST KEY 03 ***
Note: See TracBrowser for help on using the repository browser.