]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add job using APR thread debugging, switching to the pthreads
authorJoe Orton <jorton@apache.org>
Thu, 17 Dec 2020 09:27:08 +0000 (09:27 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 17 Dec 2020 09:27:08 +0000 (09:27 +0000)
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

.travis.yml

index 835fa2c537d6b3db50f825c5f84d1213b8550f8b..08c1a60e76a8ded27825b3f6747eb9bb1ed12333 100644 (file)
@@ -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"