summaryrefslogtreecommitdiff
path: root/test/testpools.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-5/+5
* * test/testpools.c (test_tags): Fix spurious failure with APR_POOL_DEBUG.jorton2019-07-021-0/+5
* * test/testpools.c (dodgy_cleanup) Run the right cleanup.jorton2018-11-231-1/+1
* * test/testpools.c: Test that it is safe to run a cleanup from a cleanup,jorton2018-11-231-0/+25
* Add apr_pool_get_tag to retrieve the pool tag name.jorton2017-12-121-0/+8
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-181-2/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Reuse cleanup structures to prevent memory consumption from repeatedjorton2004-06-171-0/+48
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-10/+10
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-26/+26
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-8/+0
* Make global variables static where appropriate.jorton2002-11-141-2/+2
* change to a more appropriate CuAssert* calltrawick2002-10-231-1/+1
* Port testpools to the new test suite.rbb2002-10-221-59/+59
* Update our copyright for this year.fielding2002-03-131-1/+1
* clean up some warnings (unused variables, unprototyped exportedtrawick2002-01-171-5/+2
* Add a quick 5 minute "incredibly simple" pools test app.dreid2002-01-121-0/+157