summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (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.
* Fix parity_table_Entry type.Ralf Corsepius2009-10-271-8/+11
| | | | | | 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.
* Use PRIu32 to print uint32_t's.Ralf Corsepius2009-10-261-3/+3
|
* Use %zu instead of %d to print size_t's.Ralf Corsepius2009-10-261-1/+1
|
* 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.
* Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2009-10-262-5/+5
|
* 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.
* Use %zu instead of %d to print size_t's.Ralf Corsepius2009-10-261-2/+2
|
* Fix _Heap_Resize_block args.Ralf Corsepius2009-10-261-1/+1
|
* 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.
* Eliminate unused vars.Ralf Corsepius2009-10-263-15/+4
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * heapwalk/init.c: Comment out unused vars.
* Comment out unused vars.Ralf Corsepius2009-10-261-3/+3
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+1
| | | | * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
* Include <rtems/termiostypes.h.Ralf Corsepius2009-10-261-0/+1
|
* Add local prototype for malloc_walk, malloc_info.Ralf Corsepius2009-10-261-0/+4
|
* 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.
* Add local prototype for malloc_walk.Ralf Corsepius2009-10-261-0/+3
|
* 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.
* Remove unused vars.Ralf Corsepius2009-10-262-3/+0
|
* 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.
* Add missing prototypes.Ralf Corsepius2009-10-264-9/+9
|
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -fasm to CFLAGS.
* 2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-192-0/+6
| | | | * block01/.cvsignore: New file.
* added block01 testThomas Doerfler2009-10-196-1/+221
|
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-123-6/+7
| | | | * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-019-2/+128
| | | | | | | | | * 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.
* Reflect changes to termios.Ralf Corsepius2009-10-012-12/+12
|
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-262-2/+6
| | | | * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
* 2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-242-0/+26
| | | | * stackchk01/stackchk01.doc: Add content.
* 2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-218-1/+85
| | | | | | | * 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-093-11/+20
| | | | | * 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-097-1113/+1657
| | | | | | * 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-063-26/+456
| | | | | * 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-263-14/+18
| | | | * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
* 2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-153-0/+230
| | | | | * 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-1510-1/+936
| | | | | | | | | | * 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-123-4/+12
| | | | | | * 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-103-7/+12
| | | | | * 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-105-12/+18
| | | | | | * 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-092-1/+6
| | | | | * 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-072-2/+9
| | | | * bspcmdline01/init.c: Do not violate visibility.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-063-51/+57
| | | | | * 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-059-2/+405
| | | | | | | | * 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-093-309/+338
| | | | | | * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test for shrinking a block enough to need to free the newly unused portion.