summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* After consulting with the APR list, it was decided that /map file creationwrowe2003-02-202-8/+8
* Added the apr_env test to the NetWare test buildbnicholes2003-02-181-0/+1
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-175-2/+133
* Added testpath to the NetWare tests makefilebnicholes2003-02-121-0/+1
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-127-3/+189
* Fixed a compile problem if mmap has not been implementedbnicholes2003-02-071-1/+2
* test_buffered_write_size: Pass TRUNCATE not EXCL to open so test isn'tjorton2003-02-071-4/+4
* Added a new test to check the behaviour of apr_file_info_get inbrane2003-02-031-0/+33
* Clean up the test by making sure that the test string is consistent and that itbnicholes2003-01-311-4/+11
* Fix the time vs apr_time_now comparison to really allow 1 secondjorton2003-01-161-1/+1
* Add the pipe test back in for NetWarebnicholes2003-01-142-9/+1
* One cannot just 'shift' the time by editing tm_gmtoff.wrowe2003-01-101-3/+7
* Need to build accessor binaries for the test suitewrowe2003-01-101-4/+4
* Add the NetWare file system root stringbnicholes2003-01-081-0/+2
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* More VC dirt to sweep up after.wrowe2003-01-031-1/+1
* We don't have no stinkin ssize_t here. We also needed io.h to compile cleanwrowe2003-01-031-1/+4
* Must ... have ... extensionswrowe2003-01-032-3/+12
* Need mo' targetswrowe2003-01-031-5/+9
* LL isn't portable c... we created APR_INT64_C for this purpose.wrowe2003-01-021-1/+1
* fix the name of the test module on AIXtrawick2003-01-021-0/+3
* don't test whether or not the OS will let us open a directorytrawick2003-01-021-14/+0
* fix the type of an integer constant, which with xlc will removetrawick2003-01-021-1/+1
* Update copyright notices to 2003.thommay2003-01-0147-47/+47
* 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