[Webkit-unassigned] [Bug 163804] New: JavaScriptCore tests should have a mode to use a shared jsc process
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 21 11:48:27 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163804
Bug ID: 163804
Summary: JavaScriptCore tests should have a mode to use a
shared jsc process
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Other
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Christopher.reid at sony.com
CC: lforschler at apple.com
This problem is a bit specific to us, we have a huge ~6s overhead for launching processes. jsc-stress-tests takes over 24 hours to run due to each test launching its own process.
We would like a way to share a jsc process between tests.
The approach we were thinking of implementing was to use stdio on a shared process for tests. Because the test runner uses shell scripts and ruby, it doesn't seem possible on all platforms to send input to that process across multiple shell scripts.
We would likely need a way to use only ruby to run tests for this to work.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161021/3140d41c/attachment.html>
More information about the webkit-unassigned
mailing list