[webkit-changes] [WebKit/WebKit] d0deb6: Make ServerTrust API tests more tolerant of multip...

Alex Christensen noreply at github.com
Wed Jan 3 11:22:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d0deb6d3a89ef661a4ec6a89954b7cac4d486716
      https://github.com/WebKit/WebKit/commit/d0deb6d3a89ef661a4ec6a89954b7cac4d486716
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm

  Log Message:
  -----------
  Make ServerTrust API tests more tolerant of multiple connections
https://bugs.webkit.org/show_bug.cgi?id=266995
rdar://119839895

Reviewed by Ryosuke Niwa.

Bots indicate that sometimes these tests will make 2 TCP connections to the server,
which is ok and expected.  The tests only need to verify that more than 0 TLS handshakes
happened successfully.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
(-[ServerTrustDelegate webView:didReceiveAuthenticationChallenge:completionHandler:]):
(TestWebKitAPI::TEST):

Canonical link: https://commits.webkit.org/272617@main




More information about the webkit-changes mailing list