summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* testatomic: Fix apr_uint64_t format to APR_UINT64_T_FMT.ylavic2023-04-211-2/+2
* Add a regression test for the issue where appending to a buffered filekotkov2023-04-121-0/+45
* Revert r1808456 (Win32: Don't seek to the end when opening files withkotkov2023-04-121-51/+0
* tests: check whether epoll_wait() timeout is reliable and adjust justsleep().ylavic2023-03-211-7/+23
* apr_crypto_openssl: Compatibility with OpenSSL 3+ylavic2023-03-161-0/+46
* Revert r1907986.ylavic2023-03-021-4/+1
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-021-1/+4
* atomic: test 4-bytes aligned and/or cross-cacheline atomics (on 32bit systems).ylavic2023-03-021-19/+33
* testatomic: initialize in the test the globals used by it.ylavic2023-02-151-0/+3
* Merge thread-name branch (PR 60587) [1]:ivan2023-01-211-0/+31
* 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