Title: [252895] trunk/Tools
Revision
252895
Author
[email protected]
Date
2019-11-26 18:32:53 -0800 (Tue, 26 Nov 2019)

Log Message

[AppleWin] run-webkit-tests is failing to find bin32/DumpRenderTree since r252834
https://bugs.webkit.org/show_bug.cgi?id=204571

Reviewed by Ross Kirsling.

* BuildSlaveSupport/build.webkit.org-config/steps.py:
(RunWebKitTests.start): Replaced 'bin32' with 'bin64'.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py (252894 => 252895)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2019-11-27 01:53:00 UTC (rev 252894)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2019-11-27 02:32:53 UTC (rev 252895)
@@ -459,7 +459,7 @@
         self.setCommand(self.command + ['--debug-rwt-logging'])
 
         if platform == "win":
-            self.setCommand(self.command + ['--batch-size', '100', '--root=' + os.path.join("WebKitBuild", self.getProperty('configuration'), "bin32")])
+            self.setCommand(self.command + ['--batch-size', '100', '--root=' + os.path.join("WebKitBuild", self.getProperty('configuration'), "bin64")])
 
         if additionalArguments:
             self.setCommand(self.command + additionalArguments)

Modified: trunk/Tools/ChangeLog (252894 => 252895)


--- trunk/Tools/ChangeLog	2019-11-27 01:53:00 UTC (rev 252894)
+++ trunk/Tools/ChangeLog	2019-11-27 02:32:53 UTC (rev 252895)
@@ -1,3 +1,13 @@
+2019-11-26  Fujii Hironori  <[email protected]>
+
+        [AppleWin] run-webkit-tests is failing to find bin32/DumpRenderTree since r252834
+        https://bugs.webkit.org/show_bug.cgi?id=204571
+
+        Reviewed by Ross Kirsling.
+
+        * BuildSlaveSupport/build.webkit.org-config/steps.py:
+        (RunWebKitTests.start): Replaced 'bin32' with 'bin64'.
+
 2019-11-25  Kent Tamura  <[email protected]>
 
         Remove tkent@ from watchlist
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to