summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp63 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-7/+7
| | | | | | | | * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c, spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c, spwkspace/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
|
* Pass UINTPTR_MAX instead of 0xffffffff to _Heap_Allocate for 16bit compliance.Ralf Corsepius2009-10-301-1/+1
|
* Use PRIu32 to print uint32_t's.Ralf Corsepius2009-10-271-2/+2
|
* Fix _Heap_Resize_block args.Ralf Corsepius2009-10-261-4/+4
|
* Eliminate unused vars.Ralf Corsepius2009-10-241-2/+2
|
* 2009-08-25 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-08-261-3/+7
| | | | | * sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos. * sp63/init.c: Check return value of _Heap_Initialize().
* 2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-182-2/+8
| | | | | * sp63/init.c, sp63/sp63.scn: Add case for math on size requested overflowing on _Heap_Allocate_aligned.
* 2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-051-1/+50
| | | | | | | | * Makefile.am, configure.ac, sp63/init.c: Add new test for exercising when we are unable to allocate the memory needed for an object extend. Make sure all is handled properly. * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc, sp64/sp64.scn: New files.
* 2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-011-1/+1
| | | | * sp63/init.c: Correct test case two.
* 2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-012-8/+41
| | | | | * sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second test case to exercise another odd branch not taken.
* 2009-07-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-015-0/+120
* Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a particular path is taken through the _Heap_Resize_block code. * sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc, sp63/sp63.scn: New files.