Title: [231064] trunk/Tools
Revision
231064
Author
[email protected]
Date
2018-04-26 12:19:57 -0700 (Thu, 26 Apr 2018)

Log Message

WinCairo test bots should run JSC tests with options for Windows command prompt.
https://bugs.webkit.org/show_bug.cgi?id=185019

Reviewed by Per Arne Vollan.

* BuildSlaveSupport/build.webkit.org-config/steps.py:
(RunJavaScriptCoreTests.start):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2018-04-26 19:15:20 UTC (rev 231063)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2018-04-26 19:19:57 UTC (rev 231064)
@@ -318,6 +318,10 @@
         # Check: https://bugs.webkit.org/show_bug.cgi?id=175140
         if platform in ('gtk', 'wpe'):
             self.setCommand(self.command + ['--memory-limited'])
+        # WinCairo uses the Windows command prompt, not Cygwin.
+        elif platform == 'wincairo':
+            self.setCommand(self.command + ['--ruby-runner', '--test-writer=ruby'])
+
         appendCustomBuildFlags(self, platform, self.getProperty('fullPlatform'))
         return shell.Test.start(self)
 

Modified: trunk/Tools/ChangeLog (231063 => 231064)


--- trunk/Tools/ChangeLog	2018-04-26 19:15:20 UTC (rev 231063)
+++ trunk/Tools/ChangeLog	2018-04-26 19:19:57 UTC (rev 231064)
@@ -1,5 +1,15 @@
 2018-04-26  Ross Kirsling  <[email protected]>
 
+        WinCairo test bots should run JSC tests with options for Windows command prompt.
+        https://bugs.webkit.org/show_bug.cgi?id=185019
+
+        Reviewed by Per Arne Vollan.
+
+        * BuildSlaveSupport/build.webkit.org-config/steps.py:
+        (RunJavaScriptCoreTests.start):
+
+2018-04-26  Ross Kirsling  <[email protected]>
+
         WinCairo WKL Debug Test bot is not using DRT.
         https://bugs.webkit.org/show_bug.cgi?id=185009
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to