summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * test/testdate.c: Add regression test for r1807975.jorton2021-07-021-0/+27
* testfile: don't generate .txt files since it distorts testfnmatch results.ylavic2021-03-311-8/+8
* testfnmatch: fix number of expected test/data/*.txt files.ylavic2021-03-111-1/+1
* Align apr_mmap()ing offset to a page boundary. PR 65158.ylavic2021-03-022-30/+68
* * test/testthread.c: Use a user-range apr_status_t value for thejorton2020-12-171-3/+6
* apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.ylavic2020-11-271-7/+17
* fdatasync() might return EINVAL for special files (i.e. terminal).ylavic2020-11-201-1/+1
* Follow up to r1868477: add the echoargs testing tool to Makefile builds.ylavic2020-11-201-1/+6
* Follow up to r1790200: fall back to fsync() if F_FULLFSYNC is not supportedbrane2020-11-121-0/+37
* * test/testlock.c (test_timeoutmutex): Fix test to avoid undefinedjorton2020-06-011-4/+50
* * strings/apr_strings.c (apr_pstrcat): Only read from the initializedjorton2020-06-011-0/+14
* testreslist: reduce overall test time.ylavic2020-05-061-4/+4
* testreslist: add test for APR_RESLIST_ACQUIRE_FIFO.ylavic2020-05-061-11/+17
* testatomic: Silence -Wmissing-prototypes warning.brane2020-05-061-1/+1
* testdir: Following up to r1877439, make sure that the test data getsbrane2020-05-061-19/+26
* testfile: silence -Wstring-plus-int warnings.brane2020-05-061-2/+2
* Added support for recording skipped test cases.brane2020-05-064-11/+71
* Make test work with thread support disabled.brane2020-05-062-0/+14
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-8/+8
* apr_proc_create(): Properly escape arguments containing whitespace charactersivan2019-10-152-0/+113
* apr_atomic_read64(): Fix non-atomic read on 32-bit Windows.ivan2019-10-081-0/+38
* Follow-up to r1866300: Add missing return value in test function.ivan2019-09-091-0/+2
* Add test for WAIT_ABANDONED handling for win32 mutexes. Code works asivan2019-09-031-0/+42
* Revert r1862435, r1862071 per veto from ivanjorton2019-08-281-66/+1
* Add --tag=CC to libtool invocations. PR 62640.minfrin2019-08-171-4/+4
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andjorton2019-07-021-0/+32
* * test/testpools.c (test_tags): Fix spurious failure with APR_POOL_DEBUG.jorton2019-07-021-0/+5
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersjorton2019-06-251-1/+34
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.minfrin2019-06-101-11/+61
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenivan2019-06-071-0/+52
* Windows platform: Make pipe test report 'not implemented' instead of failing.ivan2019-05-281-1/+6
* Add simple tests for nested and unnested thread mutexes.ivan2019-05-281-0/+50
* Fix testlock failures on platforms where default mutex is nested.ivan2019-05-271-1/+4
* Fix bug in apr_json_double_create().ivan2019-05-271-0/+47
* * test/testbuckest.c (flatten_match): Fix error message (thanks to gcc warning).jorton2019-05-161-1/+1
* Add simple tests for apr_xml_parser_geterror().ivan2019-05-121-0/+51
* Add more XML tests.ivan2019-05-121-0/+34
* Call apr_xml_quote_elem() before apr_xml_to_text() in round-trip XML tests.ivan2019-05-121-0/+2
* Add another test for apr_xml_parser.ivan2019-05-111-0/+74
* testencode: better fix compilation on VS.ylavic2019-03-251-256/+72
* testencode: fix compilation on VS.ylavic2019-03-221-28/+11
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.wrowe2019-03-191-1/+5
* * test/testpools.c (dodgy_cleanup) Run the right cleanup.jorton2018-11-231-1/+1
* * test/testpools.c: Test that it is safe to run a cleanup from a cleanup,jorton2018-11-231-0/+25