summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxautoinit01/psxautoinit01.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-27 15:08:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-05 14:29:02 +0200
commitde59c065c57cb8526662ee6da28a57ad16fdde66 (patch)
tree21f4a2adbd58f65f722051bca435572fbf5dcf05 /testsuites/psxtests/psxautoinit01/psxautoinit01.scn
parentposix: Implement self-contained POSIX condvar (diff)
downloadrtems-de59c065c57cb8526662ee6da28a57ad16fdde66.tar.bz2
posix: Implement self-contained POSIX mutex
POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
Diffstat (limited to 'testsuites/psxtests/psxautoinit01/psxautoinit01.scn')
-rw-r--r--testsuites/psxtests/psxautoinit01/psxautoinit01.scn7
1 files changed, 2 insertions, 5 deletions
diff --git a/testsuites/psxtests/psxautoinit01/psxautoinit01.scn b/testsuites/psxtests/psxautoinit01/psxautoinit01.scn
index 9293acc626..3638ac4e94 100644
--- a/testsuites/psxtests/psxautoinit01/psxautoinit01.scn
+++ b/testsuites/psxtests/psxautoinit01/psxautoinit01.scn
@@ -1,10 +1,7 @@
-*** POSIX TEST -- AUTOMATIC INITIALIZAITON 01 ***
+*** BEGIN OF TEST PSXAUTOINIT 1 ***
Init - pthread_mutex_lock - auto initialize - OK
-Init - pthread_mutex_lock - auto initialize - EINVAL
Init - pthread_mutex_unlock - OK
Init - pthread_mutex_destroy - OK
Init - pthread_mutex_getprioceiling - auto initialize - OK
-Init - pthread_mutex_getprioceiling - auto initialize - EINVAL
Init - pthread_mutex_destroy - OK
-*** END OF POSIX TEST AUTOMATIC INITIALIZATION 01 ***
-
+*** END OF TEST PSXAUTOINIT 1 ***