X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=regression-tests.action;h=7409e6b10d6ed5f5102f046fe4fff80c9e896703;hb=08f3b18a3cb223cad6e3925ba1021206fd59d37e;hp=1307c0e52c10a9a8e089bcd33ef7ac6026acb371;hpb=e8717b543314e3812597f1ffd98832af6baee9dd;p=privoxy.git diff --git a/regression-tests.action b/regression-tests.action index 1307c0e5..7409e6b1 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,9 +1,10 @@ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test -# (included in the source tarball's tools directory). +# (included in the source tarball's tools directory and available at +# https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob;f=tools/privoxy-regression-test.pl;hb=HEAD). # -# After referencing it in your Privoxy configuration both Privoxy and +# After referencing this file in your Privoxy configuration both Privoxy and # Privoxy-Regression-Test should be good to go. # ############################################################################# @@ -605,6 +606,11 @@ TAG:^Connection: close$ TAG:^connection-sharing disabled$ {} +# XXX: This test is expected to fail when using "https://p.p/" +# as CGI prefix with https inspection enabled but can't +# yet be automatically skipped. By design connections aren't +# shared when using "https://" so Privoxy does not remove the +# header. # Set Header = Connection: close # Expect Header = REMOVAL # Level = 16 @@ -623,6 +629,15 @@ TAG:^connection-sharing enabled$ TAG:^No Host header$ {} +# XXX: This test is expected to fail when using "https://p.p/" +# as CGI prefix with https inspection enabled but can't +# yet be automatically skipped. The reason for the test +# failure is that Privoxy-Regression-Test only modifies +# the Host header for the CONNECT request, not for the +# actual request that follows. Changing that would not +# fix the test though as a modified Host header in the +# actual request would result in Privoxy attempting to +# connect to it. # Set Header = Host: whatever.example.org # Expect Header = NO CHANGE TAG:^Host header other than the target host$