[openssh-commits] [openssh] 03/03: Update sanitizer test targets:

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 5 18:38:18 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 669a56bcfe73f8b985f2bba476ba834d55253acf
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Jul 5 18:35:53 2022 +1000

    Update sanitizer test targets:
    
     - remove clang-sanitize-memory for now.  It takes so long that the test
       times out.
     - add gcc sanitize-address and sanitize-undefined test targets.
---
 .github/configs             | 2 +-
 .github/workflows/c-cpp.yml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/configs b/.github/configs
index ebbfa5b4..0308ca6c 100755
--- a/.github/configs
+++ b/.github/configs
@@ -78,7 +78,7 @@ case "$config" in
 	    CONFIGFLAGS="--without-openssl --without-zlib --without-shadow"
 	    TEST_TARGET="t-exec"
 	    ;;
-	clang-sanitize-undefined)
+	*-sanitize-undefined)
 	    CFLAGS="-fsanitize=undefined"
 	    LDFLAGS="-fsanitize=undefined"
 	    ;;
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index a190a9d0..9f918b95 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -33,8 +33,9 @@ jobs:
           - { os: ubuntu-20.04, configs: clang-11 }
           - { os: ubuntu-20.04, configs: clang-12-Werror }
           - { os: ubuntu-20.04, configs: clang-sanitize-address }
-          - { os: ubuntu-20.04, configs: clang-sanitize-memory }
           - { os: ubuntu-20.04, configs: clang-sanitize-undefined }
+          - { os: ubuntu-20.04, configs: gcc-sanitize-address }
+          - { os: ubuntu-20.04, configs: gcc-sanitize-undefined }
           - { os: ubuntu-20.04, configs: gcc-7 }
           - { os: ubuntu-20.04, configs: gcc-8 }
           - { os: ubuntu-20.04, configs: gcc-10 }

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list