source: rtems/testsuites/psxtmtests/ChangeLog @ 0f660eb

4.115
Last change on this file since 0f660eb was 0f660eb, checked in by Joel Sherrill <joel.sherrill@…>, on 08/04/11 at 17:24:29

2011-08-04 Joel Sherrill <joel.sherrill@…>

  • psxtmtests_plan.csv: update.
  • Property mode set to 100644
File size: 10.4 KB
RevLine 
[0f660eb]12011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxtmtests_plan.csv: update.
4
[aa66acb]52011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
6
7        PR 1888/tests
8        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
9        pthread_rwlock_unlock - thread waiting, preempt.
10        * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am,
11        psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.doc: New files.
12
[e0983d1f]132011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
14
15        PR 1887/tests
16        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
17        pthread_rwlock_unlock - thread waiting, no preempt.
18        * psxtmrwlock06/.cvsignore, psxtmrwlock06/Makefile.am,
19        psxtmrwlock06/init.c, psxtmrwlock06/psxtmrwlock06.doc: New files.
20
[f5ab0885]212011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
22
23        * psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: Update.
24
[21889ea]252011-08-04      Ricardo Aguirre <el.mastin@ymail.com>
26
27        PR 1881/tests
28        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
29        pthread_rwlock_timedwrlock - not available, blocks.
30        * psxtmrwlock05/.cvsignore, psxtmrwlock05/Makefile.am,
31        psxtmrwlock05/init.c, psxtmrwlock05/psxtmrwlock05.doc: New files.
32
[b61bb4f]332011-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * psxtmrwlock03/init.c: Fix abstime issue. Time is now reasonable.
36
[a6284c9e]372011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
38
39        PR 1880/tests
40        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
41        pthread_rwlock_timedwrlock - not available, blocks.
42        * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am,
43        psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files.
44
[d83f90b]452011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
46
47        PR 1878/tests
48        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
49        pthread_rwlock_timedrdlock - not available, blocks.
50        * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am,
51        psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
52
[f8d760b]532011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
54
55        PR 1875/tests
56        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
57        pthread_rwlock_rdlock - not available, blocks.
58        * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am,
59        psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.doc: New files.
60
[8fffe77]612011-08-02      Ricardo Aguirre <el.mastin@ymail.com>
62
63        PR 1874/tests
64        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
65        multiple pthread_rwlock operations that can be done as single shot
66        times.
67        * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am,
68        psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
69
[4f6cc11d]702011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
71
72        PR 1863/tests
73        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
74        pthread_barrier_wait - releasing, no preempt
75        * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am,
76        psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.doc: New files.
77
[e694c2d4]782011-07-29      Ricardo Aguirre <el.mastin@ymail.com>
79
80        PR 1859/tests
81        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
82        pthread_barrier_wait - blocking
83        * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am,
84        psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.doc: New files.
85
[602b1f61]862011-07-28      Ricardo Aguirre <el.mastin@ymail.com>
87
88        PR 1859/tests
89        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
90        pthread_barrier_init and pthread_barrier_destroy.
91        * psxtmbarrier01/.cvsignore, psxtmbarrier01/Makefile.am,
92        psxtmbarrier01/init.c, psxtmbarrier01/psxtmbarrier01.doc: New files.
93
[9688b8fd]942011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
95
96        PR 1852/tests
97        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
98        sem_wait - not available, block.
99        * psxtmsem03/.cvsignore, psxtmsem03/Makefile.am, psxtmsem03/init.c,
100        psxtmsem03/psxtmsem03.doc: New files.
101
[99a074de]1022011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
103
104        PR 1850/tests
105        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
106        sem_post - thread waiting, preempt.
107        * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c,
108        psxtmsem05/psxtmsem05.doc: New files.
109
[7d931f6a]1102011-07-26      Ricardo Aguirre <el.mastin@ymail.com>
111
112        PR 1849/tests
113        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
114        sem_post - thread waiting, no preempt.
115        * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c,
116        psxtmsem04/psxtmsem04.doc: New files.
117
[98f64b0f]1182011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * psxtmthread03/psxtmthread03.doc: Fix.
121
[eea72823]1222011-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
125        psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
126        all are correct.
127
[8f37695]1282011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
129
130        PR 1847/tests
131        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
132        various non-blocking semaphore operations.
133        * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c,
134        psxtmsem02/psxtmsem02.doc: New files.
135
[f31fcd44]1362011-07-22      Ricardo Aguirre <el.mastin@ymail.com>
137
138        PR 1846/tests
139        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
140        various sem_open(), sem_close(), sem_unlink(), sem_init(), and
141        sem_destroy() cases.
142        * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c,
143        psxtmsem01/psxtmsem01.doc: New files.
144
[88d965b6]1452011-07-21      Ricardo Aguirre <el.mastin@ymail.com>
146
147        PR 1835/tests
148        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock -
149        not available, block.
150        * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am,
151        psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
152
[1c2ab39]1532011-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c,
156        psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c,
157        psxtmthread03/init.c: Standardize start and end test messages.
158
[a87d1b1]1592011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
162        pthread_mutex_unlock where it is unblocking threads with preemption.
163        * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
164        psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
165
[b499cb7]1662011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * psxtmmutex05/init.c: Fix test. Pattern was wrong.
169
[c632c5f2]1702011-07-20      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock
173        where it is unblocking threads without preemption.
174        * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am,
175        psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
176
[7be58fc]1772011-07-20      Ricardo Aguirre <el.mastin@ymail.com>
178
179        PR 1843/tests
180        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
181        create and delete.
182        * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c,
183        psxtmkey01/psxtmkey01.doc: New files.
184
[43469af]1852011-07-19      Ricardo Aguirre <el.mastin@ymail.com>
186
187        PR 1840/tests
188        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key
189        set and get.
190        * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c,
191        psxtmkey02/psxtmkey02.doc: New files.
192
[3e99a74]1932011-07-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
194
195        * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
196
[92f93e8]1972011-07-15      Ricardo Aguirre <el.mastin@ymail.com>
198
199        PR 1835/tests
200        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
201        mutex set and get priority ceiling.
202        * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am,
203        psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
204
[44209ab]2052011-07-13      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * psxtmtests_plan.csv: Update to reflect next activities.
208
[02a7789]2092011-07-13      Ricardo Aguirre <el.mastin@ymail.com>
210
211        PR 1831/tests
212        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
213        mutex init and destroy.
214        * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am,
215        psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
216
[af092ef]2172011-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by
220        OPERATION_COUNT on single shot times.
221
[91b38c6]2222011-07-12      Ricardo Aguirre <el.mastin@ymail.com>
223
224        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03.
225        * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am,
226        psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
227
[baa12f26]2282011-06-29      Ricardo Aguirre <el.mastin@ymail.com>
[31f1a51e]229
[baa12f26]230        * psxtmtests/Makefile.am, psxtmtests/configure.ac,
231        psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
232        * psxtmtests/psxtmnanosleep01/Makefile.am,
233        psxtmtests/psxtmnanosleep01/init.c,
234        psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
235        psxtmtests/psxtmnanosleep02/Makefile.am,
236        psxtmtests/psxtmnanosleep02/init.c,
237        psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc,
238        psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
[31f1a51e]239
[5f66df53]2402011-06-24      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * psxtmtests_plan.csv: Complete plan for mutexes.
243
[a43aee32]2442011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * psxtmtests_plan.csv: Update.
247
[dfe9034]2482011-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * Makefile.am, configure.ac: Add test case for sleep - blocking.
251        * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am,
252        psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
253
[4775b1a2]2542011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * psxtmsleep01/Makefile.in: Removed.
257
[471c92c3]2582011-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01.
261        * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am,
262        psxtmsleep01/Makefile.in, psxtmsleep01/init.c,
263        psxtmsleep01/psxtmsleep01.doc: New files.
264
[fa2f4708]2652011-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * psxtmtests_plan.csv: Add sleep and nanosleep cases.
268
[0e501eae]2692011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * README, psxtmtests_plan.csv: Add more possible test cases.
272
[027e40d]2732011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * configure.ac: Add AC_CONFIG_HEADER(config.h).
276
[a32020ad]2772011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
280        Add HAVE_CONFIG_H.
281
[4a2d1ea]2822011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
285
[8ee3775]2862011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * configure.ac: Require autoconf-2.68, automake-1.11.1.
289
[519928c3]2902010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * .cvsignore, ChangeLog, Makefile.am, README, configure.ac,
293        psxtmtests_plan.csv, psxtmmutex02/.cvsignore,
294        psxtmmutex02/Makefile.am, psxtmmutex02/init.c,
295        psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore,
296        psxtmthread01/Makefile.am, psxtmthread01/init.c,
297        psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore,
298        psxtmthread03/Makefile.am, psxtmthread03/init.c,
299        psxtmthread03/psxtmthread03.doc: New files.
300
Note: See TracBrowser for help on using the repository browser.