summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc04 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-061-4/+4
| | | | * malloc04/init.c: Fix tests broken in warning pass.
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-051-1/+10
| | | | | | * devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c, malloctest/init.c, termios03/termios_testdriver_polled.c, termios04/termios_testdriver_intr.c: Remove warnings.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-101-16/+18
| | | | | | PR 1661/testing * malloc04/init.c: Add public methods to get/set malloc heap pointer so the tests do not have to peer behind the API.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-142-2/+18
| | | | | | PR 1535/tests * malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix of work by Ralf and Joel.
* 2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-085-0/+191
* Makefile.am, configure.ac: Add test for exercising sbrk() extension to Malloc Family. * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c, malloc04/malloc04.doc, malloc04/malloc04.scn: New files.