summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2009-07-082009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-328/+1094
* malloctest/init.c, malloctest/malloctest.scn: Add error cases for _Protected_heap_Get_information().
2009-06-102009-06-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-16/+47
* heapwalk/init.c: Add test code for first free block pointer not aligned.
2009-06-082009-06-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+46
* heapwalk/init.c: Add more cases.
2009-06-062009-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-8/+48
* heapwalk/init.c: Add more automated corruption capability.
2009-06-052009-06-05 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill3-0/+29
* heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
2009-05-182009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns4-3/+20
* 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-172009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* rtmonuse/init.c: Do not use Task_name array before initialized.
2009-05-092009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+4
* malloctest/init.c: Fix warning.
2009-05-072009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* malloctest/init.c: Fix typo.
2009-05-072009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill8-2/+142
* 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-072009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2-0/+24
* malloctest/init.c: Add test case for heap resize block when the resize creates a free block large enough to free.
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius10-70/+70
2009-04-032009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-112009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+8
* stackchk/stackchk.scn: Correct screen to match output.
2008-12-152008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+7
* 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).
2008-10-142008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+22
* malloctest/init.c: Do not generate alignment factors larger that will not fit in a native integer.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+6
* stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-06Convert to "bool".Ralf Corsepius1-3/+3
2008-09-062008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* malloctest/init.c: Convert to "bool".
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* rtems++/System.h: Account for extra task stacks properly.
2008-02-272008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* malloctest/init.c: Fix return status check.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill9-8/+15
* cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c, putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
2008-01-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+82
* malloctest/init.c: Add more test cases to cover heap better.
2008-01-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-20/+44
* malloctest/init.c: Add new test cases per Sergei. Make some of the stranger cases operate directly on a freshly initialized heap. This should make them more reproducible.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-9/+46
* malloctest/init.c: Add more tests per suggestions from Sergei Organov.
2008-01-252008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+5
* malloctest/init.c: Add include to remove warning.
2008-01-222008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+4
* malloctest/init.c: Remove debug print.
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+6
* monitor02/.cvsignore: New file.
2008-01-092008-01-09 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett7-1/+155
* Makefile.am, configure.ac: Added automatic test for monitor shell * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn, monitor02/system.h: New files.