source: rtems/testsuites/libtests/ChangeLog @ a93627ce

4.115
Last change on this file since a93627ce was a93627ce, checked in by Joel Sherrill <joel.sherrill@…>, on 02/14/11 at 20:24:27

2011-02-14 Joel Sherrill <joel.sherrilL@…>

  • complex/Makefile.am, complex/init.c: Test now runs.
  • Property mode set to 100644
File size: 47.9 KB
Line 
12011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * complex/Makefile.am, complex/init.c: Test now runs.
4
52011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
8        since this is all of them.
9
102010-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
13        for c99.
14
152011-02-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * cpuuse/tswitch.c: Shrink memory requirements.
18
192011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Require autoconf-2.68, automake-1.11.1.
22
232011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
26        * Makefile.am, configure.ac: Add mathf/, mathl/.
27        * math/init.c, math/Makefile.am: Reflect having split-out
28        mathl and mathf.
29        * math/domathf.c, math/domathl.c: Remove.
30        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
31        mathf/mathf.scn: New (Split out from math/).
32        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
33        mathl/mathl.scn: New (Split out from math/).
34
352011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * math/init.c, complex/init.c:
38        Use fprintf(stdout,..) instead of printf.
39        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
40
412011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
44        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
45
462011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
47
48        PR 1661/testing
49        * termios06/init.c: Extend the test to cover sections related to
50        flow control in termios.c
51        * termios06/termios06.doc: Updated test concept
52        * termios06/termios06.scn: Updated test run log
53
542011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * math/domath.in: Fix typo in printf.
57        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
58        * math/math.scn: Regenerate.
59
602011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Use ac_cv_header_complex_h.
63
642010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * math/Makefile.am, math/init.c: Init task has to be floating point and
67        there is no point in using optional manager stubs since libio needs
68        semaphores.
69
702010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Check for complex.h.
73        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
74        toolchains.
75        * complex/Makefile.am: Apply HAS_COMPLEX.
76
772010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Add complex, math subdirs.
80        * configure.ac: Add complex, math subdirs.
81
822010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
85        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
86        complex/complex.doc, complex/docomplexl.c: New.
87        * math/Makefile.am, math/init.c, math/domath.c,
88        math/domathf.c, math/math.scn, math/domath.in,
89        math/math.doc, math/domathl.c: New.
90
912010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * POSIX/Makefile.am: Add htonl.
94        * POSIX/htonl.c: New.
95
962010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * malloctest/init.c: Update for heap API changes.
99
1002010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
101
102        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
103        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
104        * Makefile.am, configure.ac: Reflect changes above.
105        * gxx01/init.c: Removed fatal error test case.
106
1072010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
108
109        PR 1661/testing
110        * termios01/init.c, termios01/termios01.scn: Added a test case to
111        hit a case in rtems_termios_read.
112
1132010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        PR 1664/testing
116        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
117        case to avoid warning on 16-bit targets.
118
1192010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        PR 1661/testing
122        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
123        the tests do not have to peer behind the API.
124
1252010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
126
127        PR 1661/testing
128        * termios01/init.c, termios01/termios_testdriver.c,
129        termios01/termios01.scn: Changes to improve coverage of
130        rtems_termios_open routine.
131
1322010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
133
134        PR 1654/testing
135        * deviceio01/init.c, deviceio01/deviceio01.doc,
136        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
137        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
138        * Makefile.am, configure.ac: Changes to added above test.
139        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
140
1412010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
144        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
145        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
146
1472010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
150        improve coverage.
151
1522010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
155        intital_fs directory.
156
1572010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
160
1612010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * tar01/Makefile.am:
164        Apply $LN_S, $PAX. Use subshell for tarball creation.
165        Don't add initial_fs to CLEANFILES.
166        * tar02/Makefile.am:
167        Apply $LN_S, $PAX. Use subshell for tarball creation.
168
1692010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * configure.ac: Add AC_PROG_LN_S.
172        Add AC_PATH_PROG([PAX]).
173        Add AM_CONDITIONAL(TARTESTS).
174        * tar01/Makefile.am, tar02/Makefile.am:
175        Eliminate stamp-filesystem.
176
1772010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * tar01/Makefile.am, tar02/Makefile.am:
180        Add BUILT_SOURCES.
181
1822010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * tar01/Makefile.am, tar02/Makefile.am:
185        Eliminate stamp-fs-tar. Reorder CLEANFILES.
186        Apply BIN2C -C/-H.
187
1882010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
189
190        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
191        build.
192
1932010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
196        with $(MKDIR_P).
197
1982010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
201
2022010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
205
2062010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        PR 1532/testing
209        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
210        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
211        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
212        tar02/tar02.doc, tar02/tar02.scn: New files.
213
2142010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
215
216        PR 1631/testing
217        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
218        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
219        * Makefile.am, configure.ac: Changes to accommodate new tests
220
2212010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        PR 1632/testing
224        * Makefile.am, configure.ac: Make dedicated fatal error test for
225        /dev/null already registered. Using code from Bharath in new test
226        framework.
227        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
228        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
229        devnullfatal01/testcase.h: New files.
230
2312010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
232
233        PR 1632/testing
234        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
235        null_initialize() and null_write().
236
2372010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
240
2412010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
244
2452010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
248
2492010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
250
251        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
252        devfs02/Makefile.am: New tests added
253        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
254        devfs03/Makefile.am: New tests added
255        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
256        devfs04/Makefile.am: New tests added
257        * Makefile.am, configure.ac: Changes to accommodate the above
258        newly added tests.
259
2602010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
263        XON/XOFF and VMIN/VMAX cases.
264        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
265        termios07/termios07.doc, termios07/termios07.scn,
266        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
267        termios08/termios08.doc, termios08/termios08.scn: New files.
268
2692010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * Makefile.am, configure.ac: Add tar test for error cases.
272        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
273        tar03/tar03.scn: New files.
274
2752010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * stringto01/init.c, stringto01/stringto01.scn,
278        stringto01/stringto_test_template.h: Attempt to pick up a few more
279        error paths.
280
2812010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
282
283        PR 1617/testing
284        * malloctest/init.c: Added new case to exercise _realloc_r.
285
2862010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
287
288        * malloctest/init.c: Added test for
289        rtems_heap_allocate_aligned_with_boundary().
290
2912010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
294        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
295        devfs01/devfs01.scn, devfs01/init.c: New files.
296
2972010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * Makefile.am, configure.ac: Add new test to exercise
300        malloc_get_statistics().
301        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
302        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
303
3042010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        PR 1535/tests
307        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
308        of work by Ralf and Joel.
309
3102010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
313
3142010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
317        to Malloc Family.
318        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
319        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
320
3212010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
322
323        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
324        cases. Coverage of these paths is near complete.
325
3262010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * malloctest/system.h: Enable malloc statistics.
329
3302010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
333
3342010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
337        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
338        termios06/termios06.doc, termios06/termios06.scn,
339        termios06/test_pppd.c: New files.
340
3412010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
344        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
345        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
346
3472010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        * termios04/termios_testdriver_intr.c: Task driven IO now works.
350
3512010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * Makefile.am, configure.ac: Add test for task driven drivers.
354        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
355        termios05/termios05.doc, termios05/termios05.scn,
356        termios05/termios_testdriver_taskdriven.c,
357        termios05/termios_testdriver_taskdriven.h: New files.
358
3592010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * Makefile.am, configure.ac: Revert changes related to uncommitted test
362        under development.
363
3642010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
367        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
368
3692010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
372        interrupt driven IO support.
373        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
374        termios04/termios04.doc, termios04/termios04.scn,
375        termios04/termios_testdriver_intr.c,
376        termios04/termios_testdriver_intr.h: New files.
377
3782010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
381        termios03/termios_testdriver_polled.c,
382        termios03/termios_testdriver_polled.h: Add more test cases.
383
3842010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
387
3882010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
389
390        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
391        termios03/termios03.doc, termios03/termios03.scn,
392        termios03/termios_testdriver_polled.c,
393        termios03/termios_testdriver_polled.h: New files.
394        * Makefile.am, configure.ac: Add initial version of new test for polled
395        IO support in termios.
396
3972010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
398
399        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
400        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
401        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
402        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
403        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
404        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
405        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
406        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
407        termios02/Makefile.am: Revert.
408
4092010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
410
411        * termios01/termios01.scn: Fix bug so existing test code for
412        rtems_termios_baud_to_index() is executed.
413
4142010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
415
416        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
417        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
418        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
419        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
420        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
421        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
422        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
423        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
424        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
425        code for rtems_termios_baud_to_index() is executed.
426
4272010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
428
429        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
430        before blowing stack.
431
4322010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
433
434        * Makefile.am, configure.ac: Added test that attempts to free stack
435        memory. This causes a error to be printed from the free function.
436        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
437        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
438
4392010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
440
441        * malloctest/init.c: Added error case with malloc of size 0.
442
4432010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
444
445        * malloctest/init.c: Added test to check failure branch on calloc.
446
4472010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
448
449        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
450
4512010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
454        for deferred free() processing.
455        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
456        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
457
4582010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
459
460        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
461        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
462        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
463        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
464        are minimal implementations so the tests will have to grow as the
465        methods grow.
466
4672010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
468
469        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
470
4712010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
472
473        PR 1433/cpukit
474        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
475        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
476        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
477        RTEMS_NO_MEMORY.
478
4792010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
480
481        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
482        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
483        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
484
4852010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
486
487        * Makefile.am: Move POSIX in front of other tests.
488
4892010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
490
491        * bspcmdline01/init.c: Fix assert conditional.
492
4932010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
494
495        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
496        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
497
4982010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
499
500        * block10/.cvsignore: New file.
501
5022010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
503
504        * block05/block05.png, block10/block10.doc, block10/init.c,
505        block10/.cvsignore, block10/block10.scn, block10/block10.png,
506        block10/Makefile.am: New files.
507        * configure.ac, Makefile.am: Update for new files.
508        * block05/block05.doc: Update for new state transitions.
509
5102010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
511
512        * block08/.cvsignore, block09/.cvsignore: New files.
513
5142010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
515
516        * block08/init.c: Remove warning.
517
5182010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * block08/block08.scn, block08/init.c: Add starting and ending messages
521        so the scripts detect successful exit.
522
5232010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
524
525        * block09/block09.doc, block09/init.c, block09/.cvsignore,
526        block09/block09.scn, block09/Makefile.am: New files.
527        * configure.ac, Makefile.am: Update for new files.
528        * block05/block05.doc: Update for new state transitions.
529        * block05/init.c, block06/init.c: Update for block device API change.
530
5312010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
532
533        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
534        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
535        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
536        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
537        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
538        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
539        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
540        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
541        block08/init.c, block08/Makefile.am, block08/system.h,
542        block08/test_disk.c: New files.
543
5442009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
545
546        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
547        to cover the bsp_cmdline_get_param() routine.
548
5492009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
550
551        * block06/init.c: Update for disk device API change.  Changed EBADRQC
552        to EINVAL.
553
5542009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
555
556        * termios01/init.c: Increase number of termios ports by 1.
557
5582009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
559
560        * termios01/termios_testdriver.c:
561        Reflect changes to rtems_termios_callbacks->write.
562
5632009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
566        block05/init.c, block07/init.c, bspcmdline01/init.c,
567        stringto01/init.c, stringto01/stringto_test_template.h,
568        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
569        Use rtems_test_assert() consistently instead of system assert().
570        rtems_test_assert() is designed to integrate into the RTEMS test
571        suite infrastructure.
572
5732009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * POSIX/Makefile.am: Add readv, writev.
576        * POSIX/writev.c, POSIX/readv.c: New.
577
5782009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
579
580        * POSIX/sigfillset.c: Let main() return "status".
581        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
582        sigismember.
583        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
584        POSIX/sigismember.c: New.
585
5862009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
587
588        * POSIX/Makefile.am: Add wait.
589        * POSIX/wait.c: New.
590
5912009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * bspcmdline01/test.c: Removed.
594
5952009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
596
597        * Makefile.am: Add POSIX.
598        * configure.ac: Add POSIX/.
599        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
600        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
601        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
602        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
603        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
604        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
605        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
606        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
607        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
608        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
609        POSIX/waitpid.c, POSIX/write.c: New.
610
6112009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
612
613        * stringto01/init.c: New file.
614
6152009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
616
617        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
618        * stringto01/.cvsignore, stringto01/Makefile.am,
619        stringto01/stringto01.doc, stringto01/stringto01.scn,
620        stringto01/stringto_test_template.h: New files.
621
6222009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
623
624        * block05/init.c: Check block size. Improved output.
625        * block01/init.c: Free ramdisk before exit.
626        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
627        block04/block04.doc, block05/block05.doc, block06/block06.doc,
628        block07/block07.doc: New files.
629        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
630        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
631        block07/Makefile.am: Add new files.
632
6332009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
634
635        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
636        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
637        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
638        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
639
6402009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
641
642        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
643        Remove bogus cast.
644        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
645
6462009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
647
648        * rtems++/Task1.cc: Eliminate more warnings.
649
6502009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
651
652        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
653        several dozens of warnings.
654
6552009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
656
657        * block06/init.c: Add missing prototype.
658
6592009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
660
661        * block07/init.c: New test case.
662
6632009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
664
665        * block05/init.c, block05/block05.scn, block05/Makefile.am,
666        block06/init.c, block06/block06.scn, block06/Makefile.am,
667        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
668        * Makefile.am, configure.ac: Added block05, block06 and block07.
669
6702009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
671
672        * termios/init.c: Remove sh2 hacks.
673
6742009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
675
676        * block01/init.c: Include <stdio.h>.
677        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
678        * block02/init.c: Remove unused var.
679
6802009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
681
682        * block02/init.c, block02/block02.scn, block02/Makefile.am,
683        block03/init.c, block03/block03.scn, block03/Makefile.am,
684        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
685        * Makefile.am, configure.ac: Added block02, block03 and block04.
686
6872009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
688
689        * monitor02/init.c: Add local prototype for
690        rtems_shell_main_monitor.
691
6922009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * termios01/init.c: Fix parity_table_Entry type.
695        Correct parity_table initialization.
696        Add PRIdrtems_termios_baud_t.
697        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
698
6992009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
700
701        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
702        * malloctest/init.c: Use %zu instead of %d to print size_t's.
703
7042009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
705
706        * rtmonuse/init.c, rtmonuse/task1.c:
707        Use PRIxrtems_id to print rtems_ids.
708        * malloctest/init.c: Use %zu instead of %d to print size_t's.
709
7102009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
711
712        * malloctest/init.c: Fix _Heap_Resize_block args.
713
7142009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
715
716        * malloctest/init.c, termios01/init.c,
717        termios01/termios_testdriver.c: Eliminate unused vars.
718
7192009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
720
721        * heapwalk/init.c: Comment out unused vars.
722        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
723        * malloctest/init.c: Add local prototype for malloc_walk,
724        malloc_info.
725        * malloctest/task1.c: Add local prototype for malloc_walk.
726        * monitor02/init.c: Remove unused vars.
727        * stackchk01/init.c: Remove unused vars.
728        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
729        termios/init.c: Add missing prototypes.
730
7312009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
732
733        * configure.ac: Don't add -fasm to CFLAGS.
734
7352009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
736
737        * block01/.cvsignore: New file.
738
7392009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
740
741        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
742        * Makefile.am, configure.ac: Added block01.
743
7442009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
745
746        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
747
7482009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
749
750        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
751        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
752        it.
753        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
754        termios02/termios02.doc, termios02/termios02.scn: New files.
755        termios02 is a test for tcdrain().
756
7572009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
758
759        * termios01/init.c, termios01/termios_testdriver.c:
760        Reflect changes to termios.
761
7622009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
763
764        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
765
7662009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
767
768        * stackchk01/stackchk01.doc: Add content.
769
7702009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
771
772        * Makefile.am, configure.ac: Add initial test for
773        rtems_stack_checker_is_blown.
774        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
775        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
776
7772009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
778
779        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
780        cases to get back to 100% object coverage.
781
7822009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
783
784        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
785        malloctest/malloctest.scn: New test cases.
786        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
787
7882009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
789
790        * malloctest/init.c: New test cases. Update for heap API changes.
791        * stackchk/blow.c: Update for heap API changes.
792
7932009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
794
795        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
796
7972009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
798
799        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
800        complete coverage of termios_XXX_to_YYY() methods.
801
8022009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
803
804        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
805        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
806        character with the assistance of a special test driver which prints
807        the requests.
808        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
809        termios01/termios01.doc, termios01/termios01.scn,
810        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
811
8122009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
813
814        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
815        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
816        rtems_clock_get_ticks_per_second().
817
8182009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
819
820        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
821        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
822
8232009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
824
825        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
826        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
827        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
828
8292009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
830
831        * malloctest/init.c: Adjust allocation in test so it passes now that
832        heap overhead constant has been increased.
833
8342009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
835
836        * bspcmdline01/init.c: Do not violate visibility.
837
8382009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
839
840        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
841        prefix to all routines.
842
8432009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
844
845        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
846        helper routines.
847        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
848        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
849        bspcmdline01/init.c, bspcmdline01/test.c: New files.
850
8512009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
852
853        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
854        for shrinking a block enough to need to free the newly unused
855        portion.
856
8572009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
858
859        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
860        _Protected_heap_Get_information().
861
8622009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
863
864        * heapwalk/init.c: Add test code for first free block pointer not
865        aligned.
866
8672009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
868
869        * heapwalk/init.c: Add more cases.
870
8712009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
872
873        * heapwalk/init.c: Add more automated corruption capability.
874
8752009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
876
877        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
878
8792009-05-19      Chris Johns <chrisj@rtems.org>
880
881        * cpuuse/tswitch.c: Lower sample count for small memory targets.
882        * cpuuse/system.h: Smaller stack size for small memory targets.
883        * monitor02/init.c: Cannot run on small memory targets.
884
8852009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
886
887        * rtmonuse/init.c: Do not use Task_name array before initialized.
888
8892009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
890
891        * malloctest/init.c: Fix warning.
892
8932009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
894
895        * malloctest/init.c: Fix typo.
896
8972009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
898
899        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
900        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
901        heapwalk/init.c, heapwalk/system.h: New files.
902
9032009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
904
905        * malloctest/init.c: Add test case for heap resize block when the
906        resize creates a free block large enough to free.
907
9082009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
909
910        * cpuuse/Makefile.am, malloctest/Makefile.am,
911        monitor/Makefile.am, monitor02/Makefile.am,
912        putenvtest/Makefile.am, rtems++/Makefile.am,
913        rtmonuse/Makefile.am, stackchk/Makefile.am,
914        termios/Makefile.am, tztest/Makefile.am:
915        Eliminate _exe_/.exe.
916
9172009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
918
919        * stackchk/stackchk.scn: Correct screen to match output.
920
9212008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
922
923        * malloctest/init.c: Change sizes of heap/region and allocated objects
924        in heap to intptr_t so they can be larger than a single allocatable
925        object (e.g. size_t).
926
9272008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
928
929        * malloctest/init.c: Do not generate alignment factors larger that will
930        not fit in a native integer.
931
9322008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
933
934        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
935        CONFIGURE_STACK_CHECKER_ENABLED.
936
9372008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
938
939        * malloctest/init.c: Convert to "bool".
940
9412008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
942
943        * rtems++/System.h: Account for extra task stacks properly.
944
9452008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
946
947        * malloctest/init.c: Fix return status check.
948
9492008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
950
951        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
952        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
953        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
954        POSIX tests. Add a clock_settime case for < 1988.
955
9562008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
957
958        * malloctest/init.c: Add more test cases to cover heap better.
959
9602008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
961
962        * malloctest/init.c: Add new test cases per Sergei. Make some of the
963        stranger cases operate directly on a freshly initialized heap. This
964        should make them more reproducible.
965
9662008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
967
968        * malloctest/init.c: Add more tests per suggestions from Sergei
969        Organov.
970
9712008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
972
973        * malloctest/init.c: Add include to remove warning.
974
9752008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
976
977        * malloctest/init.c: Remove debug print.
978
9792008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
980
981        * monitor02/.cvsignore: New file.
982
9832008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
984
985        * Makefile.am, configure.ac: Added automatic test for monitor shell
986        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
987        monitor02/system.h: New files.
988
9892007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
990
991        * malloctest/init.c: Add test cases suggested by Sergei Organov
992        <s.organov@javad.com>.
993
9942007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
995
996        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
997
9982007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
999
1000        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
1001        exericise another path in the period statistics code.
1002
10032007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1004
1005        * malloctest/init.c: Add some primitive testing of realloc() which also
1006        does some positive path testing on the SuperCore heap.
1007
10082007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1009
1010        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
1011        cases for untested routines.
1012
10132007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1014
1015        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
1016        the CPU Usage Report include it. If it is deleted, the CPU time it
1017        had consumed is not listed later in the report.
1018
10192007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1020
1021        * tztest/init.c: Build when using buffered test IO.
1022
10232007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1024
1025        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1026        macro instead of fflush() directly.
1027
10282007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1029
1030        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1031        Statistics and Period Usage into Rate Monotonic Manager. Added the
1032        following directives: rtems_rate_monotonic_get_statistics,
1033        rtems_rate_monotonic_reset_statistics,
1034        rtems_rate_monotonic_reset_all_statistics,
1035        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1036        Obsoleted the rtems/rtmonuse.h file as a public interface.
1037
10382007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1039
1040        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1041        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1042        optional managers to Makefiles. Clean up test cases so last output
1043        line follows END OF pattern. Make sure test case all run. All tests
1044        appeared ok on sis.
1045
10462007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1047
1048        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1049
10502007-03-13      Joel Sherrill <joel@OARcorp.com>
1051
1052        * tztest/init.c: Call tzset() even though it may be called for us
1053        implicitly along the way.
1054
10552007-03-13      Joel Sherrill <joel@OARcorp.com>
1056
1057        * tztest/.cvsignore: New file.
1058
10592007-03-13      Joel Sherrill <joel@OARcorp.com>
1060
1061        * Makefile.am, configure.ac: Added timezone test.
1062        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1063        tztest/tztest.scn: New files.
1064
10652007-03-05      Joel Sherrill <joel@OARcorp.com>
1066
1067        * malloctest/init.c: Be explicit about need for default and floating
1068        point attributes. This is just a style change.
1069
10702007-02-06      Joel Sherrill <joel@OARcorp.com>
1071
1072        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1073        issues in message queue tests.
1074
10752006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1076
1077        * configure.ac: New BUG-REPORT address.
1078
10792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1080
1081        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1082
10832006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1084
1085        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1086        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1087        docdir. Use rtems_testsdir instead.
1088
10892006-02-08      Joel Sherrill <joel@OARcorp.com>
1090
1091        * rtems++/Task1.cc: Fix warnings.
1092
10932005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1094
1095        * configure.ac: Remove RTEMS_ENABLE_BARE,
1096        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1097
10982005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1099
1100        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1101        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1102        stackchk/Makefile.am, termios/Makefile.am:
1103        Convert to using *_PROGRAMS.
1104
11052005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1106
1107        * cpuuse/Makefile.am, malloctest/Makefile.am,
1108        monitor/Makefile.am, putenvtest/Makefile.am,
1109        rtems++/Makefile.am, rtmonuse/Makefile.am,
1110        stackchk/Makefile.am, termios/Makefile.am: Rework.
1111
11122005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1113
1114        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1115        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1116        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1117        * libtests.am: Remove.
1118
11192005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1120
1121        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1122        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1123        stackchk/Makefile.am, termios/Makefile.am:
1124        AM_CPPFLAGS += -I..../support/include.
1125
11262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1127
1128        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1129        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1130
11312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1132
1133        * libtests.am: Remove LIB_VARIANT.
1134
11352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1136
1137        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1138        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1139        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1140
11412005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1142
1143        * Makefile.am: Cleanup.
1144
11452005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1146
1147        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1148        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1149        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1150        stackchk/Makefile.am, termios/Makefile.am:
1151        Partial conversion to automake.
1152
11532005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1154
1155        * rtems++/Makefile.am: Remove LIB_VARIANT.
1156
11572004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1158
1159        * configure.ac: Remove -ansi to prevent folks from further damaging
1160        the code with broken prototypes.
1161        * putenvtest/init.c: Remove broken putenv prototype.
1162        * termios/init.c (print_c_cc): Don't loop over NCCS.
1163
11642004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1165
1166        * configure.ac: Require automake > 1.9.
1167
11682004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1169
1170        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1171        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1172        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1173        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1174        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1175        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1176        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1177        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1178
11792004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1180
1181        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1182        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1183        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1184        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1185        using c99 fixed size types.
1186
11872004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1188
1189        * configure.ac: Add 2nd arg to RTEMS_TOP.
1190
11912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1194        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1195        * malloctest/Makefile.am: Ditto.
1196        * monitor/Makefile.am: Ditto.
1197        * putenvtest/Makefile.am: Ditto.
1198        * rtems++/Makefile.am: Ditto.
1199        * rtmonuse/Makefile.am: Ditto.
1200        * stackchk/Makefile.am: Ditto.
1201        * termios/Makefile.am: Ditto.
1202
12032003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * libtests.am: Add dirstamp support.
1206
12072003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1210
12112003-12-16      Joel Sherrill <joel@OARcorp.com>
1212
1213        PR 544/tests
1214        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1215        tests account for resources and not print at inappropriate times.
1216
12172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1220
12212003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1224        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1225        * monitor/Makefile.am: Remove all-local: $(ARCH).
1226        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1227        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1228        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1229        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1230        * termios/Makefile.am: Remove all-local: $(ARCH).
1231
12322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * configure.ac: Reflect having moved to testsuites/.
1235
12362003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1237
1238        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1239
12402003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * configure.ac:Remove RTEMS_CHECK_CPU.
1243
12442003-09-04      Joel Sherrill <joel@OARcorp.com>
1245
1246        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1247        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1248        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1249        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1250        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1251        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1252        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1253        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1254        stackchk/task1.c: URL for license changed.
1255
12562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * Makefile.am: Reflect having moved aclocal/.
1259
12602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        * Makefile.am: Reflect having moved automake/.
1263        * cpuuse/Makefile.am: Reflect having moved automake/.
1264        * malloctest/Makefile.am: Reflect having moved automake/.
1265        * monitor/Makefile.am: Reflect having moved automake/.
1266        * putenvtest/Makefile.am: Reflect having moved automake/.
1267        * rtems++/Makefile.am: Reflect having moved automake/.
1268        * rtmonuse/Makefile.am: Reflect having moved automake/.
1269        * stackchk/Makefile.am: Reflect having moved automake/.
1270        * termios/Makefile.am: Reflect having moved automake/.
1271
12722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1275
12762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1279
12802003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * configure.ac: Unconditionally check for CXX.
1283        Require autoconf-2.57, automake-1.7.2.
1284        * rtems++: Eliminate CC_O_FILES.
1285
12862002-12-02      Joel Sherrill <joel@OARcorp.com>
1287
1288        * malloctest/init.c: Tasks should be floating point.
1289
12902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * .cvsignore: Reformat.
1293        Add autom4te*cache.
1294        Remove autom4te.cache.
1295
12962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1297
1298        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1299        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1300        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1301        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1302        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1303        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1304        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1305        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1306
13072002-08-01      Joel Sherrill <joel@OARcorp.com>
1308
1309        * Per PR47 add support for buffered test output.  This involved
1310        adding defines to redirect output to a buffer and dump it when
1311        full, at "test pause", and at exit.  To avoid problems when redefining
1312        exit(), all tests were modified to call rtems_test_exit().
1313        Some tests, notable psxtests, had to be modified to include
1314        the standard test macro .h file (pmacros.h or tmacros.h) to
1315        enable this support.
1316        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1317        rtmonuse/task1.c, termios/init.c: Modified.
1318
13192002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * configure.ac: Remove ENABLE_GCC28.
1322
13232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * configure.ac:
1326        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1327        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1328        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1329        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1330        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1331        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1332        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1333        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1334        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1335        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1336        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1337
13382001-11-01      Joel Sherrill <joel@OARcorp.com>
1339
1340        * rtems++/Makefile.am: Make sure debug variant of librtems++
1341        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1342        and processed as PR78.
1343
13442001-10-25      Joel Sherrill <joel@OARcorp.com>
1345
1346        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1347
13482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1349
1350        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1351        * configure.in: Remove.
1352        * configure.ac: New file, generated from configure.in by autoupdate.
1353
13542001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1357        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1358
13592001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1360
1361        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1362        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1363        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1364        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1365        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1366        make-cxx-exe.
1367        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1368        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1369        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1370
13712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1372
1373        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1374
13752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1378
13792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1382
13832000-11-01      Joel Sherrill <joel@OARcorp.com>
1384
1385        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1386        libcsupport.h moved from libc to lib/include/rtems and now must
1387        be referenced as <rtems/XXX.h>. 
1388
13892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1392        Switch to GNU canonicalization.
1393        * libtests.am: Remove DEFS.
1394
13952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1398        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1399        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1400
14012000-08-10      Joel Sherrill <joel@OARcorp.com>
1402
1403        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.