Title: [197508] trunk/Tools
Revision
197508
Author
commit-qu...@webkit.org
Date
2016-03-03 09:28:27 -0800 (Thu, 03 Mar 2016)

Log Message

Unreviewed, rolling out r197442.
https://bugs.webkit.org/show_bug.cgi?id=154967

Broke tests, and also uses a wrong approach (Requested by ap
on #webkit).

Reverted changeset:

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2016-03-03 17:25:26 UTC (rev 197507)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2016-03-03 17:28:27 UTC (rev 197508)
@@ -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-ftl-jit", "--no-build", WithProperties("--%(configuration)s")]
+    command = ["perl", "./Tools/Scripts/run-_javascript_core-tests", "--32-bit", "--no-build", WithProperties("--%(configuration)s")]
     failedTestsFormatString = "%d regression%s found."
 
     def countFailures(self, cmd):

Modified: trunk/Tools/ChangeLog (197507 => 197508)


--- trunk/Tools/ChangeLog	2016-03-03 17:25:26 UTC (rev 197507)
+++ trunk/Tools/ChangeLog	2016-03-03 17:28:27 UTC (rev 197508)
@@ -1,3 +1,17 @@
+2016-03-03  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, rolling out r197442.
+        https://bugs.webkit.org/show_bug.cgi?id=154967
+
+        Broke tests, and also uses a wrong approach (Requested by ap
+        on #webkit).
+
+        Reverted changeset:
+
+        "Disable FTL JIT testing on 32-bit JSC tester bots"
+        https://bugs.webkit.org/show_bug.cgi?id=154858
+        http://trac.webkit.org/changeset/197442
+
 2016-03-03  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [GTK] Run the run-benchmark script on the performance bot.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to