NEW 186452
Enhance run-webkit-tests to parse and apply the webkit-test-runner jscOptions option.
https://bugs.webkit.org/show_bug.cgi?id=186452
Summary Enhance run-webkit-tests to parse and apply the webkit-test-runner jscOptions...
Mark Lam
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.