Bug 162245 - [JSTests] add "extraOptions" run command to support per-test runtime flags
Summary: [JSTests] add "extraOptions" run command to support per-test runtime flags
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 16:53 PDT by Caitlin Potter (:caitp)
Modified: 2016-09-19 19:14 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2016-09-19 16:53 PDT, Caitlin Potter (:caitp)
fpizlo: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Caitlin Potter (:caitp) 2016-09-19 16:53:20 PDT
[JSTests] add "extraOptions" run command to support per-test runtime flags
Comment 1 Caitlin Potter (:caitp) 2016-09-19 16:53:38 PDT
Created attachment 289282 [details]
Patch
Comment 2 Caitlin Potter (:caitp) 2016-09-19 17:03:28 PDT
This bit was originally used in https://bugs.webkit.org/show_bug.cgi?id=161409, but since deciding to use a compile-time flag, it stopped being useful there. But, I think it could still be a useful option to have test coverage in JS features that are hidden behind runtime flags.
Comment 3 Filip Pizlo 2016-09-19 19:14:34 PDT
Comment on attachment 289282 [details]
Patch

Please use runMiscNoCJIT if possible.