Bug 186452 - Enhance run-webkit-tests to parse and apply the webkit-test-runner jscOptions option.
Summary: Enhance run-webkit-tests to parse and apply the webkit-test-runner jscOptions...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 186451
Blocks:
  Show dependency treegraph
 
Reported: 2018-06-08 17:16 PDT by Mark Lam
Modified: 2018-06-08 17:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2018-06-08 17:16:34 PDT
This is needed because some JSC options can only be checked and set once at process / VM initialization.  The test harness scripts need to be aware of the presence of this jscOptions option in order to schedule tests which uses the option with a process (for DRT or WKTR).  The current implementation in https://bugs.webkit.org/show_bug.cgi?id=186451 only works for JSC options that can be changed at runtime.