summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-083-328/+1094
| | | | | * 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-102-16/+47
| | | | | * 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-082-2/+46
| | | | * heapwalk/init.c: Add more cases.
* 2009-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-062-8/+48
| | | | * heapwalk/init.c: Add more automated corruption capability.
* 2009-06-05 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-06-053-0/+29
| | | | * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
* 2009-05-19 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-184-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-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-172-2/+8
| | | | * rtmonuse/init.c: Do not use Task_name array before initialized.
* 2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-092-1/+4
| | | | * malloctest/init.c: Fix warning.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-072-1/+5
| | | | * malloctest/init.c: Fix typo.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-078-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-07 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-05-072-0/+24
| | | | | * malloctest/init.c: Add test case for heap resize block when the resize creates a free block large enough to free.
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-0310-70/+70
|
* 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-112-1/+8
| | | | * stackchk/stackchk.scn: Correct screen to match output.
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-152-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-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-142-2/+22
| | | | | * malloctest/init.c: Do not generate alignment factors larger that will not fit in a native integer.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-172-1/+6
| | | | | * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
* Convert to "bool".Ralf Corsepius2008-09-061-3/+3
|
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * malloctest/init.c: Convert to "bool".
* 2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-172-2/+6
| | | | * rtems++/System.h: Account for extra task stacks properly.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-272-1/+5
| | | | * malloctest/init.c: Fix return status check.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-019-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-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-312-0/+82
| | | | * malloctest/init.c: Add more test cases to cover heap better.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-312-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-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-292-9/+46
| | | | | * malloctest/init.c: Add more tests per suggestions from Sergei Organov.
* 2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-252-0/+5
| | | | * malloctest/init.c: Add include to remove warning.
* 2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-222-1/+4
| | | | * malloctest/init.c: Remove debug print.
* 2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-092-0/+6
| | | | * monitor02/.cvsignore: New file.
* 2008-01-09 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-01-097-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.