Title: [240006] trunk/Tools
Revision
240006
Author
[email protected]
Date
2019-01-15 14:17:07 -0800 (Tue, 15 Jan 2019)

Log Message

Adjust the arguments passed to run-_javascript_core-tests for the 32-bit JSC bot
https://bugs.webkit.org/show_bug.cgi?id=193459

Reviewed by Mark Lam.

* BuildSlaveSupport/build.webkit.org-config/steps.py:
(Run32bitJSCTests): This queue should not run JIT, testair, testb3, or testmasm.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2019-01-15 22:13:33 UTC (rev 240005)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2019-01-15 22:17:07 UTC (rev 240006)
@@ -599,7 +599,7 @@
     description = ["32bit-jsc-tests running"]
     descriptionDone = ["32bit-jsc-tests"]
     jsonFileName = "jsc_32bit.json"
-    command = ["perl", "./Tools/Scripts/run-_javascript_core-tests", "--32-bit", "--no-build", "--no-fail-fast", "--json-output={0}".format(jsonFileName), WithProperties("--%(configuration)s")]
+    command = ["perl", "./Tools/Scripts/run-_javascript_core-tests", "--32-bit", "--no-build", "--no-fail-fast", "--no-jit", "--no-testair", "--no-testb3", "--no-testmasm", "--json-output={0}".format(jsonFileName), WithProperties("--%(configuration)s")]
     failedTestsFormatString = "%d regression%s found."
     logfiles = {"json": jsonFileName}
 

Modified: trunk/Tools/ChangeLog (240005 => 240006)


--- trunk/Tools/ChangeLog	2019-01-15 22:13:33 UTC (rev 240005)
+++ trunk/Tools/ChangeLog	2019-01-15 22:17:07 UTC (rev 240006)
@@ -1,3 +1,13 @@
+2019-01-15  Ryan Haddad  <[email protected]>
+
+        Adjust the arguments passed to run-_javascript_core-tests for the 32-bit JSC bot
+        https://bugs.webkit.org/show_bug.cgi?id=193459
+
+        Reviewed by Mark Lam.
+
+        * BuildSlaveSupport/build.webkit.org-config/steps.py:
+        (Run32bitJSCTests): This queue should not run JIT, testair, testb3, or testmasm.
+
 2019-01-15  Chris Dumez  <[email protected]>
 
         Regression(PSON) View becomes blank after click a cross-site download link
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to