source: rtems/testsuites/psxtmtests/ChangeLog @ e6a675e

4.115
Last change on this file since e6a675e was e6a675e, checked in by Ralf Corsépius <ralf.corsepius@…>, on 03/02/12 at 13:51:10

2011-03-02 Ralf Corsépius <ralf.corsepius@…>

  • psxtmmq01/init.c: Make benchmark_mq_open, benchmark_mq_open_second, benchmark_mq_close, benchmark_mq_close_second, benchmark_mq_unlink, benchmark_mq_notify, benchmark_mq_send, benchmark_mq_receive, benchmark_mq_timedsend, benchmark_mq_timedreceive static.
  • psxtmmutex01/init.c: Make test_mutex_create, test_mutex_destroy static.
  • psxtmsem02/init.c: benchmark_sem_getvalue, benchmark_sem_wait, benchmark_sem_post, benchmark_sem_trywait_available, benchmark_sem_trywait_not_available static.
  • Property mode set to 100644
File size: 14.0 KB
Line 
12011-03-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * psxtmmq01/init.c: Make benchmark_mq_open,
4        benchmark_mq_open_second, benchmark_mq_close,
5        benchmark_mq_close_second, benchmark_mq_unlink, benchmark_mq_notify,
6        benchmark_mq_send, benchmark_mq_receive, benchmark_mq_timedsend,
7        benchmark_mq_timedreceive static.
8        * psxtmmutex01/init.c: Make test_mutex_create, test_mutex_destroy
9        static.
10        * psxtmsem02/init.c: benchmark_sem_getvalue, benchmark_sem_wait,
11        benchmark_sem_post, benchmark_sem_trywait_available,
12        benchmark_sem_trywait_not_available static.
13
142011-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init,
17        benchmark_pthread_barrier_destroy static.
18        * psxtmkey01/init.c: Make benchmark_pthread_key_create,
19        benchmark_pthread_key_delete static.
20        * psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init,
21        benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock,
22        benchmark_pthread_rwlock_tryrdlock,
23        benchmark_pthread_rwlock_timedrdlock,
24        benchmark_pthread_rwlock_wrlock,
25        benchmark_pthread_rwlock_trywrlock,
26        benchmark_pthread_rwlock_timedwrlock,
27        benchmark_pthread_rwlock_destroy static.
28        * psxtmsem01/init.c: Make benchmark_sem_init,
29        benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close,
30        benchmark_sem_unlink, benchmark_sem_open_second,
31        benchmark_sem_close_second static.
32        * psxtmthread01/init.c: Make benchmark_pthread_create static.
33
342011-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        PR 1589/build
37        * psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am,
38        psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am,
39        psxtmkey02/Makefile.am, psxtmmq01/Makefile.am,
40        psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am,
41        psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am,
42        psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am,
43        psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am,
44        psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am,
45        psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am,
46        psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am,
47        psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am,
48        psxtmsem01/Makefile.am, psxtmsem02/Makefile.am,
49        psxtmsem03/Makefile.am, psxtmsem04/Makefile.am,
50        psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am,
51        psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am,
52        psxtmthread03/Makefile.am: Remove obsolete optional manager
53        capability.
54
552011-12-07      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * psxtmtests_plan.csv: Add more test cases.
58
592011-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c,
62        psxtmkey01/init.c, psxtmkey02/init.c, psxtmmq01/init.c,
63        psxtmmutex01/init.c, psxtmmutex02/init.c, psxtmmutex03/init.c,
64        psxtmmutex04/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
65        psxtmmutex07/init.c, psxtmnanosleep01/init.c, psxtmnanosleep02/init.c,
66        psxtmrwlock01/init.c, psxtmrwlock02/init.c, psxtmrwlock03/init.c,
67        psxtmrwlock04/init.c, psxtmrwlock05/init.c, psxtmrwlock06/init.c,
68        psxtmrwlock07/init.c, psxtmsem01/init.c, psxtmsem02/init.c,
69        psxtmsem03/init.c, psxtmsem04/init.c, psxtmsem05/init.c,
70        psxtmsleep01/init.c, psxtmsleep02/init.c, psxtmthread03/init.c:
71        Use benchmark_timer_t for benchmark_timer values (Avoid 64bit
72        arch issues).
73
742011-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * psxtmsem03/init.c: Add HAVE_CONFIG_H.
77
782011-08-24      Ricardo Aguirre <el.mastin@ymail.com>
79
80        PR 1903/testing
81        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message
82        queues which covers most open, close, unlink cases as well as
83        send/receive which do not involve task state changes.
84        * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c,
85        psxtmmq01/psxtmmq01.doc: New files.
86
872011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * psxtmtests_plan.csv: update.
90
912011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
92
93        PR 1888/tests
94        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
95        pthread_rwlock_unlock - thread waiting, preempt.
96        * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am,
97        psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
98
992011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
100
101        PR 1887/tests
102        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
103        pthread_rwlock_unlock - thread waiting, no preempt.
104        * psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am,
105        psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
106
1072011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
108
109        * psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: Update.
110
1112011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
112
113        PR 1881/tests
114        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
115        pthread_rwlock_timedwrlock - not available, blocks.
116        * psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am,
117        psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
118
1192011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * psxtmrwlock03/init.c: Fix abstime issue. Time is now reasonable.
122
1232011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
124
125        PR 1880/tests
126        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
127        pthread_rwlock_timedwrlock - not available, blocks.
128        * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am,
129        psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
130
1312011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
132
133        PR 1878/tests
134        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
135        pthread_rwlock_timedrdlock - not available, blocks.
136        * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am,
137        psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
138
1392011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
140
141        PR 1875/tests
142        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
143        pthread_rwlock_rdlock - not available, blocks.
144        * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am,
145        psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
146
1472011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
148
149        PR 1874/tests
150        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
151        multiple pthread_rwlock operations that can be done as single shot
152        times.
153        * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am,
154        psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
155
1562011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
157
158        PR 1863/tests
159        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
160        pthread_barrier_wait - releasing, no preempt
161        * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am,
162        psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
163
1642011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
165
166        PR 1859/tests
167        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
168        pthread_barrier_wait - blocking
169        * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am,
170        psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
171
1722011-07-28      Ricardo Aguirre <el.mastin@ymail.com>
173
174        PR 1859/tests
175        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
176        pthread_barrier_init and pthread_barrier_destroy.
177        * psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am,
178        psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
179
1802011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
181
182        PR 1852/tests
183        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
184        sem_wait - not available, block.
185        * psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c,
186        psxtmsem03/psxtmsem03.doc: New files.
187
1882011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
189
190        PR 1850/tests
191        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
192        sem_post - thread waiting, preempt.
193        * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c,
194        psxtmsem05/psxtmsem05.doc: New files.
195
1962011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
197
198        PR 1849/tests
199        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
200        sem_post - thread waiting, no preempt.
201        * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c,
202        psxtmsem04/psxtmsem04.doc: New files.
203
2042011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * psxtmthread03/psxtmthread03.doc: Fix.
207
2082011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
211        psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
212        all are correct.
213
2142011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
215
216        PR 1847/tests
217        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
218        various non-blocking semaphore operations.
219        * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c,
220        psxtmsem02/psxtmsem02.doc: New files.
221
2222011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
223
224        PR 1846/tests
225        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
226        various sem_open(), sem_close(), sem_unlink(), sem_init(), and
227        sem_destroy() cases.
228        * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c,
229        psxtmsem01/psxtmsem01.doc: New files.
230
2312011-07-21      Ricardo Aguirre <el.mastin@ymail.com>
232
233        PR 1835/tests
234        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock -
235        not available, block.
236        * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am,
237        psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
238
2392011-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
242        psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c,
243        psxtmthread03/init.c: Standardize start and end test messages.
244
2452011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
248        pthread_mutex_unlock where it is unblocking threads with preemption.
249        * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
250        psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
251
2522011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * psxtmmutex05/init.c: Fix test. Pattern was wrong.
255
2562011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock
259        where it is unblocking threads without preemption.
260        * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am,
261        psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
262
2632011-07-20      Ricardo Aguirre <el.mastin@ymail.com>
264
265        PR 1843/tests
266        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
267        create and delete.
268        * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c,
269        psxtmkey01/psxtmkey01.doc: New files.
270
2712011-07-19      Ricardo Aguirre <el.mastin@ymail.com>
272
273        PR 1840/tests
274        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
275        set and get.
276        * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c,
277        psxtmkey02/psxtmkey02.doc: New files.
278
2792011-07-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
280
281        * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
282
2832011-07-15      Ricardo Aguirre <el.mastin@ymail.com>
284
285        PR 1835/tests
286        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
287        mutex set and get priority ceiling.
288        * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am,
289        psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
290
2912011-07-13      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * psxtmtests_plan.csv: Update to reflect next activities.
294
2952011-07-13      Ricardo Aguirre <el.mastin@ymail.com>
296
297        PR 1831/tests
298        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
299        mutex init and destroy.
300        * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am,
301        psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
302
3032011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by
306        OPERATION_COUNT on single shot times.
307
3082011-07-12      Ricardo Aguirre <el.mastin@ymail.com>
309
310        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03.
311        * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am,
312        psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
313
3142011-06-29      Ricardo Aguirre <el.mastin@ymail.com>
315
316        * psxtmtests/Makefile.am, psxtmtests/configure.ac,
317        psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
318        * psxtmtests/psxtmnanosleep01/Makefile.am,
319        psxtmtests/psxtmnanosleep01/init.c,
320        psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
321        psxtmtests/psxtmnanosleep02/Makefile.am,
322        psxtmtests/psxtmnanosleep02/init.c,
323        psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc,
324        psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
325
3262011-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * psxtmtests_plan.csv: Complete plan for mutexes.
329
3302011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * psxtmtests_plan.csv: Update.
333
3342011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * Makefile.am, configure.ac: Add test case for sleep - blocking.
337        * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am,
338        psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
339
3402011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * psxtmsleep01/Makefile.in: Removed.
343
3442011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01.
347        * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am,
348        psxtmsleep01/Makefile.in, psxtmsleep01/init.c,
349        psxtmsleep01/psxtmsleep01.doc: New files.
350
3512011-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * psxtmtests_plan.csv: Add sleep and nanosleep cases.
354
3552011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * README, psxtmtests_plan.csv: Add more possible test cases.
358
3592011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * configure.ac: Add AC_CONFIG_HEADER(config.h).
362
3632011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
366        Add HAVE_CONFIG_H.
367
3682011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
371
3722011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * configure.ac: Require autoconf-2.68, automake-1.11.1.
375
3762010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
377
378        * .cvsignore, ChangeLog, Makefile.am, README, configure.ac,
379        psxtmtests_plan.csv, psxtmmutex02/.cvsignore,
380        psxtmmutex02/Makefile.am, psxtmmutex02/init.c,
381        psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore,
382        psxtmthread01/Makefile.am, psxtmthread01/init.c,
383        psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore,
384        psxtmthread03/Makefile.am, psxtmthread03/init.c,
385        psxtmthread03/psxtmthread03.doc: New files.
386
Note: See TracBrowser for help on using the repository browser.