summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * Wait for the mock memcached to shutdown the socketRuediger Pluem2023-05-031-0/+3
* Check sockets from connection pool before using them and try to reconnectRuediger Pluem2023-05-037-0/+441
* testatomic: Fix apr_uint64_t format to APR_UINT64_T_FMT.Yann Ylavic2023-04-211-2/+2
* Add a regression test for the issue where appending to a buffered fileEvgeny Kotkov2023-04-121-0/+45
* Revert r1808456 (Win32: Don't seek to the end when opening files withEvgeny Kotkov2023-04-121-51/+0
* tests: check whether epoll_wait() timeout is reliable and adjust justsleep().Yann Ylavic2023-03-211-7/+23
* apr_crypto_openssl: Compatibility with OpenSSL 3+Yann Ylavic2023-03-161-0/+46
* Revert r1907986.Yann Ylavic2023-03-021-4/+1
* configure: atomic builtins might be implemented for i586 and i686.Yann Ylavic2023-03-021-1/+4
* atomic: test 4-bytes aligned and/or cross-cacheline atomics (on 32bit systems).Yann Ylavic2023-03-021-19/+33
* testatomic: initialize in the test the globals used by it.Yann Ylavic2023-02-151-0/+3
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+31
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+31
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-2060-455/+455
* | Remove trailing whitespaces.Ivan Zhakov2022-11-192-4/+4
* | Replace tabs to spaces.Ivan Zhakov2022-07-081-15/+15
|/
* testencode: Follow up to r1902281: Inline, no calling convention assumptions.Yann Ylavic2022-06-271-54/+64
* testencode: Follow up to r1902281: Correct call convention for encdec_fn (try...Yann Ylavic2022-06-271-1/+5
* testencode: Follow up to r1902281: Correct call convention for encdec_fn.Yann Ylavic2022-06-271-1/+1
* tests: Configure VC runtime to write errors to stderr instead of displayingIvan Zhakov2022-06-271-0/+17
* testencode: Follow up to r1902281: error tests for apr_decode_base16_binary.Yann Ylavic2022-06-271-2/+28
* encoding: Better check inputs of apr_{encode,decode}_* functions.Yann Ylavic2022-06-271-0/+158
* test/testshm: Fix synchronization of msgput/msgwait IPC functions.Yann Ylavic2022-06-264-62/+65
* poll: Follow up to r1902236: Fix poll() sleeps cases.Yann Ylavic2022-06-261-3/+3
* tests: Fix numeric types warnings.Yann Ylavic2022-06-235-9/+12
* testatomic: Follow up to r1902199: More numeric types assertions.Yann Ylavic2022-06-231-2/+2
* testatomic: Use new numeric types assertions from r1902191 to avoid warnings.Yann Ylavic2022-06-231-46/+46
* test/abts: Follow up to r1902191: Fix IMPL_abts_T_nequal.Yann Ylavic2022-06-231-1/+1
* test/abts: More numeric types to compare/assert.Yann Ylavic2022-06-232-45/+78
* debug for CIEric Covener2022-06-231-4/+4
* test/testmutexscope: Fix -Wvoid-pointer-to-enum-castYann Ylavic2022-06-231-2/+2
* test/testlock: Fix -Werror=return-typeYann Ylavic2022-06-231-0/+2
* test/testfile.c: apr_file_datasync() fails with ENOTSUP for streams on macos.Yann Ylavic2022-06-231-0/+4
* testfile: try to determine how apr_file_datasync() fails for streams on macos.Yann Ylavic2022-06-221-1/+3
* Fix compiler warning.Ivan Zhakov2022-06-211-2/+2
* Fix compiler warning.Ivan Zhakov2022-06-211-1/+1
* * test/testskiplist.c: Use ABTS_SIZE_EQUAL() where it makes sense.Ivan Zhakov2022-06-211-24/+24
* Fix compiler warning.Ivan Zhakov2022-06-211-1/+1
* Revert r1902107.Ivan Zhakov2022-06-201-3/+3
* * test/testmmap.c: Create test files in data directory instead of drive root.Ivan Zhakov2022-06-201-3/+3
* * test/internal/testutf.c:Ivan Zhakov2022-06-191-1/+1
* Use ABTS_SIZE_EQUAL in test suite.Ivan Zhakov2022-06-192-37/+37
* Follow-up to r1902070: Use TESTBINPATH in code.Ivan Zhakov2022-06-191-2/+2
* * test/test/testproc.c: Use BINPATH in path for child process.Ivan Zhakov2022-06-191-2/+2
* tests: Follow up to r1902015: Fix warnings.Yann Ylavic2022-06-172-4/+2
* tests: Check for memcache/redis servers only if memcache/redis tests configuredIvan Zhakov2022-06-172-163/+258
* Normalize ucs-4 to utf-32 (documentation change)William A. Rowe Jr2022-05-242-13/+13
* Fix various harmless cases of undefined behaviour, and add a TravisJoe Orton2022-02-141-1/+2
* * test/testbuckets.c (flatten_match): Avoid GCC 12 -Wformat-overflowJoe Orton2022-02-011-4/+4
* testcrypto: Fix warnings about unused functions (depending on the libs avail).Yann Ylavic2022-01-071-11/+55