You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/12/17 09:27:08 UTC

svn commit: r1884545 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Thu Dec 17 09:27:08 2020
New Revision: 1884545

URL: http://svn.apache.org/viewvc?rev=1884545&view=rev
Log:
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.

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1884545&r1=1884544&r2=1884545&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Dec 17 09:27:08 2020
@@ -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"