summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx06
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:55:02 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:55:02 +0000
commit78f5dae669f5ead46978a5f7bbe3828aaaff2258 (patch)
tree7da754147346488633d451e9adedcb786c6970fb /c/src/tests/psxtests/psx06
parentAdded build_time statement to provide a tm for the test (diff)
downloadrtems-78f5dae669f5ead46978a5f7bbe3828aaaff2258.tar.bz2
Filled in the screen
Diffstat (limited to 'c/src/tests/psxtests/psx06')
-rw-r--r--c/src/tests/psxtests/psx06/psx06.scn21
1 files changed, 21 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psx06/psx06.scn b/c/src/tests/psxtests/psx06/psx06.scn
index e69de29bb2..a17fa043ee 100644
--- a/c/src/tests/psxtests/psx06/psx06.scn
+++ b/c/src/tests/psxtests/psx06/psx06.scn
@@ -0,0 +1,21 @@
+*** POSIX TEST 6 ***
+Init's ID is 0x0c010001
+
+Init: pthread_key_create - SUCCESSFUL
+Destructor invoked 0 times
+Init: pthread_key_create - EAGAIN (too many keys)
+Init: pthread_setspecific - EINVAL (invalid key)
+Init: pthread_getspecific - EINVAL (invalid key)
+Init: pthread_key_delete - EINVAL (invalid key)
+Init: Setting the key to 0
+Init: Got the key value of 0
+Task_1: Setting the key to 1
+Task_1: Got the key value of 1
+Task_1: exitting
+Destructor invoked 4 times
+Task_2: Setting the key to 2
+Task_2: Got the key value of 2
+Task2: exitting
+Init: pthread_key_delete - SUCCESSFUL
+Destructor invoked 5 times
+*** END OF POSIX TEST 6 ***