source: rtems/testsuites/libtests/ChangeLog @ 270434cc

4.115
Last change on this file since 270434cc was 270434cc, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 18:16:50

2010-07-27 Joel Sherrill <joel.sherrill@…>

PR 1532/testing

  • Makefile.am, configure.ac: Add initial tests for untar capabilities.
  • tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc, tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c, tar02/tar02.doc, tar02/tar02.scn: New files.
  • Property mode set to 100644
File size: 41.6 KB
Line 
12010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1532/testing
4        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
5        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
6        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
7        tar02/tar02.doc, tar02/tar02.scn: New files.
8
92010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
10
11        PR 1631/testing
12        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
13        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
14        * Makefile.am, configure.ac: Changes to accommodate new tests
15
162010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        PR 1632/testing
19        * Makefile.am, configure.ac: Make dedicated fatal error test for
20        /dev/null already registered. Using code from Bharath in new test
21        framework.
22        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
23        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
24        devnullfatal01/testcase.h: New files.
25
262010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
27
28        PR 1632/testing
29        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
30        null_initialize() and null_write().
31
322010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
35
362010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
39
402010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
43
442010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
45
46        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
47        devfs02/Makefile.am: New tests added
48        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
49        devfs03/Makefile.am: New tests added
50        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
51        devfs04/Makefile.am: New tests added
52        * Makefile.am, configure.ac: Changes to accommodate the above
53        newly added tests.
54
552010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
58        XON/XOFF and VMIN/VMAX cases.
59        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
60        termios07/termios07.doc, termios07/termios07.scn,
61        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
62        termios08/termios08.doc, termios08/termios08.scn: New files.
63
642010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, configure.ac: Add tar test for error cases.
67        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
68        tar03/tar03.scn: New files.
69
702010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * stringto01/init.c, stringto01/stringto01.scn,
73        stringto01/stringto_test_template.h: Attempt to pick up a few more
74        error paths.
75
762010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
77
78        PR 1617/testing
79        * malloctest/init.c: Added new case to exercise _realloc_r.
80
812010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
82
83        * malloctest/init.c: Added test for
84        rtems_heap_allocate_aligned_with_boundary().
85
862010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
89        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
90        devfs01/devfs01.scn, devfs01/init.c: New files.
91
922010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, configure.ac: Add new test to exercise
95        malloc_get_statistics().
96        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
97        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
98
992010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        PR 1535/tests
102        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
103        of work by Ralf and Joel.
104
1052010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
108
1092010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
112        to Malloc Family.
113        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
114        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
115
1162010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
117
118        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
119        cases. Coverage of these paths is near complete.
120
1212010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * malloctest/system.h: Enable malloc statistics.
124
1252010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
128
1292010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
132        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
133        termios06/termios06.doc, termios06/termios06.scn,
134        termios06/test_pppd.c: New files.
135
1362010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
139        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
140        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
141
1422010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * termios04/termios_testdriver_intr.c: Task driven IO now works.
145
1462010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * Makefile.am, configure.ac: Add test for task driven drivers.
149        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
150        termios05/termios05.doc, termios05/termios05.scn,
151        termios05/termios_testdriver_taskdriven.c,
152        termios05/termios_testdriver_taskdriven.h: New files.
153
1542010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * Makefile.am, configure.ac: Revert changes related to uncommitted test
157        under development.
158
1592010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
162        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
163
1642010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
167        interrupt driven IO support.
168        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
169        termios04/termios04.doc, termios04/termios04.scn,
170        termios04/termios_testdriver_intr.c,
171        termios04/termios_testdriver_intr.h: New files.
172
1732010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
176        termios03/termios_testdriver_polled.c,
177        termios03/termios_testdriver_polled.h: Add more test cases.
178
1792010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
182
1832010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
186        termios03/termios03.doc, termios03/termios03.scn,
187        termios03/termios_testdriver_polled.c,
188        termios03/termios_testdriver_polled.h: New files.
189        * Makefile.am, configure.ac: Add initial version of new test for polled
190        IO support in termios.
191
1922010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
193
194        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
195        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
196        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
197        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
198        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
199        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
200        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
201        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
202        termios02/Makefile.am: Revert.
203
2042010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
205
206        * termios01/termios01.scn: Fix bug so existing test code for
207        rtems_termios_baud_to_index() is executed.
208
2092010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
210
211        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
212        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
213        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
214        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
215        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
216        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
217        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
218        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
219        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
220        code for rtems_termios_baud_to_index() is executed.
221
2222010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
223
224        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
225        before blowing stack.
226
2272010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
228
229        * Makefile.am, configure.ac: Added test that attempts to free stack
230        memory. This causes a error to be printed from the free function.
231        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
232        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
233
2342010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
235
236        * malloctest/init.c: Added error case with malloc of size 0.
237
2382010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
239
240        * malloctest/init.c: Added test to check failure branch on calloc.
241
2422010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
245
2462010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
249        for deferred free() processing.
250        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
251        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
252
2532010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
256        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
257        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
258        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
259        are minimal implementations so the tests will have to grow as the
260        methods grow.
261
2622010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
263
264        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
265
2662010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
267
268        PR 1433/cpukit
269        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
270        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
271        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
272        RTEMS_NO_MEMORY.
273
2742010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
275
276        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
277        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
278        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
279
2802010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * Makefile.am: Move POSIX in front of other tests.
283
2842010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
285
286        * bspcmdline01/init.c: Fix assert conditional.
287
2882010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
291        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
292
2932010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * block10/.cvsignore: New file.
296
2972010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
298
299        * block05/block05.png, block10/block10.doc, block10/init.c,
300        block10/.cvsignore, block10/block10.scn, block10/block10.png,
301        block10/Makefile.am: New files.
302        * configure.ac, Makefile.am: Update for new files.
303        * block05/block05.doc: Update for new state transitions.
304
3052010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
306
307        * block08/.cvsignore, block09/.cvsignore: New files.
308
3092010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * block08/init.c: Remove warning.
312
3132010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * block08/block08.scn, block08/init.c: Add starting and ending messages
316        so the scripts detect successful exit.
317
3182010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
319
320        * block09/block09.doc, block09/init.c, block09/.cvsignore,
321        block09/block09.scn, block09/Makefile.am: New files.
322        * configure.ac, Makefile.am: Update for new files.
323        * block05/block05.doc: Update for new state transitions.
324        * block05/init.c, block06/init.c: Update for block device API change.
325
3262010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
327
328        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
329        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
330        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
331        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
332        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
333        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
334        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
335        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
336        block08/init.c, block08/Makefile.am, block08/system.h,
337        block08/test_disk.c: New files.
338
3392009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
340
341        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
342        to cover the bsp_cmdline_get_param() routine.
343
3442009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
345
346        * block06/init.c: Update for disk device API change.  Changed EBADRQC
347        to EINVAL.
348
3492009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * termios01/init.c: Increase number of termios ports by 1.
352
3532009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * termios01/termios_testdriver.c:
356        Reflect changes to rtems_termios_callbacks->write.
357
3582009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
359
360        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
361        block05/init.c, block07/init.c, bspcmdline01/init.c,
362        stringto01/init.c, stringto01/stringto_test_template.h,
363        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
364        Use rtems_test_assert() consistently instead of system assert().
365        rtems_test_assert() is designed to integrate into the RTEMS test
366        suite infrastructure.
367
3682009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * POSIX/Makefile.am: Add readv, writev.
371        * POSIX/writev.c, POSIX/readv.c: New.
372
3732009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
374
375        * POSIX/sigfillset.c: Let main() return "status".
376        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
377        sigismember.
378        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
379        POSIX/sigismember.c: New.
380
3812009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * POSIX/Makefile.am: Add wait.
384        * POSIX/wait.c: New.
385
3862009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * bspcmdline01/test.c: Removed.
389
3902009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * Makefile.am: Add POSIX.
393        * configure.ac: Add POSIX/.
394        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
395        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
396        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
397        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
398        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
399        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
400        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
401        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
402        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
403        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
404        POSIX/waitpid.c, POSIX/write.c: New.
405
4062009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
407
408        * stringto01/init.c: New file.
409
4102009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
413        * stringto01/.cvsignore, stringto01/Makefile.am,
414        stringto01/stringto01.doc, stringto01/stringto01.scn,
415        stringto01/stringto_test_template.h: New files.
416
4172009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
418
419        * block05/init.c: Check block size. Improved output.
420        * block01/init.c: Free ramdisk before exit.
421        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
422        block04/block04.doc, block05/block05.doc, block06/block06.doc,
423        block07/block07.doc: New files.
424        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
425        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
426        block07/Makefile.am: Add new files.
427
4282009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
431        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
432        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
433        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
434
4352009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
438        Remove bogus cast.
439        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
440
4412009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
442
443        * rtems++/Task1.cc: Eliminate more warnings.
444
4452009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
448        several dozens of warnings.
449
4502009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * block06/init.c: Add missing prototype.
453
4542009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
455
456        * block07/init.c: New test case.
457
4582009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
459
460        * block05/init.c, block05/block05.scn, block05/Makefile.am,
461        block06/init.c, block06/block06.scn, block06/Makefile.am,
462        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
463        * Makefile.am, configure.ac: Added block05, block06 and block07.
464
4652009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * termios/init.c: Remove sh2 hacks.
468
4692009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * block01/init.c: Include <stdio.h>.
472        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
473        * block02/init.c: Remove unused var.
474
4752009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
476
477        * block02/init.c, block02/block02.scn, block02/Makefile.am,
478        block03/init.c, block03/block03.scn, block03/Makefile.am,
479        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
480        * Makefile.am, configure.ac: Added block02, block03 and block04.
481
4822009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * monitor02/init.c: Add local prototype for
485        rtems_shell_main_monitor.
486
4872009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
488
489        * termios01/init.c: Fix parity_table_Entry type.
490        Correct parity_table initialization.
491        Add PRIdrtems_termios_baud_t.
492        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
493
4942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
495
496        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
497        * malloctest/init.c: Use %zu instead of %d to print size_t's.
498
4992009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
500
501        * rtmonuse/init.c, rtmonuse/task1.c:
502        Use PRIxrtems_id to print rtems_ids.
503        * malloctest/init.c: Use %zu instead of %d to print size_t's.
504
5052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * malloctest/init.c: Fix _Heap_Resize_block args.
508
5092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * malloctest/init.c, termios01/init.c,
512        termios01/termios_testdriver.c: Eliminate unused vars.
513
5142009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
515
516        * heapwalk/init.c: Comment out unused vars.
517        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
518        * malloctest/init.c: Add local prototype for malloc_walk,
519        malloc_info.
520        * malloctest/task1.c: Add local prototype for malloc_walk.
521        * monitor02/init.c: Remove unused vars.
522        * stackchk01/init.c: Remove unused vars.
523        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
524        termios/init.c: Add missing prototypes.
525
5262009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
527
528        * configure.ac: Don't add -fasm to CFLAGS.
529
5302009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
531
532        * block01/.cvsignore: New file.
533
5342009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
535
536        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
537        * Makefile.am, configure.ac: Added block01.
538
5392009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
540
541        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
542
5432009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
544
545        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
546        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
547        it.
548        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
549        termios02/termios02.doc, termios02/termios02.scn: New files.
550        termios02 is a test for tcdrain().
551
5522009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
553
554        * termios01/init.c, termios01/termios_testdriver.c:
555        Reflect changes to termios.
556
5572009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
558
559        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
560
5612009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
562
563        * stackchk01/stackchk01.doc: Add content.
564
5652009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
566
567        * Makefile.am, configure.ac: Add initial test for
568        rtems_stack_checker_is_blown.
569        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
570        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
571
5722009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
573
574        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
575        cases to get back to 100% object coverage.
576
5772009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
578
579        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
580        malloctest/malloctest.scn: New test cases.
581        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
582
5832009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
584
585        * malloctest/init.c: New test cases. Update for heap API changes.
586        * stackchk/blow.c: Update for heap API changes.
587
5882009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
589
590        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
591
5922009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
593
594        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
595        complete coverage of termios_XXX_to_YYY() methods.
596
5972009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
598
599        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
600        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
601        character with the assistance of a special test driver which prints
602        the requests.
603        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
604        termios01/termios01.doc, termios01/termios01.scn,
605        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
606
6072009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
608
609        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
610        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
611        rtems_clock_get_ticks_per_second().
612
6132009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
614
615        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
616        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
617
6182009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
619
620        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
621        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
622        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
623
6242009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
625
626        * malloctest/init.c: Adjust allocation in test so it passes now that
627        heap overhead constant has been increased.
628
6292009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
630
631        * bspcmdline01/init.c: Do not violate visibility.
632
6332009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
634
635        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
636        prefix to all routines.
637
6382009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
639
640        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
641        helper routines.
642        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
643        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
644        bspcmdline01/init.c, bspcmdline01/test.c: New files.
645
6462009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
647
648        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
649        for shrinking a block enough to need to free the newly unused
650        portion.
651
6522009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
653
654        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
655        _Protected_heap_Get_information().
656
6572009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
658
659        * heapwalk/init.c: Add test code for first free block pointer not
660        aligned.
661
6622009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
663
664        * heapwalk/init.c: Add more cases.
665
6662009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * heapwalk/init.c: Add more automated corruption capability.
669
6702009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
671
672        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
673
6742009-05-19      Chris Johns <chrisj@rtems.org>
675
676        * cpuuse/tswitch.c: Lower sample count for small memory targets.
677        * cpuuse/system.h: Smaller stack size for small memory targets.
678        * monitor02/init.c: Cannot run on small memory targets.
679
6802009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
681
682        * rtmonuse/init.c: Do not use Task_name array before initialized.
683
6842009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
685
686        * malloctest/init.c: Fix warning.
687
6882009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
689
690        * malloctest/init.c: Fix typo.
691
6922009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
695        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
696        heapwalk/init.c, heapwalk/system.h: New files.
697
6982009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
699
700        * malloctest/init.c: Add test case for heap resize block when the
701        resize creates a free block large enough to free.
702
7032009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
704
705        * cpuuse/Makefile.am, malloctest/Makefile.am,
706        monitor/Makefile.am, monitor02/Makefile.am,
707        putenvtest/Makefile.am, rtems++/Makefile.am,
708        rtmonuse/Makefile.am, stackchk/Makefile.am,
709        termios/Makefile.am, tztest/Makefile.am:
710        Eliminate _exe_/.exe.
711
7122009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
713
714        * stackchk/stackchk.scn: Correct screen to match output.
715
7162008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
717
718        * malloctest/init.c: Change sizes of heap/region and allocated objects
719        in heap to intptr_t so they can be larger than a single allocatable
720        object (e.g. size_t).
721
7222008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
723
724        * malloctest/init.c: Do not generate alignment factors larger that will
725        not fit in a native integer.
726
7272008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
728
729        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
730        CONFIGURE_STACK_CHECKER_ENABLED.
731
7322008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
733
734        * malloctest/init.c: Convert to "bool".
735
7362008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
737
738        * rtems++/System.h: Account for extra task stacks properly.
739
7402008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * malloctest/init.c: Fix return status check.
743
7442008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
745
746        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
747        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
748        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
749        POSIX tests. Add a clock_settime case for < 1988.
750
7512008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
752
753        * malloctest/init.c: Add more test cases to cover heap better.
754
7552008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
756
757        * malloctest/init.c: Add new test cases per Sergei. Make some of the
758        stranger cases operate directly on a freshly initialized heap. This
759        should make them more reproducible.
760
7612008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
762
763        * malloctest/init.c: Add more tests per suggestions from Sergei
764        Organov.
765
7662008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
767
768        * malloctest/init.c: Add include to remove warning.
769
7702008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
771
772        * malloctest/init.c: Remove debug print.
773
7742008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
775
776        * monitor02/.cvsignore: New file.
777
7782008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
779
780        * Makefile.am, configure.ac: Added automatic test for monitor shell
781        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
782        monitor02/system.h: New files.
783
7842007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
785
786        * malloctest/init.c: Add test cases suggested by Sergei Organov
787        <s.organov@javad.com>.
788
7892007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
790
791        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
792
7932007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
794
795        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
796        exericise another path in the period statistics code.
797
7982007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
799
800        * malloctest/init.c: Add some primitive testing of realloc() which also
801        does some positive path testing on the SuperCore heap.
802
8032007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
804
805        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
806        cases for untested routines.
807
8082007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
811        the CPU Usage Report include it. If it is deleted, the CPU time it
812        had consumed is not listed later in the report.
813
8142007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
815
816        * tztest/init.c: Build when using buffered test IO.
817
8182007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
819
820        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
821        macro instead of fflush() directly.
822
8232007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
824
825        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
826        Statistics and Period Usage into Rate Monotonic Manager. Added the
827        following directives: rtems_rate_monotonic_get_statistics,
828        rtems_rate_monotonic_reset_statistics,
829        rtems_rate_monotonic_reset_all_statistics,
830        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
831        Obsoleted the rtems/rtmonuse.h file as a public interface.
832
8332007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
836        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
837        optional managers to Makefiles. Clean up test cases so last output
838        line follows END OF pattern. Make sure test case all run. All tests
839        appeared ok on sis.
840
8412007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
842
843        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
844
8452007-03-13      Joel Sherrill <joel@OARcorp.com>
846
847        * tztest/init.c: Call tzset() even though it may be called for us
848        implicitly along the way.
849
8502007-03-13      Joel Sherrill <joel@OARcorp.com>
851
852        * tztest/.cvsignore: New file.
853
8542007-03-13      Joel Sherrill <joel@OARcorp.com>
855
856        * Makefile.am, configure.ac: Added timezone test.
857        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
858        tztest/tztest.scn: New files.
859
8602007-03-05      Joel Sherrill <joel@OARcorp.com>
861
862        * malloctest/init.c: Be explicit about need for default and floating
863        point attributes. This is just a style change.
864
8652007-02-06      Joel Sherrill <joel@OARcorp.com>
866
867        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
868        issues in message queue tests.
869
8702006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
871
872        * configure.ac: New BUG-REPORT address.
873
8742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
875
876        * configure.ac: Require autoconf-2.60. Require automake-1.10.
877
8782006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
879
880        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
881        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
882        docdir. Use rtems_testsdir instead.
883
8842006-02-08      Joel Sherrill <joel@OARcorp.com>
885
886        * rtems++/Task1.cc: Fix warnings.
887
8882005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
889
890        * configure.ac: Remove RTEMS_ENABLE_BARE,
891        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
892
8932005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
894
895        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
896        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
897        stackchk/Makefile.am, termios/Makefile.am:
898        Convert to using *_PROGRAMS.
899
9002005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
901
902        * cpuuse/Makefile.am, malloctest/Makefile.am,
903        monitor/Makefile.am, putenvtest/Makefile.am,
904        rtems++/Makefile.am, rtmonuse/Makefile.am,
905        stackchk/Makefile.am, termios/Makefile.am: Rework.
906
9072005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
908
909        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
910        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
911        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
912        * libtests.am: Remove.
913
9142005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
915
916        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
917        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
918        stackchk/Makefile.am, termios/Makefile.am:
919        AM_CPPFLAGS += -I..../support/include.
920
9212005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
922
923        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
924        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
925
9262005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
927
928        * libtests.am: Remove LIB_VARIANT.
929
9302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
931
932        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
933        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
934        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
935
9362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
937
938        * Makefile.am: Cleanup.
939
9402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
941
942        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
943        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
944        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
945        stackchk/Makefile.am, termios/Makefile.am:
946        Partial conversion to automake.
947
9482005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
949
950        * rtems++/Makefile.am: Remove LIB_VARIANT.
951
9522004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
953
954        * configure.ac: Remove -ansi to prevent folks from further damaging
955        the code with broken prototypes.
956        * putenvtest/init.c: Remove broken putenv prototype.
957        * termios/init.c (print_c_cc): Don't loop over NCCS.
958
9592004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
960
961        * configure.ac: Require automake > 1.9.
962
9632004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
964
965        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
966        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
967        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
968        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
969        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
970        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
971        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
972        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
973
9742004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
975
976        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
977        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
978        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
979        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
980        using c99 fixed size types.
981
9822004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * configure.ac: Add 2nd arg to RTEMS_TOP.
985
9862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
989        Add PRE/TMPINSTALL_FILES to CLEANFILES.
990        * malloctest/Makefile.am: Ditto.
991        * monitor/Makefile.am: Ditto.
992        * putenvtest/Makefile.am: Ditto.
993        * rtems++/Makefile.am: Ditto.
994        * rtmonuse/Makefile.am: Ditto.
995        * stackchk/Makefile.am: Ditto.
996        * termios/Makefile.am: Ditto.
997
9982003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * libtests.am: Add dirstamp support.
1001
10022003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1005
10062003-12-16      Joel Sherrill <joel@OARcorp.com>
1007
1008        PR 544/tests
1009        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1010        tests account for resources and not print at inappropriate times.
1011
10122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1015
10162003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1019        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1020        * monitor/Makefile.am: Remove all-local: $(ARCH).
1021        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1022        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1023        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1024        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1025        * termios/Makefile.am: Remove all-local: $(ARCH).
1026
10272003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * configure.ac: Reflect having moved to testsuites/.
1030
10312003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1034
10352003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * configure.ac:Remove RTEMS_CHECK_CPU.
1038
10392003-09-04      Joel Sherrill <joel@OARcorp.com>
1040
1041        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1042        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1043        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1044        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1045        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1046        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1047        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1048        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1049        stackchk/task1.c: URL for license changed.
1050
10512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * Makefile.am: Reflect having moved aclocal/.
1054
10552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * Makefile.am: Reflect having moved automake/.
1058        * cpuuse/Makefile.am: Reflect having moved automake/.
1059        * malloctest/Makefile.am: Reflect having moved automake/.
1060        * monitor/Makefile.am: Reflect having moved automake/.
1061        * putenvtest/Makefile.am: Reflect having moved automake/.
1062        * rtems++/Makefile.am: Reflect having moved automake/.
1063        * rtmonuse/Makefile.am: Reflect having moved automake/.
1064        * stackchk/Makefile.am: Reflect having moved automake/.
1065        * termios/Makefile.am: Reflect having moved automake/.
1066
10672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1068
1069        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1070
10712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1074
10752003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * configure.ac: Unconditionally check for CXX.
1078        Require autoconf-2.57, automake-1.7.2.
1079        * rtems++: Eliminate CC_O_FILES.
1080
10812002-12-02      Joel Sherrill <joel@OARcorp.com>
1082
1083        * malloctest/init.c: Tasks should be floating point.
1084
10852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * .cvsignore: Reformat.
1088        Add autom4te*cache.
1089        Remove autom4te.cache.
1090
10912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1094        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1095        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1096        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1097        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1098        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1099        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1100        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1101
11022002-08-01      Joel Sherrill <joel@OARcorp.com>
1103
1104        * Per PR47 add support for buffered test output.  This involved
1105        adding defines to redirect output to a buffer and dump it when
1106        full, at "test pause", and at exit.  To avoid problems when redefining
1107        exit(), all tests were modified to call rtems_test_exit().
1108        Some tests, notable psxtests, had to be modified to include
1109        the standard test macro .h file (pmacros.h or tmacros.h) to
1110        enable this support.
1111        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1112        rtmonuse/task1.c, termios/init.c: Modified.
1113
11142002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * configure.ac: Remove ENABLE_GCC28.
1117
11182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * configure.ac:
1121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1123        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1125        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1126        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1127        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1128        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1129        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1130        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1131        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1132
11332001-11-01      Joel Sherrill <joel@OARcorp.com>
1134
1135        * rtems++/Makefile.am: Make sure debug variant of librtems++
1136        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1137        and processed as PR78.
1138
11392001-10-25      Joel Sherrill <joel@OARcorp.com>
1140
1141        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1142
11432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1146        * configure.in: Remove.
1147        * configure.ac: New file, generated from configure.in by autoupdate.
1148
11492001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1152        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1153
11542001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1157        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1158        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1159        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1160        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1161        make-cxx-exe.
1162        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1165
11662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1167
1168        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1169
11702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1173
11742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1177
11782000-11-01      Joel Sherrill <joel@OARcorp.com>
1179
1180        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1181        libcsupport.h moved from libc to lib/include/rtems and now must
1182        be referenced as <rtems/XXX.h>. 
1183
11842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1187        Switch to GNU canonicalization.
1188        * libtests.am: Remove DEFS.
1189
11902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1193        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1194        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1195
11962000-08-10      Joel Sherrill <joel@OARcorp.com>
1197
1198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.