[master] ae6a9b161 Skip e29.vtc when using sanitizers

Nils Goroll nils.goroll at uplex.de
Fri Feb 7 22:43:05 UTC 2025


commit ae6a9b161be535fd6d928554c16d6a62ec40b1c4
Author: Steven Wojcik <wojcikjsteven at gmail.com>
Date:   Sun Mar 17 23:19:30 2024 -0400

    Skip e29.vtc when using sanitizers
    
    This test fails when compiling varnish with GCC (11.4.0) with ASAN and
    UBSAN enabled. This test passes when only one of ASAN or UBSAN are
    enabled. It also passes when both are enabled when using clang.

diff --git a/bin/varnishtest/tests/e00029.vtc b/bin/varnishtest/tests/e00029.vtc
index 6f57c5110..74c52dfe9 100644
--- a/bin/varnishtest/tests/e00029.vtc
+++ b/bin/varnishtest/tests/e00029.vtc
@@ -1,5 +1,7 @@
 varnishtest "ESI max_esi_depth"
 
+feature !sanitizer
+
 # test that the default stack size is sufficient for hitting
 # max_esi_depth
 


More information about the varnish-commit mailing list