Title: [273410] trunk/Tools
Revision
273410
Author
keith_mil...@apple.com
Date
2021-02-24 11:10:45 -0800 (Wed, 24 Feb 2021)

Log Message

Cloop JSC test driver command shouldn't pass build flags
https://bugs.webkit.org/show_bug.cgi?id=222325

Reviewed by Darin Adler.

* CISupport/build-webkit-org/steps.py:
(RunLLINTCLoopTests):

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/steps.py (273409 => 273410)


--- trunk/Tools/CISupport/build-webkit-org/steps.py	2021-02-24 19:03:28 UTC (rev 273409)
+++ trunk/Tools/CISupport/build-webkit-org/steps.py	2021-02-24 19:10:45 UTC (rev 273410)
@@ -747,7 +747,7 @@
     jsonFileName = "jsc_cloop.json"
     command = [
         "perl", "./Tools/Scripts/run-_javascript_core-tests",
-        "--cloop", "--no-build",
+        "--no-build",
         "--no-jsc-stress", "--no-fail-fast",
         "--json-output={0}".format(jsonFileName),
         WithProperties("--%(configuration)s"),

Modified: trunk/Tools/ChangeLog (273409 => 273410)


--- trunk/Tools/ChangeLog	2021-02-24 19:03:28 UTC (rev 273409)
+++ trunk/Tools/ChangeLog	2021-02-24 19:10:45 UTC (rev 273410)
@@ -1,3 +1,13 @@
+2021-02-24  Keith Miller  <keith_mil...@apple.com>
+
+        Cloop JSC test driver command shouldn't pass build flags
+        https://bugs.webkit.org/show_bug.cgi?id=222325
+
+        Reviewed by Darin Adler.
+
+        * CISupport/build-webkit-org/steps.py:
+        (RunLLINTCLoopTests):
+
 2021-02-24  Aakash Jain  <aakash_j...@apple.com>
 
         Disable Buildbot old-style step deprecation warning
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to