Bug 186452
Summary: | Enhance run-webkit-tests to parse and apply the webkit-test-runner jscOptions option. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 186451 | ||
Bug Blocks: |
Mark Lam
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |