summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CuFail appends a newline; reserve blank lines to seperate test suites.wrowe2002-12-311-2/+2
* I like Ryan's formatting of the notimpl stuff, do the same for failure.wrowe2002-12-311-1/+1
* Clarify what is going on here... Win32 can only recover the 'primary'wrowe2002-12-311-1/+15
* Look at the status before the pointer resultwrowe2002-12-311-1/+1
* ABS_ROOT is simpler to follow if it is what its name implieswrowe2002-12-311-16/+16
* Agreed with Ryan... it's entirely redundant to run the tests twice wherewrowe2002-12-311-11/+6
* No pthread_setconcurrency here on Darwin.wrowe2002-12-291-1/+1
* standardize on a couple of easy to test for error codes for DSO errors.rbb2002-12-291-6/+8
* Only APR_FINFO_DIRENT is guarenteed to be supported... other platformswrowe2002-12-291-5/+5
* Remove some code that we can never reach. If we fail therbb2002-12-291-12/+1
* apr_file_open(f, "directory", ..., p) is not portable, test for it.wrowe2002-12-291-18/+22
* Readd the test removed since rev 1.60. Let others untangle the implications,wrowe2002-12-291-0/+22
* Reclassify LIB and LIB2 as MOD and LIB (corresponding to loadable moduleswrowe2002-12-291-34/+41
* Revert the bit from rev 1.31 that Rbb objects to... continue to testwrowe2002-12-291-0/+3
* Apply a patch to fix make check in test from Matt Kraai, extended to runthommay2002-12-291-4/+4
* New ignore goodnesswrowe2002-12-291-1/+6
* Get testall building within the studio environment for debugging on win32.wrowe2002-12-293-17/+389
* After recovering the 'manditory' bits, confirm that fields are identicalwrowe2002-12-291-27/+61
* Remove a bogus test. All of the original architects have argued againstwrowe2002-12-291-22/+0
* Clean up these dup2 tests by retaining the original stderr file whilewrowe2002-12-291-21/+39
* First; once any apr object is closed, the results are undefined.wrowe2002-12-291-32/+12
* You cannot close files that failed to open.wrowe2002-12-281-2/+10
* Fix several bugs where handle creation failed. Win32 doesn't (and otherwrowe2002-12-281-7/+11
* NetWare makefilebnicholes2002-12-201-0/+255
* Making the APR tests run on NetWarebnicholes2002-12-204-1/+28
* Missing a space between each missing item in the file info and the NULL asbnicholes2002-12-191-2/+2
* Make sure that when we print the string in test_localstr we get therbb2002-12-191-0/+4
* If the platform does not have other child functionality then don't enable anybnicholes2002-12-191-2/+1
* Missing LIB_NAME2 #ifdefbnicholes2002-12-191-0/+2
* NetWare makefile for building the test suitebnicholes2002-12-193-0/+797
* Add a CuAssertStrnEquals which does a strncmp instead of a strcmp. Thisrbb2002-12-193-1/+17
* Make the testnames program portable. This fails one test on Windowsrbb2002-12-171-14/+20
* Use less sockets in the large pollset. Solaris has a default fd limit ofrbb2002-12-151-1/+12
* In apr_assert_success, if the return code is ENOTIMPL, then make sure thatrbb2002-12-151-1/+5
* Make sure testproc cleans up after itself too.rbb2002-12-152-0/+6
* testmmap now cleans up all of its file descriptors correctly.rbb2002-12-151-0/+9
* We were leaking file descriptors from the testfile program. Thatrbb2002-12-151-3/+81
* Fix some of the testuser tests on Windows. This still fails one test,rbb2002-12-131-19/+13
* Add a clean target to the Windows Makefilerbb2002-12-131-1/+4
* Fix the mmap tests. We need to use the EOL macro for the tests.rbb2002-12-131-4/+7
* Always use overlapped pipes on NT-based machines. This allows pipes torbb2002-12-121-10/+27
* Force the timeout_read of pipes to fail on Windows. This allows the testrbb2002-12-121-0/+10
* Allow testall to be debugged on Windowsrbb2002-12-121-1/+1
* A small optimization. No reason to go through the whole loop once werbb2002-12-121-0/+1
* Fix the segfault in testmmap. The first test, create_filename, wasrbb2002-12-121-0/+4
* Be more verbose about where the tests failed when we print informationrbb2002-12-111-2/+2
* Fix a couple of tests that were checking return codes directly instead ofrbb2002-12-111-2/+2
* Make the file tests more portable. The status checking needs to use ourrbb2002-12-111-3/+3
* Get the test suite to compile on Windows finally. This is a hack of arbb2002-12-112-5/+109
* This should have been #if, not #ifdef. D'Oh.rbb2002-12-111-1/+1