summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/psx05.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-29 23:23:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-29 23:23:23 +0000
commit85e525aab8dc9b65aa078a6445c4377b379ea979 (patch)
tree8798a0df555e771f17062b982e15c81764148819 /testsuites/psxtests/psx05/psx05.scn
parent2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-85e525aab8dc9b65aa078a6445c4377b379ea979.tar.bz2
2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c, psx05/psx05.scn: Add test case for process scope now that the assert has been removed in the source.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx05/psx05.scn3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx05/psx05.scn b/testsuites/psxtests/psx05/psx05.scn
index bc93da60b8..65c72a688b 100644
--- a/testsuites/psxtests/psx05/psx05.scn
+++ b/testsuites/psxtests/psx05/psx05.scn
@@ -30,6 +30,9 @@ Init: pthread_mutex_init - EINVAL (not initialized attr)
Init: pthread_mutex_init - EINVAL (bad protocol)
Init: pthread_mutex_init - EINVAL (bad priority ceiling)
Init: Resetting mutex attributes
+Init: pthread_mutex_init - ENOSYS (process wide scope)
+Init: pthread_mutex_init - EINVAL (invalid scope)
+Init: Resetting mutex attributes
Init: Changing mutex attributes
Init: mutex protocol is (1) -- PTHREAD_PRIO_INHERIT
Init: mutex priority ceiling is 128