From de59c065c57cb8526662ee6da28a57ad16fdde66 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Sep 2017 15:08:33 +0200 Subject: 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. --- testsuites/psxtests/psxautoinit01/psxautoinit01.scn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'testsuites/psxtests/psxautoinit01/psxautoinit01.scn') 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 *** -- cgit v1.2.3