summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/abts.c (report): Just print "success" if there were no failures.jorton2004-05-141-7/+22
* Remove object files.jorton2004-05-142-0/+0
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-1354-2429/+2289
* Fix sign error in apr_file_seek().trawick2004-05-041-0/+21
* Allow developers to specify their own hash function for hash tables usingrbb2004-04-181-1/+29
* Add testlfs to the Windows test build systemrbb2004-04-091-1/+1
* Added the new tests to the NetWare test buildbnicholes2004-04-051-2/+12
* Added sockchild and tryread to the NetWare test buildbnicholes2004-04-051-0/+2
* NetWare make filesbnicholes2004-04-052-0/+510
* * test/testlfs.c (test_seek): Test APR_END-relative seek; move testjorton2004-04-051-1/+6
* * strings/apr_strings.c (apr_strtoi64): Fix handling of negativejorton2004-04-041-0/+97
* * test/Makefile.in: Use $(LTFLAGS) when invoking libtool.jorton2004-04-041-5/+5
* * string/apr_snprintf.c (conv_10_quad): Fix formatting of integersjorton2004-04-041-0/+4
* * test/testlfs.c (test_open): Skip rather than fail if apr_file_truncjorton2004-03-301-4/+6