From b541a44fab70e1c8f1ebd41f50885e11665779b2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 1 Oct 2025 11:54:54 +0200 Subject: [PATCH] gen-skip-reasons.pl: Skip tests with non-standard 'Connection: mooo' headers --- tests/cts/gen-skip-reasons.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/cts/gen-skip-reasons.pl b/tests/cts/gen-skip-reasons.pl index da79f1f1..c290fe9b 100755 --- a/tests/cts/gen-skip-reasons.pl +++ b/tests/cts/gen-skip-reasons.pl @@ -50,6 +50,11 @@ sub main() { $why = "Expected to fail with Privoxy. In case of missing server headers Privoxy generates an error message the test doesn't expect."; } elsif ($testnum eq 31 or $testnum eq 1105 or $testnum eq 1160) { $why = "Expected to fail. Privoxy normalizes white-space in a cookie."; + } elsif ($testnum eq 34 or + $testnum eq 457 or + $testnum eq 1417 or + $testnum eq 1493) { + $why = "Expected to fail with Privoxy. Test contains non-standard 'Connection: mooo' header that Privoxy replaces with 'Connection: close'."; } elsif ($testnum eq 46) { $why = "Invalid URL and use of --resolv."; } elsif ($testnum eq 59) { -- 2.50.1