source: rtems/testsuites/libtests/ChangeLog @ 830c6ee

4.115
Last change on this file since 830c6ee was 830c6ee, checked in by Joel Sherrill <joel.sherrill@…>, on 07/14/10 at 23:23:12

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

PR 1535/tests

  • malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix of work by Ralf and Joel.
  • Property mode set to 100644
File size: 38.2 KB
Line 
12010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1535/tests
4        * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
5        of work by Ralf and Joel.
6
72010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
10
112010-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac: Add test for exercising sbrk() extension
14        to Malloc Family.
15        * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
16        malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
17
182010-07-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
21        cases. Coverage of these paths is near complete.
22
232010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * malloctest/system.h: Enable malloc statistics.
26
272010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * Makefile.am, configure.ac: tar01 and tar02 not merged yet.
30
312010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
34        * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c,
35        termios06/termios06.doc, termios06/termios06.scn,
36        termios06/test_pppd.c: New files.
37
382010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
41        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
42        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
43
442010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * termios04/termios_testdriver_intr.c: Task driven IO now works.
47
482010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am, configure.ac: Add test for task driven drivers.
51        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
52        termios05/termios05.doc, termios05/termios05.scn,
53        termios05/termios_testdriver_taskdriven.c,
54        termios05/termios_testdriver_taskdriven.h: New files.
55
562010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.am, configure.ac: Revert changes related to uncommitted test
59        under development.
60
612010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
64        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
65
662010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
69        interrupt driven IO support.
70        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
71        termios04/termios04.doc, termios04/termios04.scn,
72        termios04/termios_testdriver_intr.c,
73        termios04/termios_testdriver_intr.h: New files.
74
752010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
78        termios03/termios_testdriver_polled.c,
79        termios03/termios_testdriver_polled.h: Add more test cases.
80
812010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
84
852010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
88        termios03/termios03.doc, termios03/termios03.scn,
89        termios03/termios_testdriver_polled.c,
90        termios03/termios_testdriver_polled.h: New files.
91        * Makefile.am, configure.ac: Add initial version of new test for polled
92        IO support in termios.
93
942010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
95
96        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
97        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
98        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
99        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
100        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
101        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
102        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
103        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
104        termios02/Makefile.am: Revert.
105
1062010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
107
108        * termios01/termios01.scn: Fix bug so existing test code for
109        rtems_termios_baud_to_index() is executed.
110
1112010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
112
113        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
114        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
115        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
116        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
117        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
118        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
119        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
120        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
121        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
122        code for rtems_termios_baud_to_index() is executed.
123
1242010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
125
126        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
127        before blowing stack.
128
1292010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
130
131        * Makefile.am, configure.ac: Added test that attempts to free stack
132        memory. This causes a error to be printed from the free function.
133        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
134        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
135
1362010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
137
138        * malloctest/init.c: Added error case with malloc of size 0.
139
1402010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
141
142        * malloctest/init.c: Added test to check failure branch on calloc.
143
1442010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
147
1482010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
151        for deferred free() processing.
152        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
153        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
154
1552010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
158        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
159        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
160        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
161        are minimal implementations so the tests will have to grow as the
162        methods grow.
163
1642010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
165
166        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
167
1682010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
169
170        PR 1433/cpukit
171        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
172        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
173        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
174        RTEMS_NO_MEMORY.
175
1762010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
177
178        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
179        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
180        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
181
1822010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Move POSIX in front of other tests.
185
1862010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
187
188        * bspcmdline01/init.c: Fix assert conditional.
189
1902010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
193        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
194
1952010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * block10/.cvsignore: New file.
198
1992010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
200
201        * block05/block05.png, block10/block10.doc, block10/init.c,
202        block10/.cvsignore, block10/block10.scn, block10/block10.png,
203        block10/Makefile.am: New files.
204        * configure.ac, Makefile.am: Update for new files.
205        * block05/block05.doc: Update for new state transitions.
206
2072010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * block08/.cvsignore, block09/.cvsignore: New files.
210
2112010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * block08/init.c: Remove warning.
214
2152010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * block08/block08.scn, block08/init.c: Add starting and ending messages
218        so the scripts detect successful exit.
219
2202010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
221
222        * block09/block09.doc, block09/init.c, block09/.cvsignore,
223        block09/block09.scn, block09/Makefile.am: New files.
224        * configure.ac, Makefile.am: Update for new files.
225        * block05/block05.doc: Update for new state transitions.
226        * block05/init.c, block06/init.c: Update for block device API change.
227
2282010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
229
230        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
231        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
232        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
233        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
234        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
235        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
236        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
237        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
238        block08/init.c, block08/Makefile.am, block08/system.h,
239        block08/test_disk.c: New files.
240
2412009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
242
243        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
244        to cover the bsp_cmdline_get_param() routine.
245
2462009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
247
248        * block06/init.c: Update for disk device API change.  Changed EBADRQC
249        to EINVAL.
250
2512009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * termios01/init.c: Increase number of termios ports by 1.
254
2552009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * termios01/termios_testdriver.c:
258        Reflect changes to rtems_termios_callbacks->write.
259
2602009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
263        block05/init.c, block07/init.c, bspcmdline01/init.c,
264        stringto01/init.c, stringto01/stringto_test_template.h,
265        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
266        Use rtems_test_assert() consistently instead of system assert().
267        rtems_test_assert() is designed to integrate into the RTEMS test
268        suite infrastructure.
269
2702009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * POSIX/Makefile.am: Add readv, writev.
273        * POSIX/writev.c, POSIX/readv.c: New.
274
2752009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * POSIX/sigfillset.c: Let main() return "status".
278        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
279        sigismember.
280        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
281        POSIX/sigismember.c: New.
282
2832009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * POSIX/Makefile.am: Add wait.
286        * POSIX/wait.c: New.
287
2882009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * bspcmdline01/test.c: Removed.
291
2922009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * Makefile.am: Add POSIX.
295        * configure.ac: Add POSIX/.
296        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
297        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
298        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
299        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
300        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
301        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
302        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
303        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
304        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
305        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
306        POSIX/waitpid.c, POSIX/write.c: New.
307
3082009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * stringto01/init.c: New file.
311
3122009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
315        * stringto01/.cvsignore, stringto01/Makefile.am,
316        stringto01/stringto01.doc, stringto01/stringto01.scn,
317        stringto01/stringto_test_template.h: New files.
318
3192009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
320
321        * block05/init.c: Check block size. Improved output.
322        * block01/init.c: Free ramdisk before exit.
323        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
324        block04/block04.doc, block05/block05.doc, block06/block06.doc,
325        block07/block07.doc: New files.
326        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
327        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
328        block07/Makefile.am: Add new files.
329
3302009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
331
332        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
333        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
334        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
335        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
336
3372009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
340        Remove bogus cast.
341        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
342
3432009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * rtems++/Task1.cc: Eliminate more warnings.
346
3472009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
350        several dozens of warnings.
351
3522009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * block06/init.c: Add missing prototype.
355
3562009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
357
358        * block07/init.c: New test case.
359
3602009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
361
362        * block05/init.c, block05/block05.scn, block05/Makefile.am,
363        block06/init.c, block06/block06.scn, block06/Makefile.am,
364        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
365        * Makefile.am, configure.ac: Added block05, block06 and block07.
366
3672009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * termios/init.c: Remove sh2 hacks.
370
3712009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * block01/init.c: Include <stdio.h>.
374        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
375        * block02/init.c: Remove unused var.
376
3772009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
378
379        * block02/init.c, block02/block02.scn, block02/Makefile.am,
380        block03/init.c, block03/block03.scn, block03/Makefile.am,
381        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
382        * Makefile.am, configure.ac: Added block02, block03 and block04.
383
3842009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * monitor02/init.c: Add local prototype for
387        rtems_shell_main_monitor.
388
3892009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * termios01/init.c: Fix parity_table_Entry type.
392        Correct parity_table initialization.
393        Add PRIdrtems_termios_baud_t.
394        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
395
3962009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
399        * malloctest/init.c: Use %zu instead of %d to print size_t's.
400
4012009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * rtmonuse/init.c, rtmonuse/task1.c:
404        Use PRIxrtems_id to print rtems_ids.
405        * malloctest/init.c: Use %zu instead of %d to print size_t's.
406
4072009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * malloctest/init.c: Fix _Heap_Resize_block args.
410
4112009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * malloctest/init.c, termios01/init.c,
414        termios01/termios_testdriver.c: Eliminate unused vars.
415
4162009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * heapwalk/init.c: Comment out unused vars.
419        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
420        * malloctest/init.c: Add local prototype for malloc_walk,
421        malloc_info.
422        * malloctest/task1.c: Add local prototype for malloc_walk.
423        * monitor02/init.c: Remove unused vars.
424        * stackchk01/init.c: Remove unused vars.
425        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
426        termios/init.c: Add missing prototypes.
427
4282009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * configure.ac: Don't add -fasm to CFLAGS.
431
4322009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * block01/.cvsignore: New file.
435
4362009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
437
438        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
439        * Makefile.am, configure.ac: Added block01.
440
4412009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
444
4452009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
448        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
449        it.
450        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
451        termios02/termios02.doc, termios02/termios02.scn: New files.
452        termios02 is a test for tcdrain().
453
4542009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * termios01/init.c, termios01/termios_testdriver.c:
457        Reflect changes to termios.
458
4592009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
460
461        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
462
4632009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * stackchk01/stackchk01.doc: Add content.
466
4672009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
468
469        * Makefile.am, configure.ac: Add initial test for
470        rtems_stack_checker_is_blown.
471        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
472        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
473
4742009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
475
476        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
477        cases to get back to 100% object coverage.
478
4792009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
480
481        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
482        malloctest/malloctest.scn: New test cases.
483        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
484
4852009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
486
487        * malloctest/init.c: New test cases. Update for heap API changes.
488        * stackchk/blow.c: Update for heap API changes.
489
4902009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
491
492        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
493
4942009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
497        complete coverage of termios_XXX_to_YYY() methods.
498
4992009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
502        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
503        character with the assistance of a special test driver which prints
504        the requests.
505        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
506        termios01/termios01.doc, termios01/termios01.scn,
507        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
508
5092009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
512        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
513        rtems_clock_get_ticks_per_second().
514
5152009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
516
517        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
518        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
519
5202009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
521
522        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
523        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
524        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
525
5262009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
527
528        * malloctest/init.c: Adjust allocation in test so it passes now that
529        heap overhead constant has been increased.
530
5312009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
532
533        * bspcmdline01/init.c: Do not violate visibility.
534
5352009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
536
537        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
538        prefix to all routines.
539
5402009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
541
542        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
543        helper routines.
544        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
545        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
546        bspcmdline01/init.c, bspcmdline01/test.c: New files.
547
5482009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
549
550        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
551        for shrinking a block enough to need to free the newly unused
552        portion.
553
5542009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
555
556        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
557        _Protected_heap_Get_information().
558
5592009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
560
561        * heapwalk/init.c: Add test code for first free block pointer not
562        aligned.
563
5642009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
565
566        * heapwalk/init.c: Add more cases.
567
5682009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
569
570        * heapwalk/init.c: Add more automated corruption capability.
571
5722009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
573
574        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
575
5762009-05-19      Chris Johns <chrisj@rtems.org>
577
578        * cpuuse/tswitch.c: Lower sample count for small memory targets.
579        * cpuuse/system.h: Smaller stack size for small memory targets.
580        * monitor02/init.c: Cannot run on small memory targets.
581
5822009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * rtmonuse/init.c: Do not use Task_name array before initialized.
585
5862009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        * malloctest/init.c: Fix warning.
589
5902009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
591
592        * malloctest/init.c: Fix typo.
593
5942009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
595
596        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
597        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
598        heapwalk/init.c, heapwalk/system.h: New files.
599
6002009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
601
602        * malloctest/init.c: Add test case for heap resize block when the
603        resize creates a free block large enough to free.
604
6052009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
606
607        * cpuuse/Makefile.am, malloctest/Makefile.am,
608        monitor/Makefile.am, monitor02/Makefile.am,
609        putenvtest/Makefile.am, rtems++/Makefile.am,
610        rtmonuse/Makefile.am, stackchk/Makefile.am,
611        termios/Makefile.am, tztest/Makefile.am:
612        Eliminate _exe_/.exe.
613
6142009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
615
616        * stackchk/stackchk.scn: Correct screen to match output.
617
6182008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
619
620        * malloctest/init.c: Change sizes of heap/region and allocated objects
621        in heap to intptr_t so they can be larger than a single allocatable
622        object (e.g. size_t).
623
6242008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
625
626        * malloctest/init.c: Do not generate alignment factors larger that will
627        not fit in a native integer.
628
6292008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
630
631        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
632        CONFIGURE_STACK_CHECKER_ENABLED.
633
6342008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
635
636        * malloctest/init.c: Convert to "bool".
637
6382008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
639
640        * rtems++/System.h: Account for extra task stacks properly.
641
6422008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
643
644        * malloctest/init.c: Fix return status check.
645
6462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
647
648        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
649        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
650        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
651        POSIX tests. Add a clock_settime case for < 1988.
652
6532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * malloctest/init.c: Add more test cases to cover heap better.
656
6572008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
658
659        * malloctest/init.c: Add new test cases per Sergei. Make some of the
660        stranger cases operate directly on a freshly initialized heap. This
661        should make them more reproducible.
662
6632008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
664
665        * malloctest/init.c: Add more tests per suggestions from Sergei
666        Organov.
667
6682008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
669
670        * malloctest/init.c: Add include to remove warning.
671
6722008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
673
674        * malloctest/init.c: Remove debug print.
675
6762008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
677
678        * monitor02/.cvsignore: New file.
679
6802008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
681
682        * Makefile.am, configure.ac: Added automatic test for monitor shell
683        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
684        monitor02/system.h: New files.
685
6862007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * malloctest/init.c: Add test cases suggested by Sergei Organov
689        <s.organov@javad.com>.
690
6912007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
692
693        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
694
6952007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
696
697        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
698        exericise another path in the period statistics code.
699
7002007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
701
702        * malloctest/init.c: Add some primitive testing of realloc() which also
703        does some positive path testing on the SuperCore heap.
704
7052007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
706
707        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
708        cases for untested routines.
709
7102007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
711
712        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
713        the CPU Usage Report include it. If it is deleted, the CPU time it
714        had consumed is not listed later in the report.
715
7162007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
717
718        * tztest/init.c: Build when using buffered test IO.
719
7202007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
721
722        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
723        macro instead of fflush() directly.
724
7252007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
726
727        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
728        Statistics and Period Usage into Rate Monotonic Manager. Added the
729        following directives: rtems_rate_monotonic_get_statistics,
730        rtems_rate_monotonic_reset_statistics,
731        rtems_rate_monotonic_reset_all_statistics,
732        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
733        Obsoleted the rtems/rtmonuse.h file as a public interface.
734
7352007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
736
737        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
738        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
739        optional managers to Makefiles. Clean up test cases so last output
740        line follows END OF pattern. Make sure test case all run. All tests
741        appeared ok on sis.
742
7432007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
744
745        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
746
7472007-03-13      Joel Sherrill <joel@OARcorp.com>
748
749        * tztest/init.c: Call tzset() even though it may be called for us
750        implicitly along the way.
751
7522007-03-13      Joel Sherrill <joel@OARcorp.com>
753
754        * tztest/.cvsignore: New file.
755
7562007-03-13      Joel Sherrill <joel@OARcorp.com>
757
758        * Makefile.am, configure.ac: Added timezone test.
759        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
760        tztest/tztest.scn: New files.
761
7622007-03-05      Joel Sherrill <joel@OARcorp.com>
763
764        * malloctest/init.c: Be explicit about need for default and floating
765        point attributes. This is just a style change.
766
7672007-02-06      Joel Sherrill <joel@OARcorp.com>
768
769        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
770        issues in message queue tests.
771
7722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
773
774        * configure.ac: New BUG-REPORT address.
775
7762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
777
778        * configure.ac: Require autoconf-2.60. Require automake-1.10.
779
7802006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
781
782        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
783        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
784        docdir. Use rtems_testsdir instead.
785
7862006-02-08      Joel Sherrill <joel@OARcorp.com>
787
788        * rtems++/Task1.cc: Fix warnings.
789
7902005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
791
792        * configure.ac: Remove RTEMS_ENABLE_BARE,
793        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
794
7952005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
796
797        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
798        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
799        stackchk/Makefile.am, termios/Makefile.am:
800        Convert to using *_PROGRAMS.
801
8022005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * cpuuse/Makefile.am, malloctest/Makefile.am,
805        monitor/Makefile.am, putenvtest/Makefile.am,
806        rtems++/Makefile.am, rtmonuse/Makefile.am,
807        stackchk/Makefile.am, termios/Makefile.am: Rework.
808
8092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
812        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
813        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
814        * libtests.am: Remove.
815
8162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
817
818        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
819        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
820        stackchk/Makefile.am, termios/Makefile.am:
821        AM_CPPFLAGS += -I..../support/include.
822
8232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
824
825        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
826        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
827
8282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
829
830        * libtests.am: Remove LIB_VARIANT.
831
8322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
833
834        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
835        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
836        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
837
8382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
839
840        * Makefile.am: Cleanup.
841
8422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
843
844        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
845        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
846        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
847        stackchk/Makefile.am, termios/Makefile.am:
848        Partial conversion to automake.
849
8502005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * rtems++/Makefile.am: Remove LIB_VARIANT.
853
8542004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
855
856        * configure.ac: Remove -ansi to prevent folks from further damaging
857        the code with broken prototypes.
858        * putenvtest/init.c: Remove broken putenv prototype.
859        * termios/init.c (print_c_cc): Don't loop over NCCS.
860
8612004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
862
863        * configure.ac: Require automake > 1.9.
864
8652004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
866
867        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
868        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
869        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
870        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
871        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
872        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
873        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
874        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
875
8762004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
877
878        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
879        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
880        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
881        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
882        using c99 fixed size types.
883
8842004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * configure.ac: Add 2nd arg to RTEMS_TOP.
887
8882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
891        Add PRE/TMPINSTALL_FILES to CLEANFILES.
892        * malloctest/Makefile.am: Ditto.
893        * monitor/Makefile.am: Ditto.
894        * putenvtest/Makefile.am: Ditto.
895        * rtems++/Makefile.am: Ditto.
896        * rtmonuse/Makefile.am: Ditto.
897        * stackchk/Makefile.am: Ditto.
898        * termios/Makefile.am: Ditto.
899
9002003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * libtests.am: Add dirstamp support.
903
9042003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
907
9082003-12-16      Joel Sherrill <joel@OARcorp.com>
909
910        PR 544/tests
911        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
912        tests account for resources and not print at inappropriate times.
913
9142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
917
9182003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
921        * malloctest/Makefile.am: Remove all-local: $(ARCH).
922        * monitor/Makefile.am: Remove all-local: $(ARCH).
923        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
924        * rtems++/Makefile.am: Remove all-local: $(ARCH).
925        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
926        * stackchk/Makefile.am: Remove all-local: $(ARCH).
927        * termios/Makefile.am: Remove all-local: $(ARCH).
928
9292003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * configure.ac: Reflect having moved to testsuites/.
932
9332003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * configure.ac: Remove RTEMS_CANONICAL_HOST.
936
9372003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * configure.ac:Remove RTEMS_CHECK_CPU.
940
9412003-09-04      Joel Sherrill <joel@OARcorp.com>
942
943        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
944        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
945        malloctest/system.h, malloctest/task1.c, monitor/init.c,
946        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
947        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
948        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
949        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
950        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
951        stackchk/task1.c: URL for license changed.
952
9532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * Makefile.am: Reflect having moved aclocal/.
956
9572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * Makefile.am: Reflect having moved automake/.
960        * cpuuse/Makefile.am: Reflect having moved automake/.
961        * malloctest/Makefile.am: Reflect having moved automake/.
962        * monitor/Makefile.am: Reflect having moved automake/.
963        * putenvtest/Makefile.am: Reflect having moved automake/.
964        * rtems++/Makefile.am: Reflect having moved automake/.
965        * rtmonuse/Makefile.am: Reflect having moved automake/.
966        * stackchk/Makefile.am: Reflect having moved automake/.
967        * termios/Makefile.am: Reflect having moved automake/.
968
9692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
972
9732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * configure.ac: Remove AC_CONFIG_AUX_DIR.
976
9772003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * configure.ac: Unconditionally check for CXX.
980        Require autoconf-2.57, automake-1.7.2.
981        * rtems++: Eliminate CC_O_FILES.
982
9832002-12-02      Joel Sherrill <joel@OARcorp.com>
984
985        * malloctest/init.c: Tasks should be floating point.
986
9872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * .cvsignore: Reformat.
990        Add autom4te*cache.
991        Remove autom4te.cache.
992
9932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
996        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
997        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
998        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
999        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
1000        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
1001        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
1002        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
1003
10042002-08-01      Joel Sherrill <joel@OARcorp.com>
1005
1006        * Per PR47 add support for buffered test output.  This involved
1007        adding defines to redirect output to a buffer and dump it when
1008        full, at "test pause", and at exit.  To avoid problems when redefining
1009        exit(), all tests were modified to call rtems_test_exit().
1010        Some tests, notable psxtests, had to be modified to include
1011        the standard test macro .h file (pmacros.h or tmacros.h) to
1012        enable this support.
1013        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
1014        rtmonuse/task1.c, termios/init.c: Modified.
1015
10162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * configure.ac: Remove ENABLE_GCC28.
1019
10202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * configure.ac:
1023        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1024        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1025        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1026        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1027        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1028        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
1029        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
1030        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
1031        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
1032        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
1033        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
1034
10352001-11-01      Joel Sherrill <joel@OARcorp.com>
1036
1037        * rtems++/Makefile.am: Make sure debug variant of librtems++
1038        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1039        and processed as PR78.
1040
10412001-10-25      Joel Sherrill <joel@OARcorp.com>
1042
1043        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1044
10452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1048        * configure.in: Remove.
1049        * configure.ac: New file, generated from configure.in by autoupdate.
1050
10512001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1054        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1055
10562001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1059        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1060        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1061        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1062        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1063        make-cxx-exe.
1064        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1065        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1066        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1067
10682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1069
1070        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1071
10722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1075
10762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1079
10802000-11-01      Joel Sherrill <joel@OARcorp.com>
1081
1082        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1083        libcsupport.h moved from libc to lib/include/rtems and now must
1084        be referenced as <rtems/XXX.h>. 
1085
10862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1089        Switch to GNU canonicalization.
1090        * libtests.am: Remove DEFS.
1091
10922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1095        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1096        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1097
10982000-08-10      Joel Sherrill <joel@OARcorp.com>
1099
1100        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.