source: rtems/testsuites/psxtmtests/psxtmtests_plan.csv @ 3023a1d

4.115
Last change on this file since 3023a1d was 3023a1d, checked in by Jennifer Averett <Jennifer.Averett@…>, on 06/29/11 at 19:09:12

2011-06-29 Ricardo Aguirre

  • psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
  • psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
  • Property mode set to 100644
File size: 5.4 KB
Line 
1"Test Case","Test","Template","Implemented"
2"pthread_mutex_init","psxtmmutex01","psxtmtest_init_destroy",
3"pthread_mutex_destroy","psxtmmutex01","psxtmtest_init_destroy",
4"pthread_mutex_lock - not available, block","psxtmmutex02","psxtmtest_blocking","Yes"
5"pthread_mutex_lock - available","psxtmmutex03","psxtmtest_single",
6"pthread_mutex_trylock - available","psxtmmutex04","psxtmtest_single",
7"pthread_mutex_trylock - not available","psxtmmutex05","psxtmtest_single",
8"pthread_mutex_unlock - no threads waiting","psxtmmutex06","psxtmtest_single",
9"pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex07","psxtmtest_unblocking_nopreempt",
10"pthread_mutex_unlock - thread waiting, preempt","psxtmmutex08","psxtmtest_unblocking_preempt",
11"pthread_mutex_timedlock - available","psxtmmutex09","psxtmtest_single",
12"pthread_mutex_timedlock - not available, block","psxtmmutex10","psxtmtest_blocking",
13"pthread_mutex_setprioceiling","psxtmmutex11","psxtmtest_single",
14"pthread_mutex_getprioceiling","psxtmmutex12","psxtmtest_single",
15,,,
16"pthread_cond_init",,"psxtmtest_init_destroy",
17"pthread_cond_destroy",,"psxtmtest_init_destroy",
18"pthread_cond_signal - no threads waiting",,,
19"pthread_cond_signal - thread waiting, no preempt",,,
20"pthread_cond_signal - thread waiting, preempt",,,
21"pthread_cond_broadcast",,,
22"pthread_cond_wait - blocks",,"psxtmtest_blocking",
23"pthread_cond_timedwait - blocks",,"psxtmtest_blocking",
24,,,
25"pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
26"pthread_create - preempt","psxtmthread02","psxtmtest_single",
27"pthread_join","psxtmthread03",,
28"pthread_detach",,,
29"pthread_exit",,,
30"pthread_self",,,
31"pthread_equal",,,
32"pthread_getschedparam",,,
33"pthread_setschedparam - no thread switch",,,
34"pthread_setschedparam - lower own priority, preempt",,,
35"pthread_setschedparam - raise other priority, preempt",,,
36,,,
37"pthread_once",,,
38,,,
39"pthread_key_create",,"psxtmtest_init_destroy",
40"pthread_setspecific",,,
41"pthread_getspecific",,,
42"pthread_key_delete",,"psxtmtest_init_destroy",
43,,,
44"pthread_cancel",,,
45"pthread_setcancelstate",,,
46"pthread_setcanceltype",,,
47"pthread_testcancel",,,
48"pthread_cleanup_push",,,
49"pthread_cleanup_pop",,,
50,,,
51"pthread_getcpuclockid",,,
52,,,
53"pthread_barrier_init",,"psxtmtest_init_destroy",
54"pthread_barrier_destroy",,"psxtmtest_init_destroy",
55"pthread_barrier_wait – blocking",,"psxtmtest_blocking",
56"pthread_barrier_wait – releasing",,,
57,,,
58"pthread_spin_init",,"psxtmtest_init_destroy",
59"pthread_spin_destroy",,"psxtmtest_init_destroy",
60"pthread_spin_lock - available",,"psxtmtest_single",
61"pthread_spin_trylock - available",,"psxtmtest_single",
62"pthread_spin_trylock - not available",,"psxtmtest_single",
63"pthread_spin_unlock",,,
64,,,
65"pthread_rwlock_init",,"psxtmtest_init_destroy",
66"pthread_rwlock_destroy",,"psxtmtest_init_destroy",
67"pthread_rwlock_rdlock - available",,"psxtmtest_single",
68"pthread_rwlock_rdlock - not available, blocks",,"psxtmtest_blocking",
69"pthread_rwlock_tryrdlock - available",,"psxtmtest_single",
70"pthread_rwlock_tryrdlock - not available",,"psxtmtest_single",
71"pthread_rwlock_timedrdlock - available",,"psxtmtest_single",
72"pthread_rwlock_timedrdlock - not available, blocks",,"psxtmtest_blocking",
73"pthread_rwlock_unlock - no threads waiting",,,
74"pthread_rwlock_unlock - thread waiting, no preempt",,,
75"pthread_rwlock_unlock - thread waiting, preempt",,,
76"pthread_rwlock_wrlock - available",,"psxtmtest_single",
77"pthread_rwlock_wrlock - not available, blocks",,"psxtmtest_blocking",
78"pthread_rwlock_trywrlock - available",,"psxtmtest_single",
79"pthread_rwlock_trywrlock - not available",,"psxtmtest_single",
80"pthread_rwlock_timedwrlock - available",,"psxtmtest_single",
81"pthread_rwlock_timedwrlock - not available, blocks",,"psxtmtest_blocking",
82,,,
83"mq_open (first open)","psxtmsem02","psxtmtest_init_destroy",
84"mq_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
85"mq_open (second open)","psxtmsem03","psxtmtest_init_destroy",
86"mq_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
87"mq_unlink",,,
88"mq_receive – available",,"psxtmtest_single",
89"mq_receive - not available, block",,"psxtmtest_blocking",
90"mq_timedreceive - available",,"psxtmtest_single",
91"mq_timedreceive - not available, blocks",," ",
92"mq_send - no threads waiting",,"psxtmtest_single",
93"mq_send - thread waiting, no preempt",,,
94"mq_send - thread waiting, preempt",,,
95"mq_timedsend - no threads waiting",,"psxtmtest_single",
96"mq_timedsend - thread waiting, no preempt",,,
97"mq_timedsend - thread waiting, preemption",,,
98"mq_notify ",,"psxtmtest_single",
99,,,
100"sem_init","psxtmsem01","psxtmtest_init_destroy",
101"sem_destroy","psxtmsem01","psxtmtest_init_destroy",
102"sem_open (first open)","psxtmsem02","psxtmtest_init_destroy",
103"sem_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
104"sem_open (second open)","psxtmsem03","psxtmtest_init_destroy",
105"sem_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
106"sem_wait – available",,"psxtmtest_single",
107"sem_wait - not available, block",,"psxtmtest_blocking",
108"sem_trywait - available",,"psxtmtest_single",
109"sem_trywait - not available",,"psxtmtest_single",
110"sem_post - no threads waiting",,"psxtmtest_single",
111"sem_post - thread waiting, no preempt",,,
112"sem_post - thread waiting, preempt",,,
113"sem_getvalue",,"psxtmtest_single",
114,,,
115"sleep - yield","psxtmsleep01","psxtmtest_single","Yes"
116"sleep - blocking","psxtmsleep02","psxtmtest_blocking","Yes"
117"nanosleep - yield","psxtmnanosleep01","psxtmtest_single","Yes"
118"nanosleep - blocking","psxtmnanosleep02","psxtmtest_blocking","Yes"
Note: See TracBrowser for help on using the repository browser.