[webkit-changes] [WebKit/WebKit] 99fde2: Sometimes, WKTR installation does not succeed in t...

Per Arne Vollan noreply at github.com
Wed Oct 23 21:52:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 99fde22c848d06a9d4524d99e42554c6f7f9a2ed
      https://github.com/WebKit/WebKit/commit/99fde22c848d06a9d4524d99e42554c6f7f9a2ed
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M Tools/Scripts/webkitpy/xcode/simulated_device.py
    A Tools/WebKitTestRunner/Configurations/WebKitEligibilityUtil.xcconfig
    A Tools/WebKitTestRunner/WebKitEligibilityUtil/main.cpp
    M Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Sometimes, WKTR installation does not succeed in the Simulator
https://bugs.webkit.org/show_bug.cgi?id=281875
rdar://138351968

Reviewed by Elliott Williams.

This is caused by a daemon involved in the installation being suspended. This patch works around this
issue by creating a small utility that sends a XPC message to the daemon in order to resume execution.
This issue is flaky, so it is hard to confirm the fix is sufficient, but local testing looks good.

* Tools/Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDevice.install_app):
* Tools/WebKitTestRunner/Configurations/WebKitEligibilityUtil.xcconfig: Added.
* Tools/WebKitTestRunner/WebKitEligibilityUtil/main.cpp: Added.
(main):
* Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/285637@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