[Webkit-unassigned] [Bug 217947] New: [GTK] REGRESSION(r268604): Several http/tests/security/mixedContent/ tests are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 02:40:12 PDT 2020


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

            Bug ID: 217947
           Summary: [GTK] REGRESSION(r268604): Several
                    http/tests/security/mixedContent/ tests are flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The following tests became flaky in WebKitGTK after r268604:

  http/tests/security/mixedContent/insecure-basic-auth-image.https.html [ Failure Pass ]
  http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image.html [ Failure Pass ]
  http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image.https.html [ Failure Pass ]
  http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image.https.html [ Failure Pass ]
  http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image.https.html [ Failure Pass ]

Actual output is similar in all tests. For instance:

Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r268714%20(16523)/http/tests/security/mixedContent/insecure-basic-auth-image.https-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/security/mixedContent/insecure-basic-auth-image.https-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/security/mixedContent/insecure-basic-auth-image.https-actual.txt
@@ -1,13 +1,14 @@
 CONSOLE MESSAGE: The page at https://127.0.0.1:8443/security/mixedContent/insecure-basic-auth-image.https.html was allowed to display insecure content from http://localhost:8000/security/mixedContent/resources/subresource2/protected-image.php.

-CONSOLE MESSAGE: Blocked http://localhost:8000/security/mixedContent/resources/subresource2/protected-image.php from asking for credentials because it is a cross-origin request.
+localhost:8000 - didReceiveAuthenticationChallenge - ProtectionSpaceAuthenticationSchemeHTTPBasic - Responding with testUser:testPassword
 Tests that we do not ask for credentials when loading an insecure image that requires basic authentication.

 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS did not load image.
+FAIL did load image.
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201020/b1d61908/attachment.htm>


More information about the webkit-unassigned mailing list