[Privoxy-commits] [privoxy] 14/16: gen-skip-reasons.pl: Skip test 473 which uses chunked trailers

User Git git at git.privoxy.org
Mon Dec 22 11:30:20 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 6d0687fd996bcd0c77d46968fbde54a7e330b14d
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Dec 21 18:08:01 2025 +0100

    gen-skip-reasons.pl: Skip test 473 which uses chunked trailers
---
 tests/cts/gen-skip-reasons.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cts/gen-skip-reasons.pl b/tests/cts/gen-skip-reasons.pl
index f0360461..3ce18dce 100755
--- a/tests/cts/gen-skip-reasons.pl
+++ b/tests/cts/gen-skip-reasons.pl
@@ -149,7 +149,7 @@ sub main() {
             $why = "Expected to fail as Privoxy does not support HTTP/0.9.";
         } elsif ($testnum eq 1292) {
             $why = "Expected to fail as Privoxy replaces the empty Host header.";
-        } elsif ($testnum eq 1499) {
+        } elsif ($testnum eq 473 or $testnum eq 1499) {
             $why = "Expected to fail. Privoxy does not support chunked trailers.";
         } elsif ($testnum eq 1533) {
             $why = "Sends an invalid method. Needs investigating.";

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list