Title: [256065] trunk/Tools
Revision
256065
Author
[email protected]
Date
2020-02-07 14:45:40 -0800 (Fri, 07 Feb 2020)

Log Message

iPad testers failing to launch processes
https://bugs.webkit.org/show_bug.cgi?id=207401
<rdar://problem/58184777>

Unreviewed infrastructure fix.

This is a speculative fix because I've had problems reproducing this error.
The only time I managed to reproduce the problem was immediately after killing the 
SimulatorTrampoline and CoreSimulator.xpc processes.

* BuildSlaveSupport/kill-old-processes:
(main): Only kill Simulator.app, not all associated simulator processes.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/kill-old-processes (256064 => 256065)


--- trunk/Tools/BuildSlaveSupport/kill-old-processes	2020-02-07 22:40:06 UTC (rev 256064)
+++ trunk/Tools/BuildSlaveSupport/kill-old-processes	2020-02-07 22:45:40 UTC (rev 256065)
@@ -99,7 +99,7 @@
         "WebProcess",
         "xcodebuild",
         # FIXME: Consider moving iOS-specific tasks to their own list.
-        "Simulator",
+        "Simulator.app",
     ]
 
     taskToKillUnix = [

Modified: trunk/Tools/ChangeLog (256064 => 256065)


--- trunk/Tools/ChangeLog	2020-02-07 22:40:06 UTC (rev 256064)
+++ trunk/Tools/ChangeLog	2020-02-07 22:45:40 UTC (rev 256065)
@@ -1,3 +1,18 @@
+2020-02-07  Jonathan Bedard  <[email protected]>
+
+        iPad testers failing to launch processes
+        https://bugs.webkit.org/show_bug.cgi?id=207401
+        <rdar://problem/58184777>
+
+        Unreviewed infrastructure fix.
+
+        This is a speculative fix because I've had problems reproducing this error.
+        The only time I managed to reproduce the problem was immediately after killing the 
+        SimulatorTrampoline and CoreSimulator.xpc processes.
+
+        * BuildSlaveSupport/kill-old-processes:
+        (main): Only kill Simulator.app, not all associated simulator processes.
+
 2020-02-07  Jiewen Tan  <[email protected]>
 
         [WebAuthn] Report CTAP Client Pin Error to clients
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to