source: rtems/testsuites/libtests/ChangeLog @ 627b70e

4.115
Last change on this file since 627b70e was 627b70e, checked in by Sebastian Huber <sebastian.huber@…>, on 03/10/11 at 15:41:58

2011-03-10 Sebastian Huber <sebastian.huber@…>

  • heapwalk/init.c: Improve coverage.
  • heapwalk/heapwalk.scn: Update.
  • Property mode set to 100644
File size: 51.0 KB
Line 
12011-03-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * heapwalk/init.c: Improve coverage.
4        * heapwalk/heapwalk.scn: Update.
5
62011-03-09      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
9        passes on sis.
10
112011-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
12
13        * malloctest/init.c: Improve coverage.
14        * malloctest/malloctest.scn: Update.
15
162011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Add AC_CONFIG_HEADER(config.h).
19
202010-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
23        POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
24        POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
25        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
26        POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
27        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
28        POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
29        POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
30        POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
31        POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
32        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
33        POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
34        block01/init.c, block02/init.c, block03/init.c, block04/init.c,
35        block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
36        block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
37        block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
38        block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
39        block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
40        block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
41        block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
42        block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
43        complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
44        complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
45        cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
46        devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
47        dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
48        malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
49        malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
50        mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
51        monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
52        rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
53        stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
54        tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
55        termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
56        termios03/termios_testdriver_polled.c, termios04/init.c,
57        termios04/termios_testdriver_intr.c, termios05/init.c,
58        termios05/termios_testdriver_taskdriven.c, termios06/init.c,
59        termios06/test_pppd.c, termios07/init.c, termios08/init.c,
60        tztest/init.c: Add HAVE_CONFIG_H.
61
622011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
63
64        * math/init.c, mathf/init.c, mathl/init.c: Now run.
65
662011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
67
68        * complex/Makefile.am, complex/init.c: Test now runs.
69
702011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
71
72        * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
73        since this is all of them.
74
752010-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
78        for c99.
79
802011-02-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
81
82        * cpuuse/tswitch.c: Shrink memory requirements.
83
842011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Require autoconf-2.68, automake-1.11.1.
87
882011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
91        * Makefile.am, configure.ac: Add mathf/, mathl/.
92        * math/init.c, math/Makefile.am: Reflect having split-out
93        mathl and mathf.
94        * math/domathf.c, math/domathl.c: Remove.
95        * mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
96        mathf/mathf.scn: New (Split out from math/).
97        * mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
98        mathl/mathl.scn: New (Split out from math/).
99
1002011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * math/init.c, complex/init.c:
103        Use fprintf(stdout,..) instead of printf.
104        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
105
1062011-01-31      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
109        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
110
1112011-01-28      Bharath Suri <bharath.s.jois@gmail.com>
112
113        PR 1661/testing
114        * termios06/init.c: Extend the test to cover sections related to
115        flow control in termios.c
116        * termios06/termios06.doc: Updated test concept
117        * termios06/termios06.scn: Updated test run log
118
1192011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * math/domath.in: Fix typo in printf.
122        * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
123        * math/math.scn: Regenerate.
124
1252011-01-10      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * configure.ac: Use ac_cv_header_complex_h.
128
1292010-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * math/Makefile.am, math/init.c: Init task has to be floating point and
132        there is no point in using optional manager stubs since libio needs
133        semaphores.
134
1352010-12-01      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * configure.ac: Check for complex.h.
138        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
139        toolchains.
140        * complex/Makefile.am: Apply HAS_COMPLEX.
141
1422010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Add complex, math subdirs.
145        * configure.ac: Add complex, math subdirs.
146
1472010-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * complex/Makefile.am, complex/init.c, complex/docomplex.c,
150        complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
151        complex/complex.doc, complex/docomplexl.c: New.
152        * math/Makefile.am, math/init.c, math/domath.c,
153        math/domathf.c, math/math.scn, math/domath.in,
154        math/math.doc, math/domathl.c: New.
155
1562010-09-01      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * POSIX/Makefile.am: Add htonl.
159        * POSIX/htonl.c: New.
160
1612010-08-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
162
163        * malloctest/init.c: Update for heap API changes.
164
1652010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
166
167        * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am,
168        gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files.
169        * Makefile.am, configure.ac: Reflect changes above.
170        * gxx01/init.c: Removed fatal error test case.
171
1722010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
173
174        PR 1661/testing
175        * termios01/init.c, termios01/termios01.scn: Added a test case to
176        hit a case in rtems_termios_read.
177
1782010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        PR 1664/testing
181        * termios01/init.c: Use INT_MAX instead of hard-coded number for error
182        case to avoid warning on 16-bit targets.
183
1842010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        PR 1661/testing
187        * malloc04/init.c: Add public methods to get/set malloc heap pointer so
188        the tests do not have to peer behind the API.
189
1902010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
191
192        PR 1661/testing
193        * termios01/init.c, termios01/termios_testdriver.c,
194        termios01/termios01.scn: Changes to improve coverage of
195        rtems_termios_open routine.
196
1972010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
198
199        PR 1654/testing
200        * deviceio01/init.c, deviceio01/deviceio01.doc,
201        deviceio01/deviceio01.scn, deviceio01/test_driver.c,
202        deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
203        * Makefile.am, configure.ac: Changes to added above test.
204        * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
205
2062010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * Makefile.am, configure.ac: Add test for rtems_print_buffer().
209        * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
210        dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
211
2122010-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
215        improve coverage.
216
2172010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
220        intital_fs directory.
221
2222010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
225
2262010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * tar01/Makefile.am:
229        Apply $LN_S, $PAX. Use subshell for tarball creation.
230        Don't add initial_fs to CLEANFILES.
231        * tar02/Makefile.am:
232        Apply $LN_S, $PAX. Use subshell for tarball creation.
233
2342010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * configure.ac: Add AC_PROG_LN_S.
237        Add AC_PATH_PROG([PAX]).
238        Add AM_CONDITIONAL(TARTESTS).
239        * tar01/Makefile.am, tar02/Makefile.am:
240        Eliminate stamp-filesystem.
241
2422010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * tar01/Makefile.am, tar02/Makefile.am:
245        Add BUILT_SOURCES.
246
2472010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * tar01/Makefile.am, tar02/Makefile.am:
250        Eliminate stamp-fs-tar. Reorder CLEANFILES.
251        Apply BIN2C -C/-H.
252
2532010-07-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
254
255        * tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
256        build.
257
2582010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
261        with $(MKDIR_P).
262
2632010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
266
2672010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
270
2712010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        PR 1532/testing
274        * Makefile.am, configure.ac: Add initial tests for untar capabilities.
275        * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
276        tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
277        tar02/tar02.doc, tar02/tar02.scn: New files.
278
2792010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
280
281        PR 1631/testing
282        * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
283        gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
284        * Makefile.am, configure.ac: Changes to accommodate new tests
285
2862010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        PR 1632/testing
289        * Makefile.am, configure.ac: Make dedicated fatal error test for
290        /dev/null already registered. Using code from Bharath in new test
291        framework.
292        * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
293        devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
294        devnullfatal01/testcase.h: New files.
295
2962010-07-27      Bharath Suri <bharath.s.jois@gmail.com>
297
298        PR 1632/testing
299        * devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
300        null_initialize() and null_write().
301
3022010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
305
3062010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
309
3102010-07-25      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
313
3142010-07-22      Bharath Suri <bharath.s.jois@gmail.com>
315
316        * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
317        devfs02/Makefile.am: New tests added
318        * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
319        devfs03/Makefile.am: New tests added
320        * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
321        devfs04/Makefile.am: New tests added
322        * Makefile.am, configure.ac: Changes to accommodate the above
323        newly added tests.
324
3252010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * Makefile.am, configure.ac, termios06/init.c: Add initial tests for
328        XON/XOFF and VMIN/VMAX cases.
329        * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
330        termios07/termios07.doc, termios07/termios07.scn,
331        termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
332        termios08/termios08.doc, termios08/termios08.scn: New files.
333
3342010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * Makefile.am, configure.ac: Add tar test for error cases.
337        * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
338        tar03/tar03.scn: New files.
339
3402010-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * stringto01/init.c, stringto01/stringto01.scn,
343        stringto01/stringto_test_template.h: Attempt to pick up a few more
344        error paths.
345
3462010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
347
348        PR 1617/testing
349        * malloctest/init.c: Added new case to exercise _realloc_r.
350
3512010-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
352
353        * malloctest/init.c: Added test for
354        rtems_heap_allocate_aligned_with_boundary().
355
3562010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * Makefile.am, configure.ac: Add new test to exercise devFS_Show().
359        * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
360        devfs01/devfs01.scn, devfs01/init.c: New files.
361
3622010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * Makefile.am, configure.ac: Add new test to exercise
365        malloc_get_statistics().
366        * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
367        malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
368
3692010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        PR 1535/tests
372        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
373        of work by Ralf and Joel.
374
3752010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
376
377        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
378
3792010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
382        to Malloc Family.
383        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
384        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
385
3862010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
387
388        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
389        cases. Coverage of these paths is near complete.
390
3912010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * malloctest/system.h: Enable malloc statistics.
394
3952010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
396
397        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
398
3992010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
400
401        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
402        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
403        termios06/termios06.doc, termios06/termios06.scn,
404        termios06/test_pppd.c: New files.
405
4062010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
407
408        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
409        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
410        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
411
4122010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
413
414        * termios04/termios_testdriver_intr.c: Task driven IO now works.
415
4162010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        * Makefile.am, configure.ac: Add test for task driven drivers.
419        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
420        termios05/termios05.doc, termios05/termios05.scn,
421        termios05/termios_testdriver_taskdriven.c,
422        termios05/termios_testdriver_taskdriven.h: New files.
423
4242010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
425
426        * Makefile.am, configure.ac: Revert changes related to uncommitted test
427        under development.
428
4292010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
432        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
433
4342010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
437        interrupt driven IO support.
438        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
439        termios04/termios04.doc, termios04/termios04.scn,
440        termios04/termios_testdriver_intr.c,
441        termios04/termios_testdriver_intr.h: New files.
442
4432010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
444
445        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
446        termios03/termios_testdriver_polled.c,
447        termios03/termios_testdriver_polled.h: Add more test cases.
448
4492010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
450
451        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
452
4532010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
454
455        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
456        termios03/termios03.doc, termios03/termios03.scn,
457        termios03/termios_testdriver_polled.c,
458        termios03/termios_testdriver_polled.h: New files.
459        * Makefile.am, configure.ac: Add initial version of new test for polled
460        IO support in termios.
461
4622010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
463
464        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
465        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
466        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
467        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
468        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
469        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
470        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
471        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
472        termios02/Makefile.am: Revert.
473
4742010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
475
476        * termios01/termios01.scn: Fix bug so existing test code for
477        rtems_termios_baud_to_index() is executed.
478
4792010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
480
481        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
482        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
483        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
484        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
485        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
486        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
487        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
488        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
489        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
490        code for rtems_termios_baud_to_index() is executed.
491
4922010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
493
494        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
495        before blowing stack.
496
4972010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
498
499        * Makefile.am, configure.ac: Added test that attempts to free stack
500        memory. This causes a error to be printed from the free function.
501        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
502        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
503
5042010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
505
506        * malloctest/init.c: Added error case with malloc of size 0.
507
5082010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
509
510        * malloctest/init.c: Added test to check failure branch on calloc.
511
5122010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
513
514        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
515
5162010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
517
518        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
519        for deferred free() processing.
520        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
521        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
522
5232010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
526        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
527        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
528        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
529        are minimal implementations so the tests will have to grow as the
530        methods grow.
531
5322010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
533
534        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
535
5362010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
537
538        PR 1433/cpukit
539        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
540        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
541        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
542        RTEMS_NO_MEMORY.
543
5442010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
545
546        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
547        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
548        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
549
5502010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
551
552        * Makefile.am: Move POSIX in front of other tests.
553
5542010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
555
556        * bspcmdline01/init.c: Fix assert conditional.
557
5582010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
559
560        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
561        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
562
5632010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * block10/.cvsignore: New file.
566
5672010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
568
569        * block05/block05.png, block10/block10.doc, block10/init.c,
570        block10/.cvsignore, block10/block10.scn, block10/block10.png,
571        block10/Makefile.am: New files.
572        * configure.ac, Makefile.am: Update for new files.
573        * block05/block05.doc: Update for new state transitions.
574
5752010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
576
577        * block08/.cvsignore, block09/.cvsignore: New files.
578
5792010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
580
581        * block08/init.c: Remove warning.
582
5832010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
584
585        * block08/block08.scn, block08/init.c: Add starting and ending messages
586        so the scripts detect successful exit.
587
5882010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
589
590        * block09/block09.doc, block09/init.c, block09/.cvsignore,
591        block09/block09.scn, block09/Makefile.am: New files.
592        * configure.ac, Makefile.am: Update for new files.
593        * block05/block05.doc: Update for new state transitions.
594        * block05/init.c, block06/init.c: Update for block device API change.
595
5962010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
597
598        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
599        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
600        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
601        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
602        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
603        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
604        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
605        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
606        block08/init.c, block08/Makefile.am, block08/system.h,
607        block08/test_disk.c: New files.
608
6092009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
610
611        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
612        to cover the bsp_cmdline_get_param() routine.
613
6142009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
615
616        * block06/init.c: Update for disk device API change.  Changed EBADRQC
617        to EINVAL.
618
6192009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
620
621        * termios01/init.c: Increase number of termios ports by 1.
622
6232009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
624
625        * termios01/termios_testdriver.c:
626        Reflect changes to rtems_termios_callbacks->write.
627
6282009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
629
630        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
631        block05/init.c, block07/init.c, bspcmdline01/init.c,
632        stringto01/init.c, stringto01/stringto_test_template.h,
633        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
634        Use rtems_test_assert() consistently instead of system assert().
635        rtems_test_assert() is designed to integrate into the RTEMS test
636        suite infrastructure.
637
6382009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
639
640        * POSIX/Makefile.am: Add readv, writev.
641        * POSIX/writev.c, POSIX/readv.c: New.
642
6432009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
644
645        * POSIX/sigfillset.c: Let main() return "status".
646        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
647        sigismember.
648        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
649        POSIX/sigismember.c: New.
650
6512009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
652
653        * POSIX/Makefile.am: Add wait.
654        * POSIX/wait.c: New.
655
6562009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
657
658        * bspcmdline01/test.c: Removed.
659
6602009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
661
662        * Makefile.am: Add POSIX.
663        * configure.ac: Add POSIX/.
664        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
665        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
666        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
667        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
668        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
669        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
670        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
671        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
672        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
673        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
674        POSIX/waitpid.c, POSIX/write.c: New.
675
6762009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
677
678        * stringto01/init.c: New file.
679
6802009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
683        * stringto01/.cvsignore, stringto01/Makefile.am,
684        stringto01/stringto01.doc, stringto01/stringto01.scn,
685        stringto01/stringto_test_template.h: New files.
686
6872009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
688
689        * block05/init.c: Check block size. Improved output.
690        * block01/init.c: Free ramdisk before exit.
691        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
692        block04/block04.doc, block05/block05.doc, block06/block06.doc,
693        block07/block07.doc: New files.
694        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
695        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
696        block07/Makefile.am: Add new files.
697
6982009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
699
700        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
701        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
702        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
703        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
704
7052009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
706
707        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
708        Remove bogus cast.
709        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
710
7112009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
712
713        * rtems++/Task1.cc: Eliminate more warnings.
714
7152009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
716
717        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
718        several dozens of warnings.
719
7202009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
721
722        * block06/init.c: Add missing prototype.
723
7242009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
725
726        * block07/init.c: New test case.
727
7282009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
729
730        * block05/init.c, block05/block05.scn, block05/Makefile.am,
731        block06/init.c, block06/block06.scn, block06/Makefile.am,
732        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
733        * Makefile.am, configure.ac: Added block05, block06 and block07.
734
7352009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
736
737        * termios/init.c: Remove sh2 hacks.
738
7392009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
740
741        * block01/init.c: Include <stdio.h>.
742        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
743        * block02/init.c: Remove unused var.
744
7452009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
746
747        * block02/init.c, block02/block02.scn, block02/Makefile.am,
748        block03/init.c, block03/block03.scn, block03/Makefile.am,
749        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
750        * Makefile.am, configure.ac: Added block02, block03 and block04.
751
7522009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
753
754        * monitor02/init.c: Add local prototype for
755        rtems_shell_main_monitor.
756
7572009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
758
759        * termios01/init.c: Fix parity_table_Entry type.
760        Correct parity_table initialization.
761        Add PRIdrtems_termios_baud_t.
762        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
763
7642009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
765
766        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
767        * malloctest/init.c: Use %zu instead of %d to print size_t's.
768
7692009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
770
771        * rtmonuse/init.c, rtmonuse/task1.c:
772        Use PRIxrtems_id to print rtems_ids.
773        * malloctest/init.c: Use %zu instead of %d to print size_t's.
774
7752009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
776
777        * malloctest/init.c: Fix _Heap_Resize_block args.
778
7792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
780
781        * malloctest/init.c, termios01/init.c,
782        termios01/termios_testdriver.c: Eliminate unused vars.
783
7842009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
785
786        * heapwalk/init.c: Comment out unused vars.
787        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
788        * malloctest/init.c: Add local prototype for malloc_walk,
789        malloc_info.
790        * malloctest/task1.c: Add local prototype for malloc_walk.
791        * monitor02/init.c: Remove unused vars.
792        * stackchk01/init.c: Remove unused vars.
793        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
794        termios/init.c: Add missing prototypes.
795
7962009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
797
798        * configure.ac: Don't add -fasm to CFLAGS.
799
8002009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
801
802        * block01/.cvsignore: New file.
803
8042009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
805
806        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
807        * Makefile.am, configure.ac: Added block01.
808
8092009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
810
811        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
812
8132009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
814
815        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
816        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
817        it.
818        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
819        termios02/termios02.doc, termios02/termios02.scn: New files.
820        termios02 is a test for tcdrain().
821
8222009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
823
824        * termios01/init.c, termios01/termios_testdriver.c:
825        Reflect changes to termios.
826
8272009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
828
829        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
830
8312009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
832
833        * stackchk01/stackchk01.doc: Add content.
834
8352009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
836
837        * Makefile.am, configure.ac: Add initial test for
838        rtems_stack_checker_is_blown.
839        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
840        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
841
8422009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
843
844        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
845        cases to get back to 100% object coverage.
846
8472009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
848
849        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
850        malloctest/malloctest.scn: New test cases.
851        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
852
8532009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
854
855        * malloctest/init.c: New test cases. Update for heap API changes.
856        * stackchk/blow.c: Update for heap API changes.
857
8582009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
859
860        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
861
8622009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
863
864        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
865        complete coverage of termios_XXX_to_YYY() methods.
866
8672009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
868
869        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
870        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
871        character with the assistance of a special test driver which prints
872        the requests.
873        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
874        termios01/termios01.doc, termios01/termios01.scn,
875        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
876
8772009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
878
879        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
880        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
881        rtems_clock_get_ticks_per_second().
882
8832009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
884
885        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
886        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
887
8882009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
889
890        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
891        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
892        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
893
8942009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
895
896        * malloctest/init.c: Adjust allocation in test so it passes now that
897        heap overhead constant has been increased.
898
8992009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
900
901        * bspcmdline01/init.c: Do not violate visibility.
902
9032009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
904
905        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
906        prefix to all routines.
907
9082009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
909
910        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
911        helper routines.
912        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
913        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
914        bspcmdline01/init.c, bspcmdline01/test.c: New files.
915
9162009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
917
918        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
919        for shrinking a block enough to need to free the newly unused
920        portion.
921
9222009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
923
924        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
925        _Protected_heap_Get_information().
926
9272009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
928
929        * heapwalk/init.c: Add test code for first free block pointer not
930        aligned.
931
9322009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
933
934        * heapwalk/init.c: Add more cases.
935
9362009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
937
938        * heapwalk/init.c: Add more automated corruption capability.
939
9402009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
941
942        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
943
9442009-05-19      Chris Johns <chrisj@rtems.org>
945
946        * cpuuse/tswitch.c: Lower sample count for small memory targets.
947        * cpuuse/system.h: Smaller stack size for small memory targets.
948        * monitor02/init.c: Cannot run on small memory targets.
949
9502009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
951
952        * rtmonuse/init.c: Do not use Task_name array before initialized.
953
9542009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
955
956        * malloctest/init.c: Fix warning.
957
9582009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
959
960        * malloctest/init.c: Fix typo.
961
9622009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
963
964        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
965        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
966        heapwalk/init.c, heapwalk/system.h: New files.
967
9682009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
969
970        * malloctest/init.c: Add test case for heap resize block when the
971        resize creates a free block large enough to free.
972
9732009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
974
975        * cpuuse/Makefile.am, malloctest/Makefile.am,
976        monitor/Makefile.am, monitor02/Makefile.am,
977        putenvtest/Makefile.am, rtems++/Makefile.am,
978        rtmonuse/Makefile.am, stackchk/Makefile.am,
979        termios/Makefile.am, tztest/Makefile.am:
980        Eliminate _exe_/.exe.
981
9822009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
983
984        * stackchk/stackchk.scn: Correct screen to match output.
985
9862008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
987
988        * malloctest/init.c: Change sizes of heap/region and allocated objects
989        in heap to intptr_t so they can be larger than a single allocatable
990        object (e.g. size_t).
991
9922008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
993
994        * malloctest/init.c: Do not generate alignment factors larger that will
995        not fit in a native integer.
996
9972008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
998
999        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
1000        CONFIGURE_STACK_CHECKER_ENABLED.
1001
10022008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1003
1004        * malloctest/init.c: Convert to "bool".
1005
10062008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1007
1008        * rtems++/System.h: Account for extra task stacks properly.
1009
10102008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
1011
1012        * malloctest/init.c: Fix return status check.
1013
10142008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1015
1016        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
1017        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
1018        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
1019        POSIX tests. Add a clock_settime case for < 1988.
1020
10212008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1022
1023        * malloctest/init.c: Add more test cases to cover heap better.
1024
10252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1026
1027        * malloctest/init.c: Add new test cases per Sergei. Make some of the
1028        stranger cases operate directly on a freshly initialized heap. This
1029        should make them more reproducible.
1030
10312008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1032
1033        * malloctest/init.c: Add more tests per suggestions from Sergei
1034        Organov.
1035
10362008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1037
1038        * malloctest/init.c: Add include to remove warning.
1039
10402008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
1041
1042        * malloctest/init.c: Remove debug print.
1043
10442008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
1045
1046        * monitor02/.cvsignore: New file.
1047
10482008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
1049
1050        * Makefile.am, configure.ac: Added automatic test for monitor shell
1051        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
1052        monitor02/system.h: New files.
1053
10542007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
1055
1056        * malloctest/init.c: Add test cases suggested by Sergei Organov
1057        <s.organov@javad.com>.
1058
10592007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
1060
1061        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
1062
10632007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
1064
1065        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
1066        exericise another path in the period statistics code.
1067
10682007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
1069
1070        * malloctest/init.c: Add some primitive testing of realloc() which also
1071        does some positive path testing on the SuperCore heap.
1072
10732007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1074
1075        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
1076        cases for untested routines.
1077
10782007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1079
1080        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
1081        the CPU Usage Report include it. If it is deleted, the CPU time it
1082        had consumed is not listed later in the report.
1083
10842007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1085
1086        * tztest/init.c: Build when using buffered test IO.
1087
10882007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1089
1090        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
1091        macro instead of fflush() directly.
1092
10932007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1094
1095        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
1096        Statistics and Period Usage into Rate Monotonic Manager. Added the
1097        following directives: rtems_rate_monotonic_get_statistics,
1098        rtems_rate_monotonic_reset_statistics,
1099        rtems_rate_monotonic_reset_all_statistics,
1100        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
1101        Obsoleted the rtems/rtmonuse.h file as a public interface.
1102
11032007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1104
1105        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
1106        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
1107        optional managers to Makefiles. Clean up test cases so last output
1108        line follows END OF pattern. Make sure test case all run. All tests
1109        appeared ok on sis.
1110
11112007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
1112
1113        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
1114
11152007-03-13      Joel Sherrill <joel@OARcorp.com>
1116
1117        * tztest/init.c: Call tzset() even though it may be called for us
1118        implicitly along the way.
1119
11202007-03-13      Joel Sherrill <joel@OARcorp.com>
1121
1122        * tztest/.cvsignore: New file.
1123
11242007-03-13      Joel Sherrill <joel@OARcorp.com>
1125
1126        * Makefile.am, configure.ac: Added timezone test.
1127        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
1128        tztest/tztest.scn: New files.
1129
11302007-03-05      Joel Sherrill <joel@OARcorp.com>
1131
1132        * malloctest/init.c: Be explicit about need for default and floating
1133        point attributes. This is just a style change.
1134
11352007-02-06      Joel Sherrill <joel@OARcorp.com>
1136
1137        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
1138        issues in message queue tests.
1139
11402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1141
1142        * configure.ac: New BUG-REPORT address.
1143
11442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1145
1146        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1147
11482006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1149
1150        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
1151        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
1152        docdir. Use rtems_testsdir instead.
1153
11542006-02-08      Joel Sherrill <joel@OARcorp.com>
1155
1156        * rtems++/Task1.cc: Fix warnings.
1157
11582005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1159
1160        * configure.ac: Remove RTEMS_ENABLE_BARE,
1161        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1162
11632005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1164
1165        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1166        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1167        stackchk/Makefile.am, termios/Makefile.am:
1168        Convert to using *_PROGRAMS.
1169
11702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1171
1172        * cpuuse/Makefile.am, malloctest/Makefile.am,
1173        monitor/Makefile.am, putenvtest/Makefile.am,
1174        rtems++/Makefile.am, rtmonuse/Makefile.am,
1175        stackchk/Makefile.am, termios/Makefile.am: Rework.
1176
11772005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1178
1179        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1180        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1181        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
1182        * libtests.am: Remove.
1183
11842005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1185
1186        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1187        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1188        stackchk/Makefile.am, termios/Makefile.am:
1189        AM_CPPFLAGS += -I..../support/include.
1190
11912005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1192
1193        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
1194        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
1195
11962005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1197
1198        * libtests.am: Remove LIB_VARIANT.
1199
12002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1201
1202        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1203        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1204        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
1205
12062005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1207
1208        * Makefile.am: Cleanup.
1209
12102005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1211
1212        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1213        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1214        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1215        stackchk/Makefile.am, termios/Makefile.am:
1216        Partial conversion to automake.
1217
12182005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1219
1220        * rtems++/Makefile.am: Remove LIB_VARIANT.
1221
12222004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1223
1224        * configure.ac: Remove -ansi to prevent folks from further damaging
1225        the code with broken prototypes.
1226        * putenvtest/init.c: Remove broken putenv prototype.
1227        * termios/init.c (print_c_cc): Don't loop over NCCS.
1228
12292004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1230
1231        * configure.ac: Require automake > 1.9.
1232
12332004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1234
1235        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1236        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1237        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1238        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1239        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1240        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1241        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1242        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1243
12442004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1245
1246        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
1247        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
1248        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
1249        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
1250        using c99 fixed size types.
1251
12522004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * configure.ac: Add 2nd arg to RTEMS_TOP.
1255
12562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1259        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1260        * malloctest/Makefile.am: Ditto.
1261        * monitor/Makefile.am: Ditto.
1262        * putenvtest/Makefile.am: Ditto.
1263        * rtems++/Makefile.am: Ditto.
1264        * rtmonuse/Makefile.am: Ditto.
1265        * stackchk/Makefile.am: Ditto.
1266        * termios/Makefile.am: Ditto.
1267
12682003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * libtests.am: Add dirstamp support.
1271
12722003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1275
12762003-12-16      Joel Sherrill <joel@OARcorp.com>
1277
1278        PR 544/tests
1279        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
1280        tests account for resources and not print at inappropriate times.
1281
12822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1285
12862003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
1289        * malloctest/Makefile.am: Remove all-local: $(ARCH).
1290        * monitor/Makefile.am: Remove all-local: $(ARCH).
1291        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
1292        * rtems++/Makefile.am: Remove all-local: $(ARCH).
1293        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
1294        * stackchk/Makefile.am: Remove all-local: $(ARCH).
1295        * termios/Makefile.am: Remove all-local: $(ARCH).
1296
12972003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * configure.ac: Reflect having moved to testsuites/.
1300
13012003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1304
13052003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * configure.ac:Remove RTEMS_CHECK_CPU.
1308
13092003-09-04      Joel Sherrill <joel@OARcorp.com>
1310
1311        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
1312        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
1313        malloctest/system.h, malloctest/task1.c, monitor/init.c,
1314        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
1315        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
1316        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
1317        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
1318        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
1319        stackchk/task1.c: URL for license changed.
1320
13212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1322
1323        * Makefile.am: Reflect having moved aclocal/.
1324
13252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1326
1327        * Makefile.am: Reflect having moved automake/.
1328        * cpuuse/Makefile.am: Reflect having moved automake/.
1329        * malloctest/Makefile.am: Reflect having moved automake/.
1330        * monitor/Makefile.am: Reflect having moved automake/.
1331        * putenvtest/Makefile.am: Reflect having moved automake/.
1332        * rtems++/Makefile.am: Reflect having moved automake/.
1333        * rtmonuse/Makefile.am: Reflect having moved automake/.
1334        * stackchk/Makefile.am: Reflect having moved automake/.
1335        * termios/Makefile.am: Reflect having moved automake/.
1336
13372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1340
13412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1344
13452003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * configure.ac: Unconditionally check for CXX.
1348        Require autoconf-2.57, automake-1.7.2.
1349        * rtems++: Eliminate CC_O_FILES.
1350
13512002-12-02      Joel Sherrill <joel@OARcorp.com>
1352
1353        * malloctest/init.c: Tasks should be floating point.
1354
13552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * .cvsignore: Reformat.
1358        Add autom4te*cache.
1359        Remove autom4te.cache.
1360
13612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
1364        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
1365        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
1366        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
1367        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1368        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1369        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1370        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1371
13722002-08-01      Joel Sherrill <joel@OARcorp.com>
1373
1374        * Per PR47 add support for buffered test output.  This involved
1375        adding defines to redirect output to a buffer and dump it when
1376        full, at "test pause", and at exit.  To avoid problems when redefining
1377        exit(), all tests were modified to call rtems_test_exit().
1378        Some tests, notable psxtests, had to be modified to include
1379        the standard test macro .h file (pmacros.h or tmacros.h) to
1380        enable this support.
1381        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1382        rtmonuse/task1.c, termios/init.c: Modified.
1383
13842002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * configure.ac: Remove ENABLE_GCC28.
1387
13882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * configure.ac:
1391        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1392        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1393        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1395        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1396        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1397        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1398        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1399        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1400        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1401        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1402
14032001-11-01      Joel Sherrill <joel@OARcorp.com>
1404
1405        * rtems++/Makefile.am: Make sure debug variant of librtems++
1406        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1407        and processed as PR78.
1408
14092001-10-25      Joel Sherrill <joel@OARcorp.com>
1410
1411        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1412
14132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
1415        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1416        * configure.in: Remove.
1417        * configure.ac: New file, generated from configure.in by autoupdate.
1418
14192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1422        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1423
14242001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1427        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1428        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1429        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1430        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1431        make-cxx-exe.
1432        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1433        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1434        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1435
14362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1437
1438        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1439
14402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1443
14442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1447
14482000-11-01      Joel Sherrill <joel@OARcorp.com>
1449
1450        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1451        libcsupport.h moved from libc to lib/include/rtems and now must
1452        be referenced as <rtems/XXX.h>. 
1453
14542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1457        Switch to GNU canonicalization.
1458        * libtests.am: Remove DEFS.
1459
14602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1463        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1464        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1465
14662000-08-10      Joel Sherrill <joel@OARcorp.com>
1467
1468        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.