summaryrefslogtreecommitdiff
path: root/testsuites/psxtmtests/psxtmtests_plan.csv
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 15:23:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 15:23:25 +0000
commit02a7789c7756f84a61efe4d4fd4d0159febc2a49 (patch)
tree0868dadc8f68efcf60dea84cb2967823523b8aa9 /testsuites/psxtmtests/psxtmtests_plan.csv
parent3f05b150dff6e3d5444597a2ab6f4e41ce970046 (diff)
2011-07-13 Ricardo Aguirre <el.mastin@ymail.com>
PR 1831/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex init and destroy. * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am, psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
Diffstat (limited to 'testsuites/psxtmtests/psxtmtests_plan.csv')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index edf096babf..43aa9968d1 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -1,6 +1,6 @@
"Test Case","Test","Template","Implemented"
-"pthread_mutex_init","psxtmmutex01","psxtmtest_init_destroy",
-"pthread_mutex_destroy","psxtmmutex01","psxtmtest_init_destroy",
+"pthread_mutex_init","psxtmmutex01","psxtmtest_init_destroy","Yes"
+"pthread_mutex_destroy","psxtmmutex01","psxtmtest_init_destroy","Yes"
"pthread_mutex_lock - not available, block","psxtmmutex02","psxtmtest_blocking","Yes"
"pthread_mutex_lock - available","psxtmmutex03","psxtmtest_single","Yes"
"pthread_mutex_trylock - available","psxtmmutex03","psxtmtest_single","Yes"