summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* testatomic: Fix gcc-11 warnings.Yann Ylavic2022-01-071-9/+9
* Fix testcrypto ensuring it runs only compiled driversMladen Turk2021-12-031-51/+34
* Fix xml test suite. External parsers do not return APR error codesMladen Turk2021-12-021-1/+1
* Add missing header for getpid()Mladen Turk2021-12-022-1/+7
* Fix compile error for C compilers that do not allow variable declarations aft...Mladen Turk2021-11-171-2/+4
* apr_brigades: Add apr_brigade_split_boundary(), allowing us to splitGraham Leggett2021-10-191-0/+57
* testcrypto: really change one bit of the seed (only) in test_crypto_prng().Yann Ylavic2021-09-121-4/+4
* testcrypto: run non-threaded cprng tests without APR_CRYPTO_PRNG_PER_THREAD.Yann Ylavic2021-09-121-24/+10
* apr_crypto: s/APR_CRYPTO_CIPHER_CHACHA20_CTR/APR_CRYPTO_CIPHER_CHACHA20/gYann Ylavic2021-09-101-1/+1
* test: fix memory leaks of the test framework at exit.Yann Ylavic2021-09-103-5/+21
* * test/proc_child.c (main): Avoid gcc -Wunused-result warning withJoe Orton2021-07-061-3/+3
* * test/testsockets.c (sendto_receivefrom_helper): Add descriptiveJoe Orton2021-07-061-1/+3
* * test/testlock.c (thread_mutex_function): Test that locking andJoe Orton2021-07-021-17/+36
* * test/testdate.c: Add regression test for r1807975.Joe Orton2021-07-021-0/+27
* testfile: don't generate .txt files since it distorts testfnmatch results.Yann Ylavic2021-03-311-8/+8
* testfnmatch: fix number of expected test/data/*.txt files.Yann Ylavic2021-03-111-1/+1
* Align apr_mmap()ing offset to a page boundary. PR 65158.Yann Ylavic2021-03-022-30/+68
* * test/testthread.c: Use a user-range apr_status_t value for theJoe Orton2020-12-171-3/+6
* apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.Yann Ylavic2020-11-271-7/+17
* fdatasync() might return EINVAL for special files (i.e. terminal).Yann Ylavic2020-11-201-1/+1
* Follow up to r1868477: add the echoargs testing tool to Makefile builds.Yann Ylavic2020-11-201-1/+6
* Follow up to r1790200: fall back to fsync() if F_FULLFSYNC is not supportedBranko Čibej2020-11-121-0/+37
* * test/testlock.c (test_timeoutmutex): Fix test to avoid undefinedJoe Orton2020-06-011-4/+50
* * strings/apr_strings.c (apr_pstrcat): Only read from the initializedJoe Orton2020-06-011-0/+14
* testreslist: reduce overall test time.Yann Ylavic2020-05-061-4/+4
* testreslist: add test for APR_RESLIST_ACQUIRE_FIFO.Yann Ylavic2020-05-061-11/+17
* testatomic: Silence -Wmissing-prototypes warning.Branko Čibej2020-05-061-1/+1
* testdir: Following up to r1877439, make sure that the test data getsBranko Čibej2020-05-061-19/+26
* testfile: silence -Wstring-plus-int warnings.Branko Čibej2020-05-061-2/+2
* Added support for recording skipped test cases.Branko Čibej2020-05-064-11/+71
* Make test work with thread support disabled.Branko Čibej2020-05-062-0/+14
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-8/+8
* apr_proc_create(): Properly escape arguments containing whitespace charactersIvan Zhakov2019-10-152-0/+113
* apr_atomic_read64(): Fix non-atomic read on 32-bit Windows.Ivan Zhakov2019-10-081-0/+38
* Follow-up to r1866300: Add missing return value in test function.Ivan Zhakov2019-09-091-0/+2
* Add test for WAIT_ABANDONED handling for win32 mutexes. Code works asIvan Zhakov2019-09-031-0/+42
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-66/+1
* Add --tag=CC to libtool invocations. PR 62640.Graham Leggett2019-08-171-4/+4
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-021-0/+32
* * test/testpools.c (test_tags): Fix spurious failure with APR_POOL_DEBUG.Joe Orton2019-07-021-0/+5
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-251-1/+34
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.Graham Leggett2019-06-101-11/+61
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenIvan Zhakov2019-06-071-0/+52
* Windows platform: Make pipe test report 'not implemented' instead of failing.Ivan Zhakov2019-05-281-1/+6
* Add simple tests for nested and unnested thread mutexes.Ivan Zhakov2019-05-281-0/+50
* Fix testlock failures on platforms where default mutex is nested.Ivan Zhakov2019-05-271-1/+4
* Fix bug in apr_json_double_create().Ivan Zhakov2019-05-271-0/+47
* * test/testbuckest.c (flatten_match): Fix error message (thanks to gcc warning).Joe Orton2019-05-161-1/+1
* Add simple tests for apr_xml_parser_geterror().Ivan Zhakov2019-05-121-0/+51
* Add more XML tests.Ivan Zhakov2019-05-121-0/+34