From fae441bd9b6d8918afd7c008be4f9db69ccde0e5 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 3 Dec 1998 22:41:20 +0000 Subject: Updated scn files to match present expected test output. --- testsuites/psxtests/psx05/psx05.scn | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'testsuites/psxtests/psx05') diff --git a/testsuites/psxtests/psx05/psx05.scn b/testsuites/psxtests/psx05/psx05.scn index 6e4bc7320d..5106223388 100644 --- a/testsuites/psxtests/psx05/psx05.scn +++ b/testsuites/psxtests/psx05/psx05.scn @@ -8,27 +8,23 @@ Init: mutex process shared is (0) -- PTHREAD_PROCESS_PRIVATE Init: pthread_mutexattr_destroy - SUCCESSFUL Init: pthread_mutexattr_destroy - EINVAL (NULL attr) Init: pthread_mutexattr_destroy - EINVAL (not initialized) - Init: pthread_mutexattr_getpshared - EINVAL (NULL attr) Init: pthread_mutexattr_getpshared - EINVAL (NULL pshared) Init: pthread_mutexattr_getpshared - EINVAL (not initialized) Init: pthread_mutexattr_setpshared - EINVAL (NULL attr) Init: pthread_mutexattr_setpshared - EINVAL (not initialized) - Init: pthread_mutexattr_getprotocol - EINVAL (NULL attr) Init: pthread_mutexattr_getprotocol - EINVAL (NULL protocol) Init: pthread_mutexattr_getprotocol - EINVAL (not initialized) Init: pthread_mutexattr_setprotocol - EINVAL (NULL attr) Init: pthread_mutexattr_setprotocol - EINVAL (invalid protocol) Init: pthread_mutexattr_setprotocol - EINVAL (not initialized) - Init: pthread_mutexattr_getprioceiling - EINVAL (NULL attr) Init: pthread_mutexattr_getprioceiling - EINVAL (NULL prioceiling) Init: pthread_mutexattr_getprioceiling - EINVAL (not initialized) Init: pthread_mutexattr_setprioceiling - EINVAL (NULL attr) Init: pthread_mutexattr_setprioceiling - EINVAL (invalid priority) Init: pthread_mutexattr_setprioceiling - EINVAL (not initialized) - Init: pthread_mutex_init - EINVAL (NULL mutex_id) Init: pthread_mutex_init - EINVAL (not initialized attr) Init: pthread_mutex_init - EINVAL (bad protocol) @@ -55,20 +51,17 @@ Init: pthread_mutex_timedlock - time out in 1/2 second Task: mutex acquired Task: sleep for 2 seconds Init: pthread_mutex_timedlock - EAGAIN (timeout) - Init: pthread_mutex_init - SUCCESSFUL Init: pthread_mutex_init - EAGAIN (too many) Init: pthread_mutexattr_destroy - SUCCESSFUL Init: pthread_mutex_destroy - SUCCESSFUL Init: pthread_mutex_destroy - EINVAL (invalid id) - Init: pthread_mutexattr_init - SUCCESSFUL Init: pthread_mutex_init - SUCCESSFUL Init: pthread_mutex_trylock - SUCCESSFUL Init: pthread_mutex_destroy - EBUSY (already locked) Init: pthread_mutex_unlock - SUCCESSFUL Init: pthread_mutex_destroy - SUCCESSFUL - Init: pthread_mutexattr_init - SUCCESSFUL Init: pthread_mutexattr_setprotocol - SUCCESSFUL (PTHREAD_PRIO_INHERIT) Init: pthread_mutex_init - SUCCESSFUL @@ -82,7 +75,6 @@ Task 2: unlock Mutex 2 Task 2: exit Init: pthread_mutexattr_destroy - SUCCESSFUL Init: pthread_mutex_destroy - SUCCESSFUL - Init: pthread_mutexattr_init - SUCCESSFUL Init: pthread_mutexattr_setprotocol - SUCCESSFUL (PTHREAD_PRIO_PROTECT) Init: pthread_mutex_init - SUCCESSFUL @@ -93,7 +85,7 @@ Init: pthread_mutex_setprioceiling - EINVAL (invalid id) Init: pthread_mutex_setprioceiling - EINVAL (illegal priority) Init: pthread_mutex_setprioceiling - EINVAL (NULL ceiling) Init: pthread_mutex_setprioceiling - new ceiling = 200 -Init: pthread_mutex_setprioceiling - old ceiling = 1 +Init: pthread_mutex_setprioceiling - old ceiling = 254 Init: pthread_getschedparam - priority = 2 Init: pthread_mutex_trylock - SUCCESSFUL Init: pthread_getschedparam - priority = 200 -- cgit v1.2.3