source: rtems/testsuites/psxtmtests/ChangeLog @ ff33d076

4.115
Last change on this file since ff33d076 was f9c2370, checked in by Joel Sherrill <joel.sherrill@…>, on 08/24/11 at 21:15:58

2011-08-24 Ricardo Aguirre <el.mastin@…>

PR 1903/testing

  • Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message queues which covers most open, close, unlink cases as well as send/receive which do not involve task state changes.
  • psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c, psxtmmq01/psxtmmq01.doc: New files.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12011-08-24      Ricardo Aguirre <el.mastin@ymail.com>
2
3        PR 1903/testing
4        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message
5        queues which covers most open, close, unlink cases as well as
6        send/receive which do not involve task state changes.
7        * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c,
8        psxtmmq01/psxtmmq01.doc: New files.
9
102011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * psxtmtests_plan.csv: update.
13
142011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
15
16        PR 1888/tests
17        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
18        pthread_rwlock_unlock - thread waiting, preempt.
19        * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am,
20        psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
21
222011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
23
24        PR 1887/tests
25        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
26        pthread_rwlock_unlock - thread waiting, no preempt.
27        * psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am,
28        psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
29
302011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
31
32        * psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: Update.
33
342011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
35
36        PR 1881/tests
37        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
38        pthread_rwlock_timedwrlock - not available, blocks.
39        * psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am,
40        psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
41
422011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * psxtmrwlock03/init.c: Fix abstime issue. Time is now reasonable.
45
462011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
47
48        PR 1880/tests
49        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
50        pthread_rwlock_timedwrlock - not available, blocks.
51        * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am,
52        psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
53
542011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
55
56        PR 1878/tests
57        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
58        pthread_rwlock_timedrdlock - not available, blocks.
59        * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am,
60        psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
61
622011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
63
64        PR 1875/tests
65        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
66        pthread_rwlock_rdlock - not available, blocks.
67        * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am,
68        psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
69
702011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
71
72        PR 1874/tests
73        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
74        multiple pthread_rwlock operations that can be done as single shot
75        times.
76        * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am,
77        psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
78
792011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
80
81        PR 1863/tests
82        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
83        pthread_barrier_wait - releasing, no preempt
84        * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am,
85        psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
86
872011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
88
89        PR 1859/tests
90        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
91        pthread_barrier_wait - blocking
92        * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am,
93        psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
94
952011-07-28      Ricardo Aguirre <el.mastin@ymail.com>
96
97        PR 1859/tests
98        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
99        pthread_barrier_init and pthread_barrier_destroy.
100        * psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am,
101        psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
102
1032011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
104
105        PR 1852/tests
106        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
107        sem_wait - not available, block.
108        * psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c,
109        psxtmsem03/psxtmsem03.doc: New files.
110
1112011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
112
113        PR 1850/tests
114        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
115        sem_post - thread waiting, preempt.
116        * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c,
117        psxtmsem05/psxtmsem05.doc: New files.
118
1192011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
120
121        PR 1849/tests
122        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
123        sem_post - thread waiting, no preempt.
124        * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c,
125        psxtmsem04/psxtmsem04.doc: New files.
126
1272011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * psxtmthread03/psxtmthread03.doc: Fix.
130
1312011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
134        psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
135        all are correct.
136
1372011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
138
139        PR 1847/tests
140        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
141        various non-blocking semaphore operations.
142        * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c,
143        psxtmsem02/psxtmsem02.doc: New files.
144
1452011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
146
147        PR 1846/tests
148        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
149        various sem_open(), sem_close(), sem_unlink(), sem_init(), and
150        sem_destroy() cases.
151        * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c,
152        psxtmsem01/psxtmsem01.doc: New files.
153
1542011-07-21      Ricardo Aguirre <el.mastin@ymail.com>
155
156        PR 1835/tests
157        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock -
158        not available, block.
159        * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am,
160        psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
161
1622011-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
165        psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c,
166        psxtmthread03/init.c: Standardize start and end test messages.
167
1682011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
171        pthread_mutex_unlock where it is unblocking threads with preemption.
172        * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
173        psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
174
1752011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * psxtmmutex05/init.c: Fix test. Pattern was wrong.
178
1792011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock
182        where it is unblocking threads without preemption.
183        * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am,
184        psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
185
1862011-07-20      Ricardo Aguirre <el.mastin@ymail.com>
187
188        PR 1843/tests
189        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
190        create and delete.
191        * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c,
192        psxtmkey01/psxtmkey01.doc: New files.
193
1942011-07-19      Ricardo Aguirre <el.mastin@ymail.com>
195
196        PR 1840/tests
197        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
198        set and get.
199        * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c,
200        psxtmkey02/psxtmkey02.doc: New files.
201
2022011-07-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
203
204        * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
205
2062011-07-15      Ricardo Aguirre <el.mastin@ymail.com>
207
208        PR 1835/tests
209        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
210        mutex set and get priority ceiling.
211        * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am,
212        psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
213
2142011-07-13      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * psxtmtests_plan.csv: Update to reflect next activities.
217
2182011-07-13      Ricardo Aguirre <el.mastin@ymail.com>
219
220        PR 1831/tests
221        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
222        mutex init and destroy.
223        * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am,
224        psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
225
2262011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by
229        OPERATION_COUNT on single shot times.
230
2312011-07-12      Ricardo Aguirre <el.mastin@ymail.com>
232
233        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03.
234        * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am,
235        psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
236
2372011-06-29      Ricardo Aguirre <el.mastin@ymail.com>
238
239        * psxtmtests/Makefile.am, psxtmtests/configure.ac,
240        psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
241        * psxtmtests/psxtmnanosleep01/Makefile.am,
242        psxtmtests/psxtmnanosleep01/init.c,
243        psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
244        psxtmtests/psxtmnanosleep02/Makefile.am,
245        psxtmtests/psxtmnanosleep02/init.c,
246        psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc,
247        psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
248
2492011-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * psxtmtests_plan.csv: Complete plan for mutexes.
252
2532011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * psxtmtests_plan.csv: Update.
256
2572011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * Makefile.am, configure.ac: Add test case for sleep - blocking.
260        * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am,
261        psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
262
2632011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * psxtmsleep01/Makefile.in: Removed.
266
2672011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01.
270        * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am,
271        psxtmsleep01/Makefile.in, psxtmsleep01/init.c,
272        psxtmsleep01/psxtmsleep01.doc: New files.
273
2742011-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * psxtmtests_plan.csv: Add sleep and nanosleep cases.
277
2782011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * README, psxtmtests_plan.csv: Add more possible test cases.
281
2822011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * configure.ac: Add AC_CONFIG_HEADER(config.h).
285
2862011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
289        Add HAVE_CONFIG_H.
290
2912011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
292
293        * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
294
2952011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * configure.ac: Require autoconf-2.68, automake-1.11.1.
298
2992010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * .cvsignore, ChangeLog, Makefile.am, README, configure.ac,
302        psxtmtests_plan.csv, psxtmmutex02/.cvsignore,
303        psxtmmutex02/Makefile.am, psxtmmutex02/init.c,
304        psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore,
305        psxtmthread01/Makefile.am, psxtmthread01/init.c,
306        psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore,
307        psxtmthread03/Makefile.am, psxtmthread03/init.c,
308        psxtmthread03/psxtmthread03.doc: New files.
309
Note: See TracBrowser for help on using the repository browser.