[master] 559c10b7c Skip this test in GCOV mode, 68xx bytes per esi level is too much.

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 5 11:03:06 UTC 2020


commit 559c10b7c7b69ce4c5ea54f55e68d05483ffc076
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 5 11:02:27 2020 +0000

    Skip this test in GCOV mode, 68xx bytes per esi level is too much.

diff --git a/bin/varnishtest/tests/v00004.vtc b/bin/varnishtest/tests/v00004.vtc
index 0b52fa11b..f3a28062a 100644
--- a/bin/varnishtest/tests/v00004.vtc
+++ b/bin/varnishtest/tests/v00004.vtc
@@ -2,6 +2,9 @@ varnishtest "test if our default paramers make sense ..."
 
 feature 64bit
 
+# Skip this test in GCOV mode, 68xx bytes extra per level makes it fail
+feature cmd {[ -n "$GCOV_PROG" ]}
+
 # ... for our definition of a standard use case:
 # - 2019 header madness
 # - 5 ESI levels down


More information about the varnish-commit mailing list