source: rtems/testsuites/psxtmtests/ChangeLog @ 257d8fd

4.115
Last change on this file since 257d8fd was 257d8fd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/11 at 10:13:24

2011-12-13 Ralf Corsépius <ralf.corsepius@…>

  • psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init, benchmark_pthread_barrier_destroy static.
  • psxtmkey01/init.c: Make benchmark_pthread_key_create, benchmark_pthread_key_delete static.
  • psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init, benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock, benchmark_pthread_rwlock_tryrdlock, benchmark_pthread_rwlock_timedrdlock, benchmark_pthread_rwlock_wrlock, benchmark_pthread_rwlock_trywrlock, benchmark_pthread_rwlock_timedwrlock, benchmark_pthread_rwlock_destroy static.
  • psxtmsem01/init.c: Make benchmark_sem_init, benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close, benchmark_sem_unlink, benchmark_sem_open_second, benchmark_sem_close_second static.
  • psxtmthread01/init.c: Make benchmark_pthread_create static.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12011-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init,
4        benchmark_pthread_barrier_destroy static.
5        * psxtmkey01/init.c: Make benchmark_pthread_key_create,
6        benchmark_pthread_key_delete static.
7        * psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init,
8        benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock,
9        benchmark_pthread_rwlock_tryrdlock,
10        benchmark_pthread_rwlock_timedrdlock,
11        benchmark_pthread_rwlock_wrlock,
12        benchmark_pthread_rwlock_trywrlock,
13        benchmark_pthread_rwlock_timedwrlock,
14        benchmark_pthread_rwlock_destroy static.
15        * psxtmsem01/init.c: Make benchmark_sem_init,
16        benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close,
17        benchmark_sem_unlink, benchmark_sem_open_second,
18        benchmark_sem_close_second static.
19        * psxtmthread01/init.c: Make benchmark_pthread_create static.
20
212011-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        PR 1589/build
24        * psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am,
25        psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am,
26        psxtmkey02/Makefile.am, psxtmmq01/Makefile.am,
27        psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am,
28        psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am,
29        psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am,
30        psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am,
31        psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am,
32        psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am,
33        psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am,
34        psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am,
35        psxtmsem01/Makefile.am, psxtmsem02/Makefile.am,
36        psxtmsem03/Makefile.am, psxtmsem04/Makefile.am,
37        psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am,
38        psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am,
39        psxtmthread03/Makefile.am: Remove obsolete optional manager
40        capability.
41
422011-12-07      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * psxtmtests_plan.csv: Add more test cases.
45
462011-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c,
49        psxtmkey01/init.c, psxtmkey02/init.c, psxtmmq01/init.c,
50        psxtmmutex01/init.c, psxtmmutex02/init.c, psxtmmutex03/init.c,
51        psxtmmutex04/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
52        psxtmmutex07/init.c, psxtmnanosleep01/init.c, psxtmnanosleep02/init.c,
53        psxtmrwlock01/init.c, psxtmrwlock02/init.c, psxtmrwlock03/init.c,
54        psxtmrwlock04/init.c, psxtmrwlock05/init.c, psxtmrwlock06/init.c,
55        psxtmrwlock07/init.c, psxtmsem01/init.c, psxtmsem02/init.c,
56        psxtmsem03/init.c, psxtmsem04/init.c, psxtmsem05/init.c,
57        psxtmsleep01/init.c, psxtmsleep02/init.c, psxtmthread03/init.c:
58        Use benchmark_timer_t for benchmark_timer values (Avoid 64bit
59        arch issues).
60
612011-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * psxtmsem03/init.c: Add HAVE_CONFIG_H.
64
652011-08-24      Ricardo Aguirre <el.mastin@ymail.com>
66
67        PR 1903/testing
68        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message
69        queues which covers most open, close, unlink cases as well as
70        send/receive which do not involve task state changes.
71        * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c,
72        psxtmmq01/psxtmmq01.doc: New files.
73
742011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * psxtmtests_plan.csv: update.
77
782011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
79
80        PR 1888/tests
81        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
82        pthread_rwlock_unlock - thread waiting, preempt.
83        * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am,
84        psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
85
862011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
87
88        PR 1887/tests
89        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
90        pthread_rwlock_unlock - thread waiting, no preempt.
91        * psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am,
92        psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
93
942011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
95
96        * psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: Update.
97
982011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
99
100        PR 1881/tests
101        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
102        pthread_rwlock_timedwrlock - not available, blocks.
103        * psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am,
104        psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
105
1062011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * psxtmrwlock03/init.c: Fix abstime issue. Time is now reasonable.
109
1102011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
111
112        PR 1880/tests
113        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
114        pthread_rwlock_timedwrlock - not available, blocks.
115        * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am,
116        psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
117
1182011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
119
120        PR 1878/tests
121        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
122        pthread_rwlock_timedrdlock - not available, blocks.
123        * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am,
124        psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
125
1262011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
127
128        PR 1875/tests
129        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
130        pthread_rwlock_rdlock - not available, blocks.
131        * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am,
132        psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
133
1342011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
135
136        PR 1874/tests
137        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
138        multiple pthread_rwlock operations that can be done as single shot
139        times.
140        * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am,
141        psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
142
1432011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
144
145        PR 1863/tests
146        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
147        pthread_barrier_wait - releasing, no preempt
148        * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am,
149        psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
150
1512011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
152
153        PR 1859/tests
154        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
155        pthread_barrier_wait - blocking
156        * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am,
157        psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
158
1592011-07-28      Ricardo Aguirre <el.mastin@ymail.com>
160
161        PR 1859/tests
162        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
163        pthread_barrier_init and pthread_barrier_destroy.
164        * psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am,
165        psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
166
1672011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
168
169        PR 1852/tests
170        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
171        sem_wait - not available, block.
172        * psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c,
173        psxtmsem03/psxtmsem03.doc: New files.
174
1752011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
176
177        PR 1850/tests
178        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
179        sem_post - thread waiting, preempt.
180        * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c,
181        psxtmsem05/psxtmsem05.doc: New files.
182
1832011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
184
185        PR 1849/tests
186        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
187        sem_post - thread waiting, no preempt.
188        * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c,
189        psxtmsem04/psxtmsem04.doc: New files.
190
1912011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * psxtmthread03/psxtmthread03.doc: Fix.
194
1952011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
198        psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
199        all are correct.
200
2012011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
202
203        PR 1847/tests
204        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
205        various non-blocking semaphore operations.
206        * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c,
207        psxtmsem02/psxtmsem02.doc: New files.
208
2092011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
210
211        PR 1846/tests
212        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
213        various sem_open(), sem_close(), sem_unlink(), sem_init(), and
214        sem_destroy() cases.
215        * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c,
216        psxtmsem01/psxtmsem01.doc: New files.
217
2182011-07-21      Ricardo Aguirre <el.mastin@ymail.com>
219
220        PR 1835/tests
221        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock -
222        not available, block.
223        * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am,
224        psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
225
2262011-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
229        psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c,
230        psxtmthread03/init.c: Standardize start and end test messages.
231
2322011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
235        pthread_mutex_unlock where it is unblocking threads with preemption.
236        * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
237        psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
238
2392011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * psxtmmutex05/init.c: Fix test. Pattern was wrong.
242
2432011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock
246        where it is unblocking threads without preemption.
247        * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am,
248        psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
249
2502011-07-20      Ricardo Aguirre <el.mastin@ymail.com>
251
252        PR 1843/tests
253        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
254        create and delete.
255        * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c,
256        psxtmkey01/psxtmkey01.doc: New files.
257
2582011-07-19      Ricardo Aguirre <el.mastin@ymail.com>
259
260        PR 1840/tests
261        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
262        set and get.
263        * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c,
264        psxtmkey02/psxtmkey02.doc: New files.
265
2662011-07-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
267
268        * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
269
2702011-07-15      Ricardo Aguirre <el.mastin@ymail.com>
271
272        PR 1835/tests
273        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
274        mutex set and get priority ceiling.
275        * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am,
276        psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
277
2782011-07-13      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * psxtmtests_plan.csv: Update to reflect next activities.
281
2822011-07-13      Ricardo Aguirre <el.mastin@ymail.com>
283
284        PR 1831/tests
285        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
286        mutex init and destroy.
287        * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am,
288        psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
289
2902011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by
293        OPERATION_COUNT on single shot times.
294
2952011-07-12      Ricardo Aguirre <el.mastin@ymail.com>
296
297        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03.
298        * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am,
299        psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
300
3012011-06-29      Ricardo Aguirre <el.mastin@ymail.com>
302
303        * psxtmtests/Makefile.am, psxtmtests/configure.ac,
304        psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
305        * psxtmtests/psxtmnanosleep01/Makefile.am,
306        psxtmtests/psxtmnanosleep01/init.c,
307        psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
308        psxtmtests/psxtmnanosleep02/Makefile.am,
309        psxtmtests/psxtmnanosleep02/init.c,
310        psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc,
311        psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
312
3132011-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * psxtmtests_plan.csv: Complete plan for mutexes.
316
3172011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * psxtmtests_plan.csv: Update.
320
3212011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        * Makefile.am, configure.ac: Add test case for sleep - blocking.
324        * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am,
325        psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
326
3272011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * psxtmsleep01/Makefile.in: Removed.
330
3312011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01.
334        * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am,
335        psxtmsleep01/Makefile.in, psxtmsleep01/init.c,
336        psxtmsleep01/psxtmsleep01.doc: New files.
337
3382011-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * psxtmtests_plan.csv: Add sleep and nanosleep cases.
341
3422011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * README, psxtmtests_plan.csv: Add more possible test cases.
345
3462011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * configure.ac: Add AC_CONFIG_HEADER(config.h).
349
3502011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
353        Add HAVE_CONFIG_H.
354
3552011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
358
3592011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * configure.ac: Require autoconf-2.68, automake-1.11.1.
362
3632010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * .cvsignore, ChangeLog, Makefile.am, README, configure.ac,
366        psxtmtests_plan.csv, psxtmmutex02/.cvsignore,
367        psxtmmutex02/Makefile.am, psxtmmutex02/init.c,
368        psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore,
369        psxtmthread01/Makefile.am, psxtmthread01/init.c,
370        psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore,
371        psxtmthread03/Makefile.am, psxtmthread03/init.c,
372        psxtmthread03/psxtmthread03.doc: New files.
373
Note: See TracBrowser for help on using the repository browser.