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 2023/03/02 10:00:13 UTC

svn commit: r1907962 - /httpd/httpd/branches/2.4.x/.github/workflows/linux.yml

Author: jorton
Date: Thu Mar  2 10:00:12 2023
New Revision: 1907962

URL: http://svn.apache.org/viewvc?rev=1907962&view=rev
Log:
Remove tests which don't work for 2.4.x.

Modified:
    httpd/httpd/branches/2.4.x/.github/workflows/linux.yml

Modified: httpd/httpd/branches/2.4.x/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.github/workflows/linux.yml?rev=1907962&r1=1907961&r2=1907962&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.github/workflows/linux.yml (original)
+++ httpd/httpd/branches/2.4.x/.github/workflows/linux.yml Thu Mar  2 10:00:12 2023
@@ -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