summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloctest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use %zu instead of %d to print size_t's.Ralf Corsepius2009-10-261-1/+1
|
* 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
|
* Eliminate unused vars.Ralf Corsepius2009-10-261-9/+4
|
* Add local prototype for malloc_walk, malloc_info.Ralf Corsepius2009-10-261-0/+4
|
* Add local prototype for malloc_walk.Ralf Corsepius2009-10-261-0/+3
|
* Add missing prototypes.Ralf Corsepius2009-10-261-3/+3
|
* 2009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill2009-09-092-999/+1351
| | | | | | * 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-061-25/+450
| | | | | * malloctest/init.c: New test cases. Update for heap API changes. * stackchk/blow.c: Update for heap API changes.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-2/+3
| | | | | | * 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-101-3/+3
| | | | | | * 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-091-1/+1
| | | | | * malloctest/init.c: Adjust allocation in test so it passes now that heap overhead constant has been increased.
* 2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-092-309/+332
| | | | | | * 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-082-328/+1089
| | | | | * malloctest/init.c, malloctest/malloctest.scn: Add error cases for _Protected_heap_Get_information().
* 2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-091-1/+0
| | | | * malloctest/init.c: Fix warning.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-071-1/+1
| | | | * malloctest/init.c: Fix typo.
* 2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-05-071-0/+19
| | | | | * 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-031-7/+7
|
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-1/+1
| | | | | | * 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-141-2/+17
| | | | | * malloctest/init.c: Do not generate alignment factors larger that will not fit in a native integer.
* Convert to "bool".Ralf Corsepius2008-09-061-3/+3
|
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-271-1/+1
| | | | * malloctest/init.c: Fix return status check.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-011-1/+1
| | | | | | | * 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-311-0/+78
| | | | * malloctest/init.c: Add more test cases to cover heap better.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-311-20/+38
| | | | | | * 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-291-9/+41
| | | | | * malloctest/init.c: Add more tests per suggestions from Sergei Organov.
* 2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-251-0/+1
| | | | * malloctest/init.c: Add include to remove warning.
* 2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-221-1/+0
| | | | * malloctest/init.c: Remove debug print.
* 2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-201-5/+57
| | | | | * malloctest/init.c: Add test cases suggested by Sergei Organov <s.organov@javad.com>.
* 2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-192-3/+43
| | | | * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
* 2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-121-0/+17
| | | | | * malloctest/init.c: Add some primitive testing of realloc() which also does some positive path testing on the SuperCore heap.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-111-1/+1
| | | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-051-6/+6
| | | | | * malloctest/init.c: Be explicit about need for default and floating point attributes. This is just a style change.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-111-2/+1
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-131-11/+8
|
* Rework.Ralf Corsepius2005-11-111-22/+6
|
* Cosmetics.Ralf Corsepius2005-11-111-3/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-111-5/+4
|
* Expand libtests.am.Ralf Corsepius2005-11-111-1/+13
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-101-2/+1
|
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-091-0/+2
|
* Remove SRC, PRINT_SRC.Ralf Corsepius2005-11-071-2/+0
|
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-071-1/+1
|
* Partial conversion to automake.Ralf Corsepius2005-11-071-9/+6
|
* * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius2004-04-011-1/+1
| | | | | | | | | | * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-0/+2
| | | | | | | | | | | | * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * malloctest/Makefile.am: Ditto. * monitor/Makefile.am: Ditto. * putenvtest/Makefile.am: Ditto. * rtems++/Makefile.am: Ditto. * rtmonuse/Makefile.am: Ditto. * stackchk/Makefile.am: Ditto. * termios/Makefile.am: Ditto.
* 2003-12-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-12-161-1/+1
| | | | | | PR 544/tests * malloctest/system.h, rtmonuse/system.h: Various modifications to make tests account for resources and not print at inappropriate times.
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-2/+1
| | | | | | | | | | | * cpuuse/Makefile.am: Remove all-local: $(ARCH). * malloctest/Makefile.am: Remove all-local: $(ARCH). * monitor/Makefile.am: Remove all-local: $(ARCH). * putenvtest/Makefile.am: Remove all-local: $(ARCH). * rtems++/Makefile.am: Remove all-local: $(ARCH). * rtmonuse/Makefile.am: Remove all-local: $(ARCH). * stackchk/Makefile.am: Remove all-local: $(ARCH). * termios/Makefile.am: Remove all-local: $(ARCH).
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-043-3/+3
| | | | | | | | | | | | * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c, malloctest/system.h, malloctest/task1.c, monitor/init.c, monitor/system.h, putenvtest/init.c, rtems++/Init.cc, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c, stackchk/system.h, stackchk/task1.c: URL for license changed.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-3/+3
| | | | | | | | | | | | Makefile.am: Reflect having moved automake. cpuuse/Makefile.am: Reflect having moved automake. malloctest/Makefile.am: Reflect having moved automake. monitor/Makefile.am: Reflect having moved automake. putenvtest/Makefile.am: Reflect having moved automake. rtems++/Makefile.am: Reflect having moved automake. rtmonuse/Makefile.am: Reflect having moved automake. stackchk/Makefile.am: Reflect having moved automake. termios/Makefile.am: Reflect having moved automake.