From 47efc01882817b208bdf0c0982ca1692e7bf63e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 Nov 2013 11:04:29 -0600 Subject: psxtmtests_plan.csv: Add explicit No status --- testsuites/psxtmtests/psxtmtests_plan.csv | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv index 15e5697c6f..1fce3cd8c9 100644 --- a/testsuites/psxtmtests/psxtmtests_plan.csv +++ b/testsuites/psxtmtests/psxtmtests_plan.csv @@ -13,30 +13,30 @@ "pthread_mutex_setprioceiling","psxtmmutex07","psxtmtest_single","Yes" "pthread_mutex_getprioceiling","psxtmmutex07","psxtmtest_single","Yes" ,,, -"pthread_cond_init","psxtmcond01","psxtmtest_init_destroy", -"pthread_cond_destroy","psxtmcond01","psxtmtest_init_destroy", -"pthread_cond_signal - no threads waiting","psxtmcond02","psxtmtest_single", -"pthread_cond_signal - thread waiting, no preempt","psxtmcond03","psxtmtest_unblocking_nopreempt", -"pthread_cond_signal - thread waiting, preempt","psxtmcond04","psxtmtest_unblocking_preempt", -"pthread_cond_broadcast - no threads waiting","psxtmcond05","psxtmtest_single", -"pthread_cond_broadcast - threads waiting, no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt", -"pthread_cond_broadcast - threads waiting, preempt","psxtmcond07","psxtmtest_unblocking_preempt", +"pthread_cond_init","psxtmcond01","psxtmtest_init_destroy","No" +"pthread_cond_destroy","psxtmcond01","psxtmtest_init_destroy","No" +"pthread_cond_signal - no threads waiting","psxtmcond02","psxtmtest_single","No" +"pthread_cond_signal - thread waiting, no preempt","psxtmcond03","psxtmtest_unblocking_nopreempt","No" +"pthread_cond_signal - thread waiting, preempt","psxtmcond04","psxtmtest_unblocking_preempt","No" +"pthread_cond_broadcast - no threads waiting","psxtmcond05","psxtmtest_single","No" +"pthread_cond_broadcast - threads waiting, no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt","No" +"pthread_cond_broadcast - threads waiting, preempt","psxtmcond07","psxtmtest_unblocking_preempt","No" -"pthread_cond_wait - blocks (mutex+condvar pattern)","psxtmcond08","psxtmtest_blocking", -"pthread_cond_timedwait(&time) - blocks (mutex+condvar pattern)","psxtmcond09","psxtmtest_blocking", -"pthread_cond_timedwait(&time) - time in past error","psxtmcond10","psxtmtest_blocking", +"pthread_cond_wait - blocks (mutex+condvar pattern)","psxtmcond08","psxtmtest_blocking","No" +"pthread_cond_timedwait(&time) - blocks (mutex+condvar pattern)","psxtmcond09","psxtmtest_blocking","No" +"pthread_cond_timedwait(&time) - time in past error","psxtmcond10","psxtmtest_blocking","No" ,,, "pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes" -"pthread_create - preempt","psxtmthread02","psxtmtest_single", +"pthread_create - preempt","psxtmthread02","psxtmtest_single","No" "pthread_join",,, "pthread_detach",,, "pthread_exit",,, -"pthread_self","psxtmthread03","psxtmtest_single w/multiple timings", -"pthread_equal","psxtmthread03","psxtmtest_single w/multiple timings", -"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings", -"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings", +"pthread_self","psxtmthread03","psxtmtest_single w/multiple timings","No" +"pthread_equal","psxtmthread03","psxtmtest_single w/multiple timings","No" +"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings","No" +"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","No" "pthread_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single","Yes" -"pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single", +"pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single","No" ,,, "pthread_once",,, ,,, @@ -58,14 +58,14 @@ "pthread_barrier_destroy","psxtmbarrier01","psxtmtest_init_destroy","Yes" "pthread_barrier_wait - blocking","psxtmbarrier02","psxtmtest_blocking","Yes" "pthread_barrier_wait - releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes" -"pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt", +"pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt","No" ,,, -"pthread_spin_init","psxspin01","psxtmtest_init_destroy", -"pthread_spin_destroy","psxspin01","psxtmtest_init_destroy", -"pthread_spin_lock - available","psxspin02","psxtmtest_single w/multiple timings", -"pthread_spin_trylock - available","psxspin02","psxtmtest_single w/multiple timings", -"pthread_spin_trylock - not available","psxspin02","psxtmtest_single w/multiple timings", -"pthread_spin_unlock","psxspin02","psxtmtest_single w/multiple timings", +"pthread_spin_init","psxspin01","psxtmtest_init_destroy","No" +"pthread_spin_destroy","psxspin01","psxtmtest_init_destroy","No" +"pthread_spin_lock - available","psxspin02","psxtmtest_single w/multiple timings","No" +"pthread_spin_trylock - available","psxspin02","psxtmtest_single w/multiple timings","No" +"pthread_spin_trylock - not available","psxspin02","psxtmtest_single w/multiple timings","No" +"pthread_spin_unlock","psxspin02","psxtmtest_single w/multiple timings","No" ,,, "pthread_rwlock_init","psxtmrwlock01","psxtmtest_init_destroy","Yes" "pthread_rwlock_destroy","psxtmrwlock01","psxtmtest_init_destroy","Yes" @@ -91,15 +91,15 @@ "mq_close (close of second)","psxtmmq01","psxtmtest_init_destroy","Yes" "mq_unlink","psxtmmq01","psxtmtest_init_destroy","Yes" "mq_receive - available",,"psxtmtest_single","Yes" -"mq_receive - not available, block",,"psxtmtest_blocking", +"mq_receive - not available, block",,"psxtmtest_blocking","No" "mq_timedreceive - available",,"psxtmtest_single","Yes" -"mq_timedreceive - not available, blocks",,"psxtmtest_single", +"mq_timedreceive - not available, blocks",,"psxtmtest_single","No" "mq_send - no threads waiting",,"psxtmtest_single","Yes" -"mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt", -"mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt", +"mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt","No" +"mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt","No" "mq_timedsend - no threads waiting",,"psxtmtest_single","Yes" -"mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt", -"mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt", +"mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt","No" +"mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt","No" "mq_notify ",,"psxtmtest_single","Yes" ,,, "sem_init","psxtmsem01","psxtmtest_single","Yes" -- cgit v1.2.3