[webkit-changes] [WebKit/WebKit] ebeed2: REGRESSION (280387 at main): 42 media (layout-tests) ...

Per Arne Vollan noreply at github.com
Fri Jul 12 06:56:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ebeed2e08467e1e42a1f8f7496dfd14b5cadf390
      https://github.com/WebKit/WebKit/commit/ebeed2e08467e1e42a1f8f7496dfd14b5cadf390
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-07-12 (Fri, 12 Jul 2024)

  Changed paths:
    M Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj

  Log Message:
  -----------
  REGRESSION (280387 at main): 42 media (layout-tests) are constant timeouts
https://bugs.webkit.org/show_bug.cgi?id=276492
rdar://131548582

Reviewed by Alexey Proskuryakov.

CFNetwork is failing a strict security policy check when WebKit extensions are bundled in WKTR,
since the bundle ID prefix is not `com.apple` for the bundled extensions. Address this by adding
the NSAppTransportSecurity key in the Info.plist for the WebContent and Networking extensions,
which will allow these tests to succeed.

* Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list