[Privoxy-commits] [privoxy] 15/16: gen-skip-reasons.pl: Skip tests with non-standard 'Connection: mooo' headers
User Git
git at git.privoxy.org
Thu Oct 9 11:51:37 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit b541a44fab70e1c8f1ebd41f50885e11665779b2
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Oct 1 11:54:54 2025 +0200
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) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list