Files
rtems/testsuites/psxtmtests/psxtmtests_plan.csv
T

7.9 KiB

1Test CaseTestTemplateImplemented
2pthread_mutex_init: only casepsxtmmutex01psxtmtest_init_destroyYes
3pthread_mutex_destroy: only casepsxtmmutex01psxtmtest_init_destroyYes
4pthread_mutex_lock: not available: blockpsxtmmutex02psxtmtest_blockingYes
5pthread_mutex_lock: availablepsxtmmutex03psxtmtest_singleYes
6pthread_mutex_trylock: availablepsxtmmutex03psxtmtest_singleYes
7pthread_mutex_trylock: not availablepsxtmmutex03psxtmtest_singleYes
8pthread_mutex_unlock: no threads waitingpsxtmmutex03psxtmtest_singleYes
9pthread_mutex_unlock: thread waiting: no preemptpsxtmmutex05psxtmtest_unblocking_nopreemptYes
10pthread_mutex_unlock: thread waiting: preemptpsxtmmutex06psxtmtest_unblocking_preemptYes
11pthread_mutex_timedlock: availablepsxtmmutex03psxtmtest_singleYes
12pthread_mutex_timedlock: not available: blockpsxtmmutex04psxtmtest_blockingYes
13pthread_mutex_setprioceilingpsxtmmutex07psxtmtest_singleYes
14pthread_mutex_getprioceilingpsxtmmutex07psxtmtest_singleYes
15pthread_cond_init: only casepsxtmcond01psxtmtest_init_destroyYes
16pthread_cond_destroy: only casepsxtmcond01psxtmtest_init_destroyYes
17pthread_cond_signal: no threads waitingpsxtmcond02psxtmtest_singleYes
18pthread_cond_signal: thread waiting: no preemptpsxtmcond03psxtmtest_unblocking_nopreemptYes
19pthread_cond_signal: thread waiting: preemptpsxtmcond04psxtmtest_unblocking_preemptYes
20pthread_cond_broadcast: no threads waitingpsxtmcond05psxtmtest_singleYes
21pthread_cond_broadcast: threads waiting: no preemptpsxtmcond06psxtmtest_unblocking_nopreemptYes
22pthread_cond_broadcast: threads waiting: preemptpsxtmcond07psxtmtest_unblocking_preemptYes
23pthread_cond_wait: blockspsxtmcond08psxtmtest_blockingYes
24pthread_cond_timedwait: time in past errorpsxtmcond10psxtmtest_blockingYes
25pthread_create: no preemptpsxtmthread01psxtmtest_singleYes
26pthread_create: preemptpsxtmthread02psxtmtest_singleYes
27pthread_join
28pthread_detach
29pthread_exit
30pthread_exit: only casepsxtmthread03psxtmtest_singleYes
31pthread_getschedparam: only casepsxtmthread04psxtmtest_single w/multiple timingsYes
32pthread_setschedparam: no thread switchpsxtmthread04psxtmtest_single w/multiple timingsYes
33pthread_setschedparam: lower own priority: preemptpsxtmthread05psxtmtest_singleYes
34pthread_setschedparam: raise other priority: preemptpsxtmthread06psxtmtest_singleYes
35pthread_once: first timepsxtmonce01psxtmtest_singleNo
36pthread_once: second timepsxtmonce02psxtmtest_singleNo
37pthread_key_create: only casepsxtmkey01psxtmtest_singleYes
38pthread_setspecific: only casepsxtmkey02psxtmtest_singleYes
39pthread_getspecific: only casepsxtmkey02psxtmtest_singleYes
40pthread_key_delete: only casepsxtmkey01psxtmtest_singleYes
41pthread_cancel
42pthread_setcancelstate
43pthread_setcanceltype
44pthread_testcancel
45pthread_cleanup_push
46pthread_cleanup_pop
47pthread_getcpuclockid
48pthread_barrier_init: only casepsxtmbarrier01psxtmtest_init_destroyYes
49pthread_barrier_destroy: only casepsxtmbarrier01psxtmtest_init_destroyYes
50pthread_barrier_wait: blockingpsxtmbarrier02psxtmtest_blockingYes
51pthread_barrier_wait: releasing: no preemptpsxtmbarrier03psxtmtest_unblocking_nopreemptYes
52pthread_barrier_wait: releasing: preemptpsxtmbarrier04psxtmtest_unblocking_preemptYes
53pthread_spin_init: only casepsxspin01psxtmtest_init_destroyYes
54pthread_spin_destroy: only casepsxspin01psxtmtest_init_destroyYes
55pthread_spin_lock: availablepsxspin02psxtmtest_single w/multiple timingsYes
56pthread_spin_trylock: availablepsxspin02psxtmtest_single w/multiple timingsYes
57pthread_spin_trylock: not availablepsxspin02psxtmtest_single w/multiple timingsYes
58pthread_spin_unlock: only casepsxspin02psxtmtest_single w/multiple timingsYes
59pthread_rwlock_init: only casepsxtmrwlock01psxtmtest_init_destroyYes
60pthread_rwlock_destroy: only casepsxtmrwlock01psxtmtest_init_destroyYes
61pthread_rwlock_rdlock: availablepsxtmrwlock01psxtmtest_singleYes
62pthread_rwlock_rdlock: not available: blockspsxtmrwlock02psxtmtest_blockingYes
63pthread_rwlock_tryrdlock: availablepsxtmrwlock01psxtmtest_singleYes
64pthread_rwlock_tryrdlock: not availablepsxtmrwlock01psxtmtest_singleYes
65pthread_rwlock_timedrdlock: availablepsxtmrwlock01psxtmtest_singleYes
66pthread_rwlock_timedrdlock: not available: blockspsxtmrwlock03psxtmtest_blockingYes
67pthread_rwlock_unlock: no threads waitingpsxtmrwlock01psxtmtest_singleYes
68pthread_rwlock_unlock: thread waiting: no preemptpsxtmrwlock06Yes
69pthread_rwlock_unlock: thread waiting: preemptpsxtmrwlock07Yes
70pthread_rwlock_wrlock: availablepsxtmrwlock01psxtmtest_singleYes
71pthread_rwlock_wrlock: not available: blockspsxtmwrlock04psxtmtest_blockingYes
72pthread_rwlock_trywrlock: availablepsxtmrwlock01psxtmtest_singleYes
73pthread_rwlock_trywrlock: not availablepsxtmrwlock01psxtmtest_singleYes
74pthread_rwlock_timedwrlock: availablepsxtmrwlock01psxtmtest_singleYes
75pthread_rwlock_timedwrlock: not available: blockspsxtmrwlock05psxtmtest_blockingYes
76mq_open: first openpsxtmmq01psxtmtest_init_destroyYes
77mq_close: close of firstpsxtmmq01psxtmtest_init_destroyYes
78mq_open: second openpsxtmmq01psxtmtest_init_destroyYes
79mq_close: close of secondpsxtmmq01psxtmtest_init_destroyYes
80mq_unlink: only casepsxtmmq01psxtmtest_init_destroyYes
81mq_receive: availablepsxtmtest_singleYes
82mq_receive: not available: blockpsxtmtest_blockingNo
83mq_timedreceive: availablepsxtmtest_singleYes
84mq_timedreceive: not available: blockspsxtmtest_singleNo
85mq_send: no threads waitingpsxtmtest_singleYes
86mq_send: thread waiting: no preemptpsxtmtest_unblocking_nopreemptNo
87mq_send: thread waiting: preemptpsxtmtest_unblocking_preemptNo
88mq_timedsend: no threads waitingpsxtmtest_singleYes
89mq_timedsend: thread waiting: no preemptpsxtmtest_unblocking_nopreemptNo
90mq_timedsend: thread waiting: preemptionpsxtmtest_unblocking_preemptNo
91mq_notify: only casepsxtmtest_singleYes
92sem_init: only casepsxtmsem01psxtmtest_singleYes
93sem_destroy: only casepsxtmsem01psxtmtest_singleYes
94sem_open: first open namedpsxtmsem01psxtmtest_singleYes
95sem_open: second open namedpsxtmsem01psxtmtest_singleYes
96sem_close: named first/nested closepsxtmsem01psxtmtest_singleYes
97sem_unlink: does not deletepsxtmsem01psxtmtest_singleYes
98sem_close: named second close: removespsxtmsem01psxtmtest_singleYes
99sem_unlink: deletespsxtmsem01psxtmtest_singleYes
100sem_wait: availablepsxtmsem02psxtmtest_singleYes
101sem_wait: not available: blockpsxtmsem03psxtmtest_blockingYes
102sem_trywait: availablepsxtmsem02psxtmtest_singleYes
103sem_trywait: not availablepsxtmsem02psxtmtest_singleYes
104sem_post: no threads waitingpsxtmsem02psxtmtest_singleYes
105sem_post: thread waiting: no preemptpsxsemtm04psxtmtest_unblocking_nopreemptYes
106sem_post: thread waiting: preemptpsxtmsem05psxtmtest_unblocking_preemptYes
107sem_getvaluepsxtmsem02psxtmtest_singleYes
108sleep: yieldpsxtmsleep01psxtmtest_singleYes
109sleep: blockingpsxtmsleep02psxtmtest_blockingYes
110nanosleep: yieldpsxtmnanosleep01psxtmtest_singleYes
111nanosleep: blockingpsxtmnanosleep02psxtmtest_blockingYes