source: rtems/testsuites/psxtmtests/ChangeLog @ d2e6a127

4.115
Last change on this file since d2e6a127 was d2e6a127, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/11 at 15:59:10

2011-09-29 Ralf Corsépius <ralf.corsepius@…>

  • psxtmsem03/init.c: Add HAVE_CONFIG_H.
  • Property mode set to 100644
File size: 10.8 KB
Line 
12011-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * psxtmsem03/init.c: Add HAVE_CONFIG_H.
4
52011-08-24      Ricardo Aguirre <el.mastin@ymail.com>
6
7        PR 1903/testing
8        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message
9        queues which covers most open, close, unlink cases as well as
10        send/receive which do not involve task state changes.
11        * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c,
12        psxtmmq01/psxtmmq01.doc: New files.
13
142011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * psxtmtests_plan.csv: update.
17
182011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
19
20        PR 1888/tests
21        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
22        pthread_rwlock_unlock - thread waiting, preempt.
23        * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am,
24        psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
25
262011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
27
28        PR 1887/tests
29        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
30        pthread_rwlock_unlock - thread waiting, no preempt.
31        * psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am,
32        psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
33
342011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
35
36        * psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: Update.
37
382011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
39
40        PR 1881/tests
41        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
42        pthread_rwlock_timedwrlock - not available, blocks.
43        * psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am,
44        psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
45
462011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * psxtmrwlock03/init.c: Fix abstime issue. Time is now reasonable.
49
502011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
51
52        PR 1880/tests
53        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
54        pthread_rwlock_timedwrlock - not available, blocks.
55        * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am,
56        psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
57
582011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
59
60        PR 1878/tests
61        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
62        pthread_rwlock_timedrdlock - not available, blocks.
63        * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am,
64        psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
65
662011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
67
68        PR 1875/tests
69        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
70        pthread_rwlock_rdlock - not available, blocks.
71        * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am,
72        psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
73
742011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
75
76        PR 1874/tests
77        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
78        multiple pthread_rwlock operations that can be done as single shot
79        times.
80        * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am,
81        psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
82
832011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
84
85        PR 1863/tests
86        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
87        pthread_barrier_wait - releasing, no preempt
88        * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am,
89        psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
90
912011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
92
93        PR 1859/tests
94        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
95        pthread_barrier_wait - blocking
96        * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am,
97        psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
98
992011-07-28      Ricardo Aguirre <el.mastin@ymail.com>
100
101        PR 1859/tests
102        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
103        pthread_barrier_init and pthread_barrier_destroy.
104        * psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am,
105        psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
106
1072011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
108
109        PR 1852/tests
110        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
111        sem_wait - not available, block.
112        * psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c,
113        psxtmsem03/psxtmsem03.doc: New files.
114
1152011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
116
117        PR 1850/tests
118        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
119        sem_post - thread waiting, preempt.
120        * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c,
121        psxtmsem05/psxtmsem05.doc: New files.
122
1232011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
124
125        PR 1849/tests
126        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
127        sem_post - thread waiting, no preempt.
128        * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c,
129        psxtmsem04/psxtmsem04.doc: New files.
130
1312011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * psxtmthread03/psxtmthread03.doc: Fix.
134
1352011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
138        psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
139        all are correct.
140
1412011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
142
143        PR 1847/tests
144        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
145        various non-blocking semaphore operations.
146        * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c,
147        psxtmsem02/psxtmsem02.doc: New files.
148
1492011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
150
151        PR 1846/tests
152        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
153        various sem_open(), sem_close(), sem_unlink(), sem_init(), and
154        sem_destroy() cases.
155        * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c,
156        psxtmsem01/psxtmsem01.doc: New files.
157
1582011-07-21      Ricardo Aguirre <el.mastin@ymail.com>
159
160        PR 1835/tests
161        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock -
162        not available, block.
163        * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am,
164        psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
165
1662011-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
169        psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c,
170        psxtmthread03/init.c: Standardize start and end test messages.
171
1722011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
175        pthread_mutex_unlock where it is unblocking threads with preemption.
176        * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
177        psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
178
1792011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * psxtmmutex05/init.c: Fix test. Pattern was wrong.
182
1832011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock
186        where it is unblocking threads without preemption.
187        * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am,
188        psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
189
1902011-07-20      Ricardo Aguirre <el.mastin@ymail.com>
191
192        PR 1843/tests
193        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
194        create and delete.
195        * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c,
196        psxtmkey01/psxtmkey01.doc: New files.
197
1982011-07-19      Ricardo Aguirre <el.mastin@ymail.com>
199
200        PR 1840/tests
201        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
202        set and get.
203        * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c,
204        psxtmkey02/psxtmkey02.doc: New files.
205
2062011-07-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
207
208        * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
209
2102011-07-15      Ricardo Aguirre <el.mastin@ymail.com>
211
212        PR 1835/tests
213        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
214        mutex set and get priority ceiling.
215        * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am,
216        psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
217
2182011-07-13      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * psxtmtests_plan.csv: Update to reflect next activities.
221
2222011-07-13      Ricardo Aguirre <el.mastin@ymail.com>
223
224        PR 1831/tests
225        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
226        mutex init and destroy.
227        * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am,
228        psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
229
2302011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by
233        OPERATION_COUNT on single shot times.
234
2352011-07-12      Ricardo Aguirre <el.mastin@ymail.com>
236
237        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03.
238        * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am,
239        psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
240
2412011-06-29      Ricardo Aguirre <el.mastin@ymail.com>
242
243        * psxtmtests/Makefile.am, psxtmtests/configure.ac,
244        psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
245        * psxtmtests/psxtmnanosleep01/Makefile.am,
246        psxtmtests/psxtmnanosleep01/init.c,
247        psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
248        psxtmtests/psxtmnanosleep02/Makefile.am,
249        psxtmtests/psxtmnanosleep02/init.c,
250        psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc,
251        psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
252
2532011-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * psxtmtests_plan.csv: Complete plan for mutexes.
256
2572011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * psxtmtests_plan.csv: Update.
260
2612011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * Makefile.am, configure.ac: Add test case for sleep - blocking.
264        * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am,
265        psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
266
2672011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * psxtmsleep01/Makefile.in: Removed.
270
2712011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01.
274        * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am,
275        psxtmsleep01/Makefile.in, psxtmsleep01/init.c,
276        psxtmsleep01/psxtmsleep01.doc: New files.
277
2782011-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * psxtmtests_plan.csv: Add sleep and nanosleep cases.
281
2822011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * README, psxtmtests_plan.csv: Add more possible test cases.
285
2862011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * configure.ac: Add AC_CONFIG_HEADER(config.h).
289
2902011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
293        Add HAVE_CONFIG_H.
294
2952011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
298
2992011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * configure.ac: Require autoconf-2.68, automake-1.11.1.
302
3032010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * .cvsignore, ChangeLog, Makefile.am, README, configure.ac,
306        psxtmtests_plan.csv, psxtmmutex02/.cvsignore,
307        psxtmmutex02/Makefile.am, psxtmmutex02/init.c,
308        psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore,
309        psxtmthread01/Makefile.am, psxtmthread01/init.c,
310        psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore,
311        psxtmthread03/Makefile.am, psxtmthread03/init.c,
312        psxtmthread03/psxtmthread03.doc: New files.
313
Note: See TracBrowser for help on using the repository browser.