[rtems commit] psxtmtests_plan.csv: Add pthread cleanup and attr test cases

Joel Sherrill joel at rtems.org
Sun Nov 11 15:25:20 UTC 2018


Module:    rtems
Branch:    master
Commit:    62954aaf255bd675b579e7d2dcd8f1940c2a87d9
Changeset: http://git.rtems.org/rtems/commit/?id=62954aaf255bd675b579e7d2dcd8f1940c2a87d9

Author:    Joel Sherrill <joel at rtems.org>
Date:      Sun Nov 11 09:12:51 2018 -0600

psxtmtests_plan.csv: Add pthread cleanup and attr test cases

---

 testsuites/psxtmtests/psxtmtests_plan.csv | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 4a589d9..68c27af 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"
 



More information about the vc mailing list