[webkit-changes] [WebKit/WebKit] 1cf603: REGRESSION(266167 at main): [non-Cocoa] Some http/tes...

Fujii Hironori noreply at github.com
Tue Jul 25 12:52:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1cf603b84515a4e55b072398f717fa8eb41034f4
      https://github.com/WebKit/WebKit/commit/1cf603b84515a4e55b072398f717fa8eb41034f4
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M Tools/WebKitTestRunner/TestController.cpp

  Log Message:
  -----------
  REGRESSION(266167 at main): [non-Cocoa] Some http/tests/security/mixedContent tests are failing
https://bugs.webkit.org/show_bug.cgi?id=259466

Reviewed by Don Olmstead.

Some http/tests/security/mixedContent tests are failing after
266167 at main (bug#259324) due to a preceding tests configuration
change. 266231 at main fixed the Cocoa port problem by recreating a
WKPreferencesRef object. non-Cocoa ports also need the similar fix.

* Tools/WebKitTestRunner/TestController.cpp:
(WTR::TestController::platformAdjustContext):
Recreate a WKPreferencesRef object.

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




More information about the webkit-changes mailing list