source: rtems/testsuites/libtests/ChangeLog @ 80640ef

4.104.115
Last change on this file since 80640ef was 90d24022, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/29/09 at 12:55:30

Added block02, block03 and block04

  • Property mode set to 100644
File size: 24.5 KB
Line 
12009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * block02/init.c, block02/block02.scn, block02/Makefile.am,
4        block03/init.c, block03/block03.scn, block03/Makefile.am,
5        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
6        * Makefile.am, configure.ac: Added block02, block03 and block04.
7
82009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * monitor02/init.c: Add local prototype for
11        rtems_shell_main_monitor.
12
132009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * termios01/init.c: Fix parity_table_Entry type.
16        Correct parity_table initialization.
17        Add PRIdrtems_termios_baud_t.
18        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
19
202009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
23        * malloctest/init.c: Use %zu instead of %d to print size_t's.
24
252009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * rtmonuse/init.c, rtmonuse/task1.c:
28        Use PRIxrtems_id to print rtems_ids.
29        * malloctest/init.c: Use %zu instead of %d to print size_t's.
30
312009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * malloctest/init.c: Fix _Heap_Resize_block args.
34
352009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * malloctest/init.c, termios01/init.c,
38        termios01/termios_testdriver.c: Eliminate unused vars.
39
402009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * heapwalk/init.c: Comment out unused vars.
43        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
44        * malloctest/init.c: Add local prototype for malloc_walk,
45        malloc_info.
46        * malloctest/task1.c: Add local prototype for malloc_walk.
47        * monitor02/init.c: Remove unused vars.
48        * stackchk01/init.c: Remove unused vars.
49        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
50        termios/init.c: Add missing prototypes.
51
522009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Don't add -fasm to CFLAGS.
55
562009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * block01/.cvsignore: New file.
59
602009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
61
62        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
63        * Makefile.am, configure.ac: Added block01.
64
652009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
68
692009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
72        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
73        it.
74        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
75        termios02/termios02.doc, termios02/termios02.scn: New files.
76        termios02 is a test for tcdrain().
77
782009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * termios01/init.c, termios01/termios_testdriver.c:
81        Reflect changes to termios.
82
832009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
86
872009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * stackchk01/stackchk01.doc: Add content.
90
912009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, configure.ac: Add initial test for
94        rtems_stack_checker_is_blown.
95        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
96        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
97
982009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
99
100        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
101        cases to get back to 100% object coverage.
102
1032009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
104
105        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
106        malloctest/malloctest.scn: New test cases.
107        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
108
1092009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
110
111        * malloctest/init.c: New test cases. Update for heap API changes.
112        * stackchk/blow.c: Update for heap API changes.
113
1142009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
115
116        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
117
1182009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
121        complete coverage of termios_XXX_to_YYY() methods.
122
1232009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
126        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
127        character with the assistance of a special test driver which prints
128        the requests.
129        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
130        termios01/termios01.doc, termios01/termios01.scn,
131        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
132
1332009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
136        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
137        rtems_clock_get_ticks_per_second().
138
1392009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
142        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
143
1442009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
147        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
148        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
149
1502009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * malloctest/init.c: Adjust allocation in test so it passes now that
153        heap overhead constant has been increased.
154
1552009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * bspcmdline01/init.c: Do not violate visibility.
158
1592009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
162        prefix to all routines.
163
1642009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
167        helper routines.
168        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
169        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
170        bspcmdline01/init.c, bspcmdline01/test.c: New files.
171
1722009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
175        for shrinking a block enough to need to free the newly unused
176        portion.
177
1782009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
181        _Protected_heap_Get_information().
182
1832009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * heapwalk/init.c: Add test code for first free block pointer not
186        aligned.
187
1882009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * heapwalk/init.c: Add more cases.
191
1922009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * heapwalk/init.c: Add more automated corruption capability.
195
1962009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
197
198        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
199
2002009-05-19      Chris Johns <chrisj@rtems.org>
201
202        * cpuuse/tswitch.c: Lower sample count for small memory targets.
203        * cpuuse/system.h: Smaller stack size for small memory targets.
204        * monitor02/init.c: Cannot run on small memory targets.
205
2062009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * rtmonuse/init.c: Do not use Task_name array before initialized.
209
2102009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * malloctest/init.c: Fix warning.
213
2142009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * malloctest/init.c: Fix typo.
217
2182009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
221        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
222        heapwalk/init.c, heapwalk/system.h: New files.
223
2242009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
225
226        * malloctest/init.c: Add test case for heap resize block when the
227        resize creates a free block large enough to free.
228
2292009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * cpuuse/Makefile.am, malloctest/Makefile.am,
232        monitor/Makefile.am, monitor02/Makefile.am,
233        putenvtest/Makefile.am, rtems++/Makefile.am,
234        rtmonuse/Makefile.am, stackchk/Makefile.am,
235        termios/Makefile.am, tztest/Makefile.am:
236        Eliminate _exe_/.exe.
237
2382009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * stackchk/stackchk.scn: Correct screen to match output.
241
2422008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * malloctest/init.c: Change sizes of heap/region and allocated objects
245        in heap to intptr_t so they can be larger than a single allocatable
246        object (e.g. size_t).
247
2482008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * malloctest/init.c: Do not generate alignment factors larger that will
251        not fit in a native integer.
252
2532008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
256        CONFIGURE_STACK_CHECKER_ENABLED.
257
2582008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * malloctest/init.c: Convert to "bool".
261
2622008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * rtems++/System.h: Account for extra task stacks properly.
265
2662008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * malloctest/init.c: Fix return status check.
269
2702008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
273        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
274        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
275        POSIX tests. Add a clock_settime case for < 1988.
276
2772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * malloctest/init.c: Add more test cases to cover heap better.
280
2812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * malloctest/init.c: Add new test cases per Sergei. Make some of the
284        stranger cases operate directly on a freshly initialized heap. This
285        should make them more reproducible.
286
2872008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
288
289        * malloctest/init.c: Add more tests per suggestions from Sergei
290        Organov.
291
2922008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * malloctest/init.c: Add include to remove warning.
295
2962008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * malloctest/init.c: Remove debug print.
299
3002008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * monitor02/.cvsignore: New file.
303
3042008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
305
306        * Makefile.am, configure.ac: Added automatic test for monitor shell
307        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
308        monitor02/system.h: New files.
309
3102007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * malloctest/init.c: Add test cases suggested by Sergei Organov
313        <s.organov@javad.com>.
314
3152007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
318
3192007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
322        exericise another path in the period statistics code.
323
3242007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * malloctest/init.c: Add some primitive testing of realloc() which also
327        does some positive path testing on the SuperCore heap.
328
3292007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
330
331        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
332        cases for untested routines.
333
3342007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
337        the CPU Usage Report include it. If it is deleted, the CPU time it
338        had consumed is not listed later in the report.
339
3402007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * tztest/init.c: Build when using buffered test IO.
343
3442007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
347        macro instead of fflush() directly.
348
3492007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
352        Statistics and Period Usage into Rate Monotonic Manager. Added the
353        following directives: rtems_rate_monotonic_get_statistics,
354        rtems_rate_monotonic_reset_statistics,
355        rtems_rate_monotonic_reset_all_statistics,
356        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
357        Obsoleted the rtems/rtmonuse.h file as a public interface.
358
3592007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
360
361        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
362        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
363        optional managers to Makefiles. Clean up test cases so last output
364        line follows END OF pattern. Make sure test case all run. All tests
365        appeared ok on sis.
366
3672007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
370
3712007-03-13      Joel Sherrill <joel@OARcorp.com>
372
373        * tztest/init.c: Call tzset() even though it may be called for us
374        implicitly along the way.
375
3762007-03-13      Joel Sherrill <joel@OARcorp.com>
377
378        * tztest/.cvsignore: New file.
379
3802007-03-13      Joel Sherrill <joel@OARcorp.com>
381
382        * Makefile.am, configure.ac: Added timezone test.
383        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
384        tztest/tztest.scn: New files.
385
3862007-03-05      Joel Sherrill <joel@OARcorp.com>
387
388        * malloctest/init.c: Be explicit about need for default and floating
389        point attributes. This is just a style change.
390
3912007-02-06      Joel Sherrill <joel@OARcorp.com>
392
393        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
394        issues in message queue tests.
395
3962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * configure.ac: New BUG-REPORT address.
399
4002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
401
402        * configure.ac: Require autoconf-2.60. Require automake-1.10.
403
4042006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
405
406        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
407        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
408        docdir. Use rtems_testsdir instead.
409
4102006-02-08      Joel Sherrill <joel@OARcorp.com>
411
412        * rtems++/Task1.cc: Fix warnings.
413
4142005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
415
416        * configure.ac: Remove RTEMS_ENABLE_BARE,
417        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
418
4192005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
420
421        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
422        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
423        stackchk/Makefile.am, termios/Makefile.am:
424        Convert to using *_PROGRAMS.
425
4262005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * cpuuse/Makefile.am, malloctest/Makefile.am,
429        monitor/Makefile.am, putenvtest/Makefile.am,
430        rtems++/Makefile.am, rtmonuse/Makefile.am,
431        stackchk/Makefile.am, termios/Makefile.am: Rework.
432
4332005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
436        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
437        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
438        * libtests.am: Remove.
439
4402005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
443        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
444        stackchk/Makefile.am, termios/Makefile.am:
445        AM_CPPFLAGS += -I..../support/include.
446
4472005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
448
449        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
450        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
451
4522005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * libtests.am: Remove LIB_VARIANT.
455
4562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
459        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
460        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
461
4622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
463
464        * Makefile.am: Cleanup.
465
4662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
469        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
470        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
471        stackchk/Makefile.am, termios/Makefile.am:
472        Partial conversion to automake.
473
4742005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * rtems++/Makefile.am: Remove LIB_VARIANT.
477
4782004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * configure.ac: Remove -ansi to prevent folks from further damaging
481        the code with broken prototypes.
482        * putenvtest/init.c: Remove broken putenv prototype.
483        * termios/init.c (print_c_cc): Don't loop over NCCS.
484
4852004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * configure.ac: Require automake > 1.9.
488
4892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
492        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
493        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
494        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
495        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
496        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
497        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
498        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
499
5002004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
503        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
504        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
505        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
506        using c99 fixed size types.
507
5082004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Add 2nd arg to RTEMS_TOP.
511
5122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
515        Add PRE/TMPINSTALL_FILES to CLEANFILES.
516        * malloctest/Makefile.am: Ditto.
517        * monitor/Makefile.am: Ditto.
518        * putenvtest/Makefile.am: Ditto.
519        * rtems++/Makefile.am: Ditto.
520        * rtmonuse/Makefile.am: Ditto.
521        * stackchk/Makefile.am: Ditto.
522        * termios/Makefile.am: Ditto.
523
5242003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * libtests.am: Add dirstamp support.
527
5282003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
531
5322003-12-16      Joel Sherrill <joel@OARcorp.com>
533
534        PR 544/tests
535        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
536        tests account for resources and not print at inappropriate times.
537
5382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
541
5422003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
545        * malloctest/Makefile.am: Remove all-local: $(ARCH).
546        * monitor/Makefile.am: Remove all-local: $(ARCH).
547        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
548        * rtems++/Makefile.am: Remove all-local: $(ARCH).
549        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
550        * stackchk/Makefile.am: Remove all-local: $(ARCH).
551        * termios/Makefile.am: Remove all-local: $(ARCH).
552
5532003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Reflect having moved to testsuites/.
556
5572003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Remove RTEMS_CANONICAL_HOST.
560
5612003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac:Remove RTEMS_CHECK_CPU.
564
5652003-09-04      Joel Sherrill <joel@OARcorp.com>
566
567        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
568        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
569        malloctest/system.h, malloctest/task1.c, monitor/init.c,
570        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
571        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
572        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
573        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
574        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
575        stackchk/task1.c: URL for license changed.
576
5772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: Reflect having moved aclocal/.
580
5812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * Makefile.am: Reflect having moved automake/.
584        * cpuuse/Makefile.am: Reflect having moved automake/.
585        * malloctest/Makefile.am: Reflect having moved automake/.
586        * monitor/Makefile.am: Reflect having moved automake/.
587        * putenvtest/Makefile.am: Reflect having moved automake/.
588        * rtems++/Makefile.am: Reflect having moved automake/.
589        * rtmonuse/Makefile.am: Reflect having moved automake/.
590        * stackchk/Makefile.am: Reflect having moved automake/.
591        * termios/Makefile.am: Reflect having moved automake/.
592
5932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
596
5972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: Remove AC_CONFIG_AUX_DIR.
600
6012003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.ac: Unconditionally check for CXX.
604        Require autoconf-2.57, automake-1.7.2.
605        * rtems++: Eliminate CC_O_FILES.
606
6072002-12-02      Joel Sherrill <joel@OARcorp.com>
608
609        * malloctest/init.c: Tasks should be floating point.
610
6112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * .cvsignore: Reformat.
614        Add autom4te*cache.
615        Remove autom4te.cache.
616
6172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
620        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
621        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
622        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
623        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
624        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
625        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
626        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
627
6282002-08-01      Joel Sherrill <joel@OARcorp.com>
629
630        * Per PR47 add support for buffered test output.  This involved
631        adding defines to redirect output to a buffer and dump it when
632        full, at "test pause", and at exit.  To avoid problems when redefining
633        exit(), all tests were modified to call rtems_test_exit().
634        Some tests, notable psxtests, had to be modified to include
635        the standard test macro .h file (pmacros.h or tmacros.h) to
636        enable this support.
637        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
638        rtmonuse/task1.c, termios/init.c: Modified.
639
6402002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Remove ENABLE_GCC28.
643
6442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac:
647        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
648        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
649        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
658
6592001-11-01      Joel Sherrill <joel@OARcorp.com>
660
661        * rtems++/Makefile.am: Make sure debug variant of librtems++
662        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
663        and processed as PR78.
664
6652001-10-25      Joel Sherrill <joel@OARcorp.com>
666
667        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
668
6692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
672        * configure.in: Remove.
673        * configure.ac: New file, generated from configure.in by autoupdate.
674
6752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
678        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
679
6802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
683        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
684        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
685        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
686        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
687        make-cxx-exe.
688        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
689        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
690        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
691
6922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
693
694        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
695
6962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
699
7002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
703
7042000-11-01      Joel Sherrill <joel@OARcorp.com>
705
706        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
707        libcsupport.h moved from libc to lib/include/rtems and now must
708        be referenced as <rtems/XXX.h>. 
709
7102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
713        Switch to GNU canonicalization.
714        * libtests.am: Remove DEFS.
715
7162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
719        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
720        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
721
7222000-08-10      Joel Sherrill <joel@OARcorp.com>
723
724        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.