From: Joe Orton Date: Thu, 2 Mar 2023 10:00:12 +0000 (+0000) Subject: Remove tests which don't work for 2.4.x. X-Git-Tag: 2.4.56-candidate~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa51865a9dae6aa70015529c4d83c540ac0ec41;p=thirdparty%2Fapache%2Fhttpd.git Remove tests which don't work for 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1907962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b4e52486d58..223c45662de 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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