Title: [276561] trunk/Tools
Revision
276561
Author
[email protected]
Date
2021-04-24 17:50:32 -0700 (Sat, 24 Apr 2021)

Log Message

Rename slave to worker in webkitpy - part 2
https://bugs.webkit.org/show_bug.cgi?id=224988

Reviewed by Jonathan Bedard.

* Scripts/webkitpy/common/system/crashlogs_unittest.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (276560 => 276561)


--- trunk/Tools/ChangeLog	2021-04-25 00:47:41 UTC (rev 276560)
+++ trunk/Tools/ChangeLog	2021-04-25 00:50:32 UTC (rev 276561)
@@ -1,3 +1,12 @@
+2021-04-24  Aakash Jain  <[email protected]>
+
+        Rename slave to worker in webkitpy - part 2
+        https://bugs.webkit.org/show_bug.cgi?id=224988
+
+        Reviewed by Jonathan Bedard.
+
+        * Scripts/webkitpy/common/system/crashlogs_unittest.py:
+
 2021-04-24  Ryosuke Niwa  <[email protected]>
 
         Add an option to not enable all experimental features in WebKitTestRunner

Modified: trunk/Tools/Scripts/webkitpy/common/system/crashlogs_unittest.py (276560 => 276561)


--- trunk/Tools/Scripts/webkitpy/common/system/crashlogs_unittest.py	2021-04-25 00:47:41 UTC (rev 276560)
+++ trunk/Tools/Scripts/webkitpy/common/system/crashlogs_unittest.py	2021-04-25 00:50:32 UTC (rev 276561)
@@ -57,7 +57,7 @@
 Crashed Thread:  0
 
 Dyld Error Message:
-  Library not loaded: /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore
+  Library not loaded: /Volumes/Data/WebKit-Worker/snowleopard-intel-release/build/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore
   Referenced from: /Volumes/Data/worker/snowleopard-intel-release/build/WebKitBuild/Release/WebKit.framework/Versions/A/WebKit
   Reason: image not found
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to