summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-11-11 09:12:51 -0600
committerJoel Sherrill <joel@rtems.org>2018-11-11 09:25:16 -0600
commit62954aaf255bd675b579e7d2dcd8f1940c2a87d9 (patch)
tree2a2879063e5dd3beab1df232ae37a97d10ce0b06 /testsuites/psxtmtests
parentarm/altera cyclone v: Update Doxygen (GCI 2018) (diff)
downloadrtems-62954aaf255bd675b579e7d2dcd8f1940c2a87d9.tar.bz2
psxtmtests_plan.csv: Add pthread cleanup and attr test cases
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv22
1 files changed, 20 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 4a589d9e7f..68c27af14c 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -28,6 +28,24 @@
"pthread_create: no preempt","psxtmthread01","psxtmtest_single","Yes"
"pthread_create: preempt","psxtmthread02","psxtmtest_single","Yes"
+"pthread_attr_init: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_destroy: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getdetachstate: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getguardsize: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getinheritsched: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getschedparam: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getschedpolicy: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getscope: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getstack: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_getstacksize: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setdetachstate: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setguardsize: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setinheritsched: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setschedparam: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setschedpolicy: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setscope: only case", "psxtmthread07", "psxtmtest_single","No"
+"pthread_attr_setstack: only case", "psxtmthread07", "psxtmtest_single","No"
+
"pthread_join"
"pthread_detach"
"pthread_exit"
@@ -49,8 +67,8 @@
"pthread_setcancelstate"
"pthread_setcanceltype"
"pthread_testcancel"
-"pthread_cleanup_push"
-"pthread_cleanup_pop"
+"pthread_cleanup_push: only case","psxtmcleanup01","psxtmtest_single","No"
+"pthread_cleanup_pop: only case","psxtmcleanup01","psxtmtest_single","No"
"pthread_getcpuclockid"