summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/testpoll.c: Fix test suite until the tests using the old APIjorton2003-11-201-1/+14
* Pull the random test from the netware buildbnicholes2003-11-171-1/+0
* * Makefile.in: Link programs using -no-install flag so that theyjorton2003-11-171-17/+21
* * test/teststr.c (snprintf_int64): Moved from here...jorton2003-11-172-20/+20
* Consolidate and update lists of known test failures.jorton2003-11-171-17/+2
* apr_random won't be in APR1.0.0, so pull testrand2.wrowe2003-11-171-1/+0
* do the right thing on BEOStrawick2003-11-161-2/+7
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-163-2/+6
* axing deprecated apr_atomic_foo functionstrawick2003-11-161-111/+6
* rewrite some tests that previously only worked in a particular tztrawick2003-11-151-15/+28
* Add the random tests the NetWare buildbnicholes2003-11-112-1/+5
* Get rid of tabs.ben2003-11-061-138/+138
* Endianness and APR types for random.ben2003-11-052-1/+2
* Avoid warning.ben2003-11-051-0/+1
* Really fix the build again.jorton2003-11-052-2/+1
* Make sure randomness is different after a fork.ben2003-11-031-0/+83
* Start of new PRNG.ben2003-11-034-1/+253
* * testdso.c: Fix build when --disable-dso is used.jorton2003-10-291-0/+6
* * test/testfileinfo.c (finfo_equal, test_stat_eq_finfo): Avoidjorton2003-10-051-30/+30
* * test/testrand.c (rand_exists): Don't ask for so much randomjorton2003-10-041-7/+3
* Fix default impl of apr_atomic_xchg32, and add a test case for itbrianp2003-09-261-0/+13
* make empty parameter list explicit to avoid compile warningtrawick2003-09-251-1/+1
* new version of atomic API that works specifically on apr_uint32_t values for ...brianp2003-09-251-0/+83
* minor syntax tweaktrawick2003-09-191-1/+1
* remove an unused function argumentbrianp2003-09-191-1/+1
* remove an unused function argumentbrianp2003-09-191-2/+2
* Preserve leading '../' segments as when merging to an empty andwrowe2003-09-171-0/+13
* Yow! Another apr-1.lib required modification to get the test suitewrowe2003-09-171-1/+1
* run more loop iterations to better check for race conditionsbrianp2003-09-141-1/+1
* remove some debug code that leaked in to the last commitbrianp2003-09-141-5/+0
* fix error message in add testbrianp2003-09-141-1/+6
* remove these deprecated interfaces:trawick2003-09-036-13/+13
* axe a mysterious rbb line that ignored user-specified CFLAGS whentrawick2003-08-111-2/+0
* Add the multi-load flag to the proc_child test binary.bnicholes2003-07-311-1/+1
* Increate the stack size of the apr test application to support some of the largebnicholes2003-07-311-1/+2
* add a test that concentrates on APR_TRUNCATEtrawick2003-07-101-0/+40
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-0/+28
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+48
* Move testprocmutex from the nonportable list to testall.exe dependencies.brane2003-07-041-2/+1
* - more cleanups, add more error checkingjorton2003-07-031-18/+38
* Pass NULL to apr_proc_mutex_create rather than the invented filenamejorton2003-07-021-2/+1
* Fix typo.jorton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-024-91/+56
* fix a bug in the table overlap testbrianp2003-06-241-1/+1
* add a testcase to catch the problem seen with PR 20295, wheretrawick2003-06-054-2/+158
* fix some CuAssert calls that had the expected and actual values reversedtrawick2003-05-281-4/+4
* get testdso to work with the vendor's compiler on HP-UX, whichtrawick2003-05-281-1/+1
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherjerenkrantz2003-05-281-0/+12
* add "-l" option for listing testcases to make it easier for a regressiontrawick2003-05-181-0/+6
* add -x option to exclude particular teststrawick2003-05-161-14/+52