summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmtests_plan.csv
diff options
context:
space:
mode:
authorHimanshu40 <himanshuwindows8.1@gmail.com>2018-11-20 06:41:58 +0530
committerJoel Sherrill <joel@rtems.org>2018-11-20 09:26:57 -0600
commitedae517758338c5d6103cde6ca1ad85d1bf551fd (patch)
tree666c9eda442913c54e3815bb2bea4d369696c7ef /testsuites/psxtmtests/psxtmtests_plan.csv
parentbsps/moxie: Use interrupt stack for init stack (diff)
downloadrtems-edae517758338c5d6103cde6ca1ad85d1bf551fd.tar.bz2
psxtmutexattr01: Added new POSIX timing suite (GCI 2018)
Diffstat (limited to 'testsuites/psxtmtests/psxtmtests_plan.csv')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 6a1f4900e9..e4425f9894 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -13,6 +13,17 @@
"pthread_mutex_setprioceiling","psxtmmutex07","psxtmtest_single","Yes"
"pthread_mutex_getprioceiling","psxtmmutex07","psxtmtest_single","Yes"
+"pthread_mutexattr_init: only case","psxtmmutexattr01","psxtmtest_init_destroy","Yes"
+"pthread_mutexattr_destroy: only case","psxtmmutexattr01","psxtmtest_init_destroy","Yes"
+"pthread_mutexattr_getprioceiling: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_getprotocol: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_getpshared: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_gettype: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_setprioceiling: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_setprotocol: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_setpshared: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+"pthread_mutexattr_settype: only case","psxtmmutexattr01","psxtmtest_single","Yes"
+
"pthread_cond_init: only case","psxtmcond01","psxtmtest_init_destroy","Yes"
"pthread_cond_destroy: only case","psxtmcond01","psxtmtest_init_destroy","Yes"
"pthread_cond_signal: no threads waiting","psxtmcond02","psxtmtest_single","Yes"