]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove tests which don't work for 2.4.x.
authorJoe Orton <jorton@apache.org>
Thu, 2 Mar 2023 10:00:12 +0000 (10:00 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 2 Mar 2023 10:00:12 +0000 (10:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1907962 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index b4e52486d586e37d57931ebd1f3b1aa1fce6c63d..223c45662de3bd2006e2dc44ea58e6eeff0e80d0 100644 (file)
@@ -137,15 +137,6 @@ jobs:
               TESTS="t/modules/dav.t"
             pkgs: litmus
           # -------------------------------------------------------------------------
-          # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942
-          ## TODO if: *condition_not_24x
-          - name: Regenerate ap_expr
-            config: --enable-mods-shared=reallyall --enable-maintainer-mode
-            notest-cflags: -Werror -Wno-deprecated-declarations
-            env: |
-              BUILDCONFIG="--with-regen-expr"
-              MFLAGS=
-          # -------------------------------------------------------------------------
           - name: APR 1.7.2, APR-util 1.6.3, LDAP
             config: --enable-mods-shared=reallyall
             pkgs: ldap-utils
@@ -158,20 +149,12 @@ jobs:
               TEST_ARGS="-defines LDAP"
               TESTS="t/modules/"
           # -------------------------------------------------------------------------
-          ### TODO: if: *condition_not_24x
           - name: APR trunk thread debugging
             config: --enable-mods-shared=reallyall --with-mpm=event
             env: |
               APR_VERSION=trunk
               APR_CONFIG="--with-crypto --enable-thread-debug"
           # -------------------------------------------------------------------------
-          - name: UBSan
-            notest-cflags: -fsanitize=undefined -fno-sanitize-recover=undefined
-            config: --enable-mods-shared=reallyall --disable-http2
-            env: |
-              NOTEST_LIBS=-lubsan
-              TEST_UBSAN=1
-          # -------------------------------------------------------------------------
           - name: ASan
             notest-cflags: -ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer
             config: --enable-mods-shared=reallyall