forked from Imagelibrary/rtems
psxtmtests_plan.csv: Add pthread cleanup and attr test cases
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 26 and column 33.
|
Reference in New Issue
Block a user