summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-272009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-27Fix parity_table_Entry type.Ralf Corsepius1-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-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-26Use PRIu32 to print uint32_t's.Ralf Corsepius1-3/+3
2009-10-26Use %zu instead of %d to print size_t's.Ralf Corsepius1-1/+1
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* rtmonuse/init.c, rtmonuse/task1.c: Use PRIxrtems_id to print rtems_ids.
2009-10-26Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2-5/+5
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* malloctest/init.c: Use %zu instead of %d to print size_t's.
2009-10-26Use %zu instead of %d to print size_t's.Ralf Corsepius1-2/+2
2009-10-26Fix _Heap_Resize_block args.Ralf Corsepius1-1/+1
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* malloctest/init.c: Fix _Heap_Resize_block args.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* malloctest/init.c, termios01/init.c, termios01/termios_testdriver.c: Eliminate unused vars.
2009-10-26Eliminate unused vars.Ralf Corsepius3-15/+4
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* heapwalk/init.c: Comment out unused vars.
2009-10-26Comment out unused vars.Ralf Corsepius1-3/+3
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
2009-10-26Include <rtems/termiostypes.h.Ralf Corsepius1-0/+1
2009-10-26Add local prototype for malloc_walk, malloc_info.Ralf Corsepius1-0/+4
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* malloctest/init.c: Add local prototype for malloc_walk, malloc_info.
2009-10-26Add local prototype for malloc_walk.Ralf Corsepius1-0/+3
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* malloctest/task1.c: Add local prototype for malloc_walk.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* monitor02/init.c: Remove unused vars.
2009-10-26Remove unused vars.Ralf Corsepius2-3/+0
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* stackchk01/init.c: Remove unused vars.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* heapwalk/init.c, malloctest/init.c, stackchk/blow.c, termios/init.c: Add missing prototypes.
2009-10-26Add missing prototypes.Ralf Corsepius4-9/+9
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Don't add -fasm to CFLAGS.
2009-10-192009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
* block01/.cvsignore: New file.
2009-10-19added block01 testThomas Doerfler6-1/+221
2009-10-122009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-6/+7
* cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
2009-10-012009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill9-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-012009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* termios01/init.c, termios01/termios_testdriver.c: Reflect changes to termios.
2009-10-01Reflect changes to termios.Ralf Corsepius2-12/+12
2009-09-262009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
2009-09-242009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+26
* stackchk01/stackchk01.doc: Add content.
2009-09-212009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill8-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-092009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill3-11/+20
* heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test cases to get back to 100% object coverage.
2009-09-092009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill7-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-062009-09-03 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill3-26/+456
* malloctest/init.c: New test cases. Update for heap API changes. * stackchk/blow.c: Update for heap API changes.
2009-08-262009-08-19 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill3-14/+18
* heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
2009-08-152009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-0/+230
* termios01/init.c, termios01/termios01.scn: Add a few error paths to complete coverage of termios_XXX_to_YYY() methods.
2009-08-152009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill10-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-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-102009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-102009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-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-092009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+6
* malloctest/init.c: Adjust allocation in test so it passes now that heap overhead constant has been increased.
2009-08-072009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+9
* bspcmdline01/init.c: Do not violate visibility.
2009-08-062009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-51/+57
* bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as prefix to all routines.
2009-08-052009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill9-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-092009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-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.