[master] d2e71a9b0 vtc: Skip v4 if we have sanitizers

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon May 10 13:14:06 UTC 2021


commit d2e71a9b011ffc17afe0292193ff6ae4376c4fbd
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon May 10 14:50:49 2021 +0200

    vtc: Skip v4 if we have sanitizers
    
    The sanity check of our defaults shouldn't be affected by sanitizer
    overhead.

diff --git a/bin/varnishtest/tests/v00004.vtc b/bin/varnishtest/tests/v00004.vtc
index a5345b9f7..2f2b75459 100644
--- a/bin/varnishtest/tests/v00004.vtc
+++ b/bin/varnishtest/tests/v00004.vtc
@@ -1,6 +1,7 @@
 varnishtest "test if our default paramers make sense ..."
 
 feature 64bit
+feature no_sanitizer
 
 # Skip this test in GCOV mode, 68xx bytes extra per level makes it fail
 feature cmd {test -z "$GCOVPROG"}


More information about the varnish-commit mailing list