Title: [252786] trunk/Tools
- Revision
- 252786
- Author
- [email protected]
- Date
- 2019-11-22 11:08:32 -0800 (Fri, 22 Nov 2019)
Log Message
[ews] Add KillOldProcesses step before running JSC tests
https://bugs.webkit.org/show_bug.cgi?id=204525
Reviewed by Jonathan Bedard.
* BuildSlaveSupport/ews-build/factories.py:
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/ews-build/factories.py (252785 => 252786)
--- trunk/Tools/BuildSlaveSupport/ews-build/factories.py 2019-11-22 19:00:32 UTC (rev 252785)
+++ trunk/Tools/BuildSlaveSupport/ews-build/factories.py 2019-11-22 19:08:32 UTC (rev 252786)
@@ -118,6 +118,7 @@
class JSCTestsFactory(Factory):
def __init__(self, platform, configuration='release', architectures=None, remotes=None, additionalArguments=None, runTests='true', **kwargs):
Factory.__init__(self, platform=platform, configuration=configuration, architectures=architectures, buildOnly=False, remotes=remotes, additionalArguments=additionalArguments, checkRelevance=True)
+ self.addStep(KillOldProcesses())
self.addStep(CompileJSC(skipUpload=True))
if runTests.lower() == 'true':
self.addStep(RunJavaScriptCoreTests())
Modified: trunk/Tools/ChangeLog (252785 => 252786)
--- trunk/Tools/ChangeLog 2019-11-22 19:00:32 UTC (rev 252785)
+++ trunk/Tools/ChangeLog 2019-11-22 19:08:32 UTC (rev 252786)
@@ -1,3 +1,12 @@
+2019-11-22 Aakash Jain <[email protected]>
+
+ [ews] Add KillOldProcesses step before running JSC tests
+ https://bugs.webkit.org/show_bug.cgi?id=204525
+
+ Reviewed by Jonathan Bedard.
+
+ * BuildSlaveSupport/ews-build/factories.py:
+
2019-11-22 Jonathan Bedard <[email protected]>
run-_javascript_core-tests: Hide the output of binaries behind --verbose
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes