From: Joe Orton Date: Thu, 17 Dec 2020 09:27:08 +0000 (+0000) Subject: Add job using APR thread debugging, switching to the pthreads X-Git-Tag: 2.5.0-alpha2-ci-test-only~1075 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4c345b70c6539224ffe553d548058c284e069d5;p=thirdparty%2Fapache%2Fhttpd.git Add job using APR thread debugging, switching to the pthreads error-checking mutex as the default type. This results in errors rather than undefined behaviour when double-locking a mutex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884545 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 835fa2c537d..08c1a60e76a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -272,6 +272,11 @@ jobs: TEST_MALLOC=1 TEST_LDAP=1 TEST_ARGS="-defines LDAP" TESTS="t/modules/" # ------------------------------------------------------------------------- + - if: *condition_not_24x + name: Linux Ubuntu, event, APR trunk thread debugging + env: APR_VERSION=trunk APR_CONFIG="--with-crypto --enable-thread-debug" + CONFIG="--enable-mods-shared=reallyall --with-mpm=event" + # ------------------------------------------------------------------------- - name: Linux Ubuntu, litmus WebDAV tests env: CONFIG="--enable-dav --enable-dav-fs" LITMUS=1 TESTS="t/modules/dav.t"