[Privoxy-commits] [privoxy] 06/08: Disable two tests in the acl-multiple-ip-addresses-specified-without-destination scenario

User Git git at git.privoxy.org
Sun May 31 09:38:29 CEST 2026


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

git pushed a commit to branch master
in repository privoxy.

commit cfe58bbd25320c6c5488bfa896ccfa523cf8fe62
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun May 31 08:46:30 2026 +0200

    Disable two tests in the acl-multiple-ip-addresses-specified-without-destination scenario
    
    ... that no longer work cross-platform after curl upstream commit 335dc0e3c5968827.
    
    The issue has been reported upstream [0].
    
    [0]: <https://curl.se/mail/lib-2026-05/0013.html>
---
 .../data/test4                                                       | 5 +++++
 .../data/test5                                                       | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4 b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
index e787ba77..5ae7f0d0 100644
--- a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
+++ b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
@@ -4,6 +4,11 @@
 <keywords>
 HTTP
 HTTP GET
+# Skip this test for now as the curl return code is platform specific
+# since curl commit 335dc0e3c5968827.
+# At the moment the test is expected to work on ElectroBSD and OpenBSD
+# but known to fail on Debian GNU/Linux.
+skip
 </keywords>
 </info>
 
diff --git a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5 b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
index 1920b443..554e4b01 100644
--- a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
+++ b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
@@ -4,6 +4,11 @@
 <keywords>
 HTTP
 HTTP GET
+# Skip this test for now as the curl return code is platform specific
+# since curl commit 335dc0e3c5968827.
+# At the moment the test is expected to work on ElectroBSD and OpenBSD
+# but known to fail on Debian GNU/Linux.
+skip
 </keywords>
 </info>
 

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


More information about the Privoxy-commits mailing list