From 5b65c95c5e650080cdea8ec29102789b0c487faf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Dec 2011 23:03:39 +0000 Subject: 2011-12-07 Joel Sherrill * psxtmtests_plan.csv: Add more test cases. --- testsuites/psxtmtests/ChangeLog | 4 ++++ testsuites/psxtmtests/psxtmtests_plan.csv | 30 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 15 deletions(-) (limited to 'testsuites/psxtmtests') diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog index 5b537ec3c1..6384277d35 100644 --- a/testsuites/psxtmtests/ChangeLog +++ b/testsuites/psxtmtests/ChangeLog @@ -1,3 +1,7 @@ +2011-12-07 Joel Sherrill + + * psxtmtests_plan.csv: Add more test cases. + 2011-10-19 Ralf Corsépius * psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c, diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv index 65d4bdf469..599080c1df 100644 --- a/testsuites/psxtmtests/psxtmtests_plan.csv +++ b/testsuites/psxtmtests/psxtmtests_plan.csv @@ -18,9 +18,9 @@ "pthread_cond_signal - no threads waiting",,, "pthread_cond_signal - thread waiting, no preempt",,, "pthread_cond_signal - thread waiting, preempt",,, -"pthread_cond_broadcast – no threads waiting",,, -"pthread_cond_broadcast – threads waiting, no preempt",,, -"pthread_cond_broadcast – threads waiting, preempt",,, +"pthread_cond_broadcast ï¾– no threads waiting",,, +"pthread_cond_broadcast ï¾– threads waiting, no preempt",,, +"pthread_cond_broadcast ï¾– threads waiting, preempt",,, "pthread_cond_wait - blocks",,"psxtmtest_blocking", "pthread_cond_timedwait - blocks",,"psxtmtest_blocking", ,,, @@ -29,12 +29,12 @@ "pthread_join",,, "pthread_detach",,, "pthread_exit",,, -"pthread_self","psxtmthread03","psxtmtest_single", -"pthread_equal","psxtmthread03","psxtmtest_single", -"pthread_getschedparam",,"psxtmtest_single", -"pthread_setschedparam - no thread switch",,"psxtmtest_single", -"pthread_setschedparam - lower own priority, preempt",,"psxtmtest_single", -"pthread_setschedparam - raise other priority, preempt",,"psxtmtest_single", +"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_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single", +"pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single", ,,, "pthread_once",,, ,,, @@ -58,12 +58,12 @@ "pthread_barrier_wait - releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes" "pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt", ,,, -"pthread_spin_init",,"psxtmtest_init_destroy", -"pthread_spin_destroy",,"psxtmtest_init_destroy", -"pthread_spin_lock - available",,"psxtmtest_single", -"pthread_spin_trylock - available",,"psxtmtest_single", -"pthread_spin_trylock - not available",,"psxtmtest_single", -"pthread_spin_unlock",,, +"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_rwlock_init","psxtmrwlock01","psxtmtest_init_destroy","Yes" "pthread_rwlock_destroy","psxtmrwlock01","psxtmtest_init_destroy","Yes" -- cgit v1.2.3