summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-2060-455/+455
* Remove trailing whitespaces in all *.h.ivan2022-11-192-4/+4
* Replace tabs to spaces.ivan2022-07-081-15/+15
* testencode: Follow up to r1902281: Inline, no calling convention assumptions.ylavic2022-06-271-54/+64
* testencode: Follow up to r1902281: Correct call convention for encdec_fn (try...ylavic2022-06-271-1/+5
* testencode: Follow up to r1902281: Correct call convention for encdec_fn.ylavic2022-06-271-1/+1
* tests: Configure VC runtime to write errors to stderr instead of displayingivan2022-06-271-0/+17
* testencode: Follow up to r1902281: error tests for apr_decode_base16_binary.ylavic2022-06-271-2/+28
* encoding: Better check inputs of apr_{encode,decode}_* functions.ylavic2022-06-271-0/+158
* test/testshm: Fix synchronization of msgput/msgwait IPC functions.ylavic2022-06-264-62/+65
* poll: Follow up to r1902236: Fix poll() sleeps cases.ylavic2022-06-261-3/+3
* tests: Fix numeric types warnings.ylavic2022-06-235-9/+12
* testatomic: Follow up to r1902199: More numeric types assertions.ylavic2022-06-231-2/+2
* testatomic: Use new numeric types assertions from r1902191 to avoid warnings.ylavic2022-06-231-46/+46
* test/abts: Follow up to r1902191: Fix IMPL_abts_T_nequal.ylavic2022-06-231-1/+1
* test/abts: More numeric types to compare/assert.ylavic2022-06-232-45/+78
* debug for CIcovener2022-06-231-4/+4
* test/testmutexscope: Fix -Wvoid-pointer-to-enum-castylavic2022-06-231-2/+2
* test/testlock: Fix -Werror=return-typeylavic2022-06-231-0/+2
* test/testfile.c: apr_file_datasync() fails with ENOTSUP for streams on macos.ylavic2022-06-231-0/+4
* testfile: try to determine how apr_file_datasync() fails for streams on macos.ylavic2022-06-221-1/+3
* Fix compiler warning.ivan2022-06-211-2/+2
* Fix compiler warning.ivan2022-06-211-1/+1
* * test/testskiplist.c: Use ABTS_SIZE_EQUAL() where it makes sense.ivan2022-06-211-24/+24
* Fix compiler warning.ivan2022-06-211-1/+1
* Revert r1902107.ivan2022-06-201-3/+3
* * test/testmmap.c: Create test files in data directory instead of drive root.ivan2022-06-201-3/+3
* * test/internal/testutf.c:ivan2022-06-191-1/+1
* Use ABTS_SIZE_EQUAL in test suite.ivan2022-06-192-37/+37
* Follow-up to r1902070: Use TESTBINPATH in code.ivan2022-06-191-2/+2
* * test/test/testproc.c: Use BINPATH in path for child process.ivan2022-06-191-2/+2
* tests: Follow up to r1902015: Fix warnings.ylavic2022-06-172-4/+2
* tests: Check for memcache/redis servers only if memcache/redis tests configuredivan2022-06-172-163/+258
* Normalize ucs-4 to utf-32 (documentation change)wrowe2022-05-242-13/+13
* Fix various harmless cases of undefined behaviour, and add a Travisjorton2022-02-141-1/+2
* * test/testbuckets.c (flatten_match): Avoid GCC 12 -Wformat-overflowjorton2022-02-011-4/+4
* testcrypto: Fix warnings about unused functions (depending on the libs avail).ylavic2022-01-071-11/+55
* testatomic: Fix gcc-11 warnings.ylavic2022-01-071-9/+9
* Fix testcrypto ensuring it runs only compiled driversmturk2021-12-031-51/+34
* Fix xml test suite. External parsers do not return APR error codesmturk2021-12-021-1/+1
* Add missing header for getpid()mturk2021-12-022-1/+7
* Fix compile error for C compilers that do not allow variable declarations aft...mturk2021-11-171-2/+4
* apr_brigades: Add apr_brigade_split_boundary(), allowing us to splitminfrin2021-10-191-0/+57
* testcrypto: really change one bit of the seed (only) in test_crypto_prng().ylavic2021-09-121-4/+4
* testcrypto: run non-threaded cprng tests without APR_CRYPTO_PRNG_PER_THREAD.ylavic2021-09-121-24/+10
* apr_crypto: s/APR_CRYPTO_CIPHER_CHACHA20_CTR/APR_CRYPTO_CIPHER_CHACHA20/gylavic2021-09-101-1/+1
* test: fix memory leaks of the test framework at exit.ylavic2021-09-103-5/+21
* * test/proc_child.c (main): Avoid gcc -Wunused-result warning withjorton2021-07-061-3/+3
* * test/testsockets.c (sendto_receivefrom_helper): Add descriptivejorton2021-07-061-1/+3
* * test/testlock.c (thread_mutex_function): Test that locking andjorton2021-07-021-17/+36