summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-12-17 09:27:08 +0000
committerJoe Orton <jorton@apache.org>2020-12-17 09:27:08 +0000
commitd4c345b70c6539224ffe553d548058c284e069d5 (patch)
tree2168fabd1bb7d867a73f5a7c63276811e534ab7e /.travis.yml
parentdec2c6446af9747600755a0ec122fa03056b0ee8 (diff)
downloadhttpd-d4c345b70c6539224ffe553d548058c284e069d5.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 835fa2c537..08c1a60e76 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"