Files
rtems/testsuites/psxtmtests/psxtmtests_plan.csv
2015-12-01 08:33:43 -06:00

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_exit: only casepsxtmthread03psxtmtest_singleYes
28pthread_getschedparam: only casepsxtmthread04psxtmtest_single w/multiple timingsYes
29pthread_setschedparam: no thread switchpsxtmthread04psxtmtest_single w/multiple timingsYes
30pthread_setschedparam: lower own priority: preemptpsxtmthread05psxtmtest_singleYes
31pthread_setschedparam: raise other priority: preemptpsxtmthread06psxtmtest_singleYes
32pthread_once: first timepsxtmonce01psxtmtest_singleNo
33pthread_once: second timepsxtmonce02psxtmtest_singleNo
34pthread_key_create: only casepsxtmkey01psxtmtest_singleYes
35pthread_setspecific: only casepsxtmkey02psxtmtest_singleYes
36pthread_getspecific: only casepsxtmkey02psxtmtest_singleYes
37pthread_key_delete: only casepsxtmkey01psxtmtest_singleYes
38pthread_barrier_init: only casepsxtmbarrier01psxtmtest_init_destroyYes
39pthread_barrier_destroy: only casepsxtmbarrier01psxtmtest_init_destroyYes
40pthread_barrier_wait: blockingpsxtmbarrier02psxtmtest_blockingYes
41pthread_barrier_wait: releasing: no preemptpsxtmbarrier03psxtmtest_unblocking_nopreemptYes
42pthread_barrier_wait: releasing: preemptpsxtmbarrier04psxtmtest_unblocking_preemptYes
43pthread_spin_init: only casepsxspin01psxtmtest_init_destroyYes
44pthread_spin_destroy: only casepsxspin01psxtmtest_init_destroyYes
45pthread_spin_lock: availablepsxspin02psxtmtest_single w/multiple timingsYes
46pthread_spin_trylock: availablepsxspin02psxtmtest_single w/multiple timingsYes
47pthread_spin_trylock: not availablepsxspin02psxtmtest_single w/multiple timingsYes
48pthread_spin_unlock: only casepsxspin02psxtmtest_single w/multiple timingsYes
49pthread_rwlock_init: only casepsxtmrwlock01psxtmtest_init_destroyYes
50pthread_rwlock_destroy: only casepsxtmrwlock01psxtmtest_init_destroyYes
51pthread_rwlock_rdlock: availablepsxtmrwlock01psxtmtest_singleYes
52pthread_rwlock_rdlock: not available: blockspsxtmrwlock02psxtmtest_blockingYes
53pthread_rwlock_tryrdlock: availablepsxtmrwlock01psxtmtest_singleYes
54pthread_rwlock_tryrdlock: not availablepsxtmrwlock01psxtmtest_singleYes
55pthread_rwlock_timedrdlock: availablepsxtmrwlock01psxtmtest_singleYes
56pthread_rwlock_timedrdlock: not available: blockspsxtmrwlock03psxtmtest_blockingYes
57pthread_rwlock_unlock: no threads waitingpsxtmrwlock01psxtmtest_singleYes
58pthread_rwlock_unlock: thread waiting: no preemptpsxtmrwlock06Yes
59pthread_rwlock_unlock: thread waiting: preemptpsxtmrwlock07Yes
60pthread_rwlock_wrlock: availablepsxtmrwlock01psxtmtest_singleYes
61pthread_rwlock_wrlock: not available: blockspsxtmwrlock04psxtmtest_blockingYes
62pthread_rwlock_trywrlock: availablepsxtmrwlock01psxtmtest_singleYes
63pthread_rwlock_trywrlock: not availablepsxtmrwlock01psxtmtest_singleYes
64pthread_rwlock_timedwrlock: availablepsxtmrwlock01psxtmtest_singleYes
65pthread_rwlock_timedwrlock: not available: blockspsxtmrwlock05psxtmtest_blockingYes
66mq_open: first openpsxtmmq01psxtmtest_init_destroyYes
67mq_close: close of firstpsxtmmq01psxtmtest_init_destroyYes
68mq_open: second openpsxtmmq01psxtmtest_init_destroyYes
69mq_close: close of secondpsxtmmq01psxtmtest_init_destroyYes
70mq_unlink: only casepsxtmmq01psxtmtest_init_destroyYes
71mq_receive: availablepsxtmtest_singleYes
72mq_receive: not available: blockpsxtmtest_blockingNo
73mq_timedreceive: availablepsxtmtest_singleYes
74mq_timedreceive: not available: blockspsxtmtest_singleNo
75mq_send: no threads waitingpsxtmtest_singleYes
76mq_send: thread waiting: no preemptpsxtmtest_unblocking_nopreemptNo
77mq_send: thread waiting: preemptpsxtmtest_unblocking_preemptNo
78mq_timedsend: no threads waitingpsxtmtest_singleYes
79mq_timedsend: thread waiting: no preemptpsxtmtest_unblocking_nopreemptNo
80mq_timedsend: thread waiting: preemptionpsxtmtest_unblocking_preemptNo
81mq_notify: only casepsxtmtest_singleYes
82sem_init: only casepsxtmsem01psxtmtest_singleYes
83sem_destroy: only casepsxtmsem01psxtmtest_singleYes
84sem_open: first open namedpsxtmsem01psxtmtest_singleYes
85sem_open: second open namedpsxtmsem01psxtmtest_singleYes
86sem_close: named first/nested closepsxtmsem01psxtmtest_singleYes
87sem_unlink: does not deletepsxtmsem01psxtmtest_singleYes
88sem_close: named second close: removespsxtmsem01psxtmtest_singleYes
89sem_unlink: deletespsxtmsem01psxtmtest_singleYes
90sem_wait: availablepsxtmsem02psxtmtest_singleYes
91sem_wait: not available: blockpsxtmsem03psxtmtest_blockingYes
92sem_trywait: availablepsxtmsem02psxtmtest_singleYes
93sem_trywait: not availablepsxtmsem02psxtmtest_singleYes
94sem_post: no threads waitingpsxtmsem02psxtmtest_singleYes
95sem_post: thread waiting: no preemptpsxsemtm04psxtmtest_unblocking_nopreemptYes
96sem_post: thread waiting: preemptpsxtmsem05psxtmtest_unblocking_preemptYes
97sem_getvaluepsxtmsem02psxtmtest_singleYes
98sleep: yieldpsxtmsleep01psxtmtest_singleYes
99sleep: blockingpsxtmsleep02psxtmtest_blockingYes
100nanosleep: yieldpsxtmnanosleep01psxtmtest_singleYes
101nanosleep: blockingpsxtmnanosleep02psxtmtest_blockingYes