summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structurebnicholes2004-12-079-18/+18
* drop .cvsignore filesnd2004-11-242-50/+0
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-174-51/+23
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-1/+1
* Win32: Fix compile break in apr tests. PR: 30103 by Craig Rodriguesstoddard2004-07-262-4/+8
* * test/abts.c (abts_run_test): Avoid the malloc/free.jorton2004-07-081-7/+5
* Add support for KQueue and sys_epoll to apr_pollset.jerenkrantz2004-07-061-4/+8
* * test/teststr.c (string_strfsize, overflow_strfsize): Addjorton2004-06-301-0/+62
* The failure to delete the conditional lock ws causing a hang on BeOS, sodreid2004-06-301-0/+2
* Destroy the shared memory once the test finishes.dreid2004-06-291-1/+6
* Bring over the display fix from apr-util.dreid2004-06-291-1/+1
* If a test fails due to be not implemented, then record it as suchdreid2004-06-291-3/+1
* Fix apr_snprintf() to respect precision for small floating pointtrawick2004-06-271-0/+19
* Bring in the patch from apr-util that allows for NULL strings to be passeddreid2004-06-211-1/+3
* Reuse cleanup structures to prevent memory consumption from repeatedjorton2004-06-171-0/+48
* * test/testprocmutex.c (test_exclusive): Take lock type parameter.jorton2004-06-141-5/+28
* * test/Makefile.in (libmod_test.la): Link against dependencies forjorton2004-06-101-1/+1
* * test/testglobalmutex.c (testglobalmutex): Fix declaration.jorton2004-06-101-4/+2
* Use abts_log_message to log data about which test is being run.rbb2004-06-091-0/+2
* Use the void *data parameter to test functions to pass in the lockrbb2004-06-091-47/+16
* * test/Makefile.in: Revert broken r1.161.jorton2004-06-081-4/+0
* Merge from ABTS svn repo. Don't pring success message when -l is used.rbb2004-06-081-0/+4
* * test/abts_tests.h: Disable tests for API combination which doesn'tjorton2004-06-071-0/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-0722-140/+148
* Add back the -l option to the apr test suite. This allows the test suiterbb2004-06-051-4/+16
* * test/test_apr.h: Remove now-unused file.jorton2004-06-041-88/+0
* * test/globalmutexchild.c: Fix compiler warning.jorton2004-06-041-0/+1
* * test/testglobalmutex.c: Fix compiler warnings.jorton2004-06-041-1/+31
* * test/abts.c (abts_add_suite): Fix for non-absolute __FILE__jorton2004-06-041-3/+5
* Various test suite improvements to actually test the global mutex code with alljerenkrantz2004-06-043-14/+77
* * test/testsock.c (setup_socket): Return NULL if bind fails, fixingjorton2004-06-021-2/+8
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+31
* Reverting a NetWare timeout patchbnicholes2004-05-261-12/+7
* Build the supporting testing apps on NetWarebnicholes2004-05-253-0/+512
* A timeout value of 0 causes select() on NetWare to return immediately with a ...bnicholes2004-05-251-7/+12
* * test/teststr.c (string_strtoff): Fix failure messages.jorton2004-05-251-2/+2
* * test/testlock.c (test_thread_rwlock): Catch ENOTIMPL.jorton2004-05-251-0/+4
* List all local variable first otherwise the Metrowerks compiler complainsbnicholes2004-05-241-1/+1
* * test/testfile.c (test_readzero): New test.jorton2004-05-241-0/+18
* * test/abts.c (abts_add_suite): Use calloc/memcpy rather thanjorton2004-05-241-1/+2
* * test/abts.c (abts_add_suite): Strip .c extension from subsuite name.jorton2004-05-241-3/+8
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+15
* * test/abts.c (abts_ptr_notnull, abts_assert, abts_true,jorton2004-05-241-4/+4
* Fix failures/segfaults on Linux systems with IPv6 disabled:jorton2004-05-241-13/+35
* * test/testlfs.c (PRECOND): Return after ENOTIMPL checks trigger tojorton2004-05-241-2/+2
* * test/testenv.c: Return after ENOTIMPL checks trigger to preventjorton2004-05-241-1/+7
* Fix the output from -q. Now, there are no control characters printed whenrbb2004-05-231-3/+6
* Get the APR tests building again on NetWarebnicholes2004-05-202-5/+8
* If we can't create the shared memory segment, don't try to keep goingrbb2004-05-151-1/+4
* Add the line number to the verbose output from abts. This also removesrbb2004-05-1445-917/+929