Title: [197442] trunk/Tools
Revision
197442
Author
[email protected]
Date
2016-03-01 22:58:31 -0800 (Tue, 01 Mar 2016)

Log Message

Disable FTL JIT testing on 32-bit JSC tester bots
https://bugs.webkit.org/show_bug.cgi?id=154858

Reviewed by Saam Barati.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(Run32bitJSCTests):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (197441 => 197442)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2016-03-02 06:56:36 UTC (rev 197441)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2016-03-02 06:58:31 UTC (rev 197442)
@@ -526,7 +526,7 @@
     name = "webkit-32bit-jsc-test"
     description = ["32bit-jsc-tests running"]
     descriptionDone = ["32bit-jsc-tests"]
-    command = ["perl", "./Tools/Scripts/run-_javascript_core-tests", "--32-bit", "--no-build", WithProperties("--%(configuration)s")]
+    command = ["perl", "./Tools/Scripts/run-_javascript_core-tests", "--32-bit", "--no-ftl-jit", "--no-build", WithProperties("--%(configuration)s")]
     failedTestsFormatString = "%d regression%s found."
 
     def countFailures(self, cmd):

Modified: trunk/Tools/ChangeLog (197441 => 197442)


--- trunk/Tools/ChangeLog	2016-03-02 06:56:36 UTC (rev 197441)
+++ trunk/Tools/ChangeLog	2016-03-02 06:58:31 UTC (rev 197442)
@@ -1,3 +1,13 @@
+2016-03-01  Csaba Osztrogonác  <[email protected]>
+
+        Disable FTL JIT testing on 32-bit JSC tester bots
+        https://bugs.webkit.org/show_bug.cgi?id=154858
+
+        Reviewed by Saam Barati.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (Run32bitJSCTests):
+
 2016-03-01  Dean Johnson  <[email protected]>
 
         Fix iOS EWS.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to