[Webkit-unassigned] [Bug 153428] New: LayoutTests/http/tests/contentextensions/make-https.html has different results when running local web server on port 80

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 10:25:16 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153428

            Bug ID: 153428
           Summary: LayoutTests/http/tests/contentextensions/make-https.ht
                    ml has different results when running local web server
                    on port 80
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: achristensen at apple.com, chris at chrismatic.io,
                    lforschler at apple.com

When I ran all tests in LayoutTests/http/tests, the test LayoutTests/http/tests/contentextensions/make-https.html (added with the patch for bug #148966) failed with different results because I am running a local web server on port 80 and the test tries to load <http://127.0.0.1:80/nope>. It would be good if our HTTP tests only made use of ports opened by run-webkit-tests/run-webkit-httpd to avoid being affected by other web servers that may be running on the machine. I'm unclear if it is straightforward to achieve the same test coverage provided by LayoutTests/http/tests/contentextensions/make-https.html without actually trying to connect to a local web server running on ports 80, 443, and 1443.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160125/2ff1ebab/attachment-0001.html>


More information about the webkit-unassigned mailing list