summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+7
| | | | | | | * termios01/init.c: Fix parity_table_Entry type. Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * rtmonuse/task1.c: Use PRIu32 to print uint32_t's. * malloctest/init.c: Use %zu instead of %d to print size_t's.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+2
| | | | | * rtmonuse/init.c, rtmonuse/task1.c: Use PRIxrtems_id to print rtems_ids.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+4
| | | | * malloctest/init.c: Use %zu instead of %d to print size_t's.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+4
| | | | * malloctest/init.c: Fix _Heap_Resize_block args.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * malloctest/init.c, termios01/init.c, termios01/termios_testdriver.c: Eliminate unused vars.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * heapwalk/init.c: Comment out unused vars.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+2
| | | | | * malloctest/init.c: Add local prototype for malloc_walk, malloc_info.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * malloctest/task1.c: Add local prototype for malloc_walk.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * monitor02/init.c: Remove unused vars.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * stackchk01/init.c: Remove unused vars.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * heapwalk/init.c, malloctest/init.c, stackchk/blow.c, termios/init.c: Add missing prototypes.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-0/+4
| | | | * configure.ac: Don't add -fasm to CFLAGS.
* 2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-191-0/+4
| | | | * block01/.cvsignore: New file.
* added block01 testThomas Doerfler2009-10-191-0/+5
|
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-121-0/+4
| | | | * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-011-0/+9
| | | | | | | | | * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-011-0/+5
| | | | | * termios01/init.c, termios01/termios_testdriver.c: Reflect changes to termios.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-261-0/+4
| | | | * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
* 2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-241-0/+4
| | | | * stackchk01/stackchk01.doc: Add content.
* 2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-211-0/+7
| | | | | | | * Makefile.am, configure.ac: Add initial test for rtems_stack_checker_is_blown. * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c, stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
* 2009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-09-091-0/+5
| | | | | * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test cases to get back to 100% object coverage.
* 2009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill2009-09-091-0/+6
| | | | | | * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c, malloctest/malloctest.scn: New test cases. * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
* 2009-09-03 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill2009-09-061-0/+5
| | | | | * malloctest/init.c: New test cases. Update for heap API changes. * stackchk/blow.c: Update for heap API changes.
* 2009-08-19 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-08-261-0/+4
| | | | * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
* 2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-151-0/+5
| | | | | * termios01/init.c, termios01/termios01.scn: Add a few error paths to complete coverage of termios_XXX_to_YYY() methods.
* 2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-151-0/+10
| | | | | | | | | | * Makefile.am, configure.ac: Add new test to exercise tcgetattr and tcsetattr. Does a variety of baud, parity, stop bits, and bits per character with the assistance of a special test driver which prints the requests. * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c, termios01/termios01.doc, termios01/termios01.scn, termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-0/+6
| | | | | | * malloctest/task1.c, stackchk/task1.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-0/+5
| | | | | * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-0/+6
| | | | | | * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c, stackchk/task1.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
* 2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-091-0/+5
| | | | | * malloctest/init.c: Adjust allocation in test so it passes now that heap overhead constant has been increased.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-071-0/+4
| | | | * bspcmdline01/init.c: Do not violate visibility.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-061-0/+5
| | | | | * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as prefix to all routines.
* 2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-051-0/+8
| | | | | | | | * Makefile.am, configure.ac: Add test for new BSP Boot Command Line helper routines. * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am, bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c, bspcmdline01/test.c: New files.
* 2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-091-0/+6
| | | | | | * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test for shrinking a block enough to need to free the newly unused portion.
* 2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-081-0/+5
| | | | | * malloctest/init.c, malloctest/malloctest.scn: Add error cases for _Protected_heap_Get_information().
* 2009-06-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-101-0/+5
| | | | | * heapwalk/init.c: Add test code for first free block pointer not aligned.
* 2009-06-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-081-0/+4
| | | | * heapwalk/init.c: Add more cases.
* 2009-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-061-0/+4
| | | | * heapwalk/init.c: Add more automated corruption capability.
* 2009-06-05 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-06-051-0/+4
| | | | * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
* 2009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-181-0/+6
| | | | | | * cpuuse/tswitch.c: Lower sample count for small memory targets. * cpuuse/system.h: Smaller stack size for small memory targets. * monitor02/init.c: Cannot run on small memory targets.
* 2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-171-0/+4
| | | | * rtmonuse/init.c: Do not use Task_name array before initialized.
* 2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-091-0/+4
| | | | * malloctest/init.c: Fix warning.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-071-0/+4
| | | | * malloctest/init.c: Fix typo.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-071-0/+6
| | | | | | * Makefile.am, configure.ac: Add shell of heap walk test for Santosh. * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn, heapwalk/init.c, heapwalk/system.h: New files.
* 2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-05-071-0/+5
| | | | | * malloctest/init.c: Add test case for heap resize block when the resize creates a free block large enough to free.
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+9
| | | | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am, tztest/Makefile.am: Eliminate _exe_/.exe.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-111-0/+4
| | | | * stackchk/stackchk.scn: Correct screen to match output.
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-0/+6
| | | | | | * malloctest/init.c: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t).