Bug 256145
| Summary: | Fix testmasm, testair, testb3, etc. after 263139@main. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
263139@main (for Apple internal builds) made it such that JSC will only enable the JIT on Mac if the appropriate entitlement is available. This unfortunately causes testmasm, testair, testb3, testdfg, and others to all stop being able to enable the JIT. This patch fixes it so that all the relevant test executables gets the entitlement they need to enable the JIT.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108707654>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/13313
EWS
Committed 263568@main (e98791bbdde8): <https://commits.webkit.org/263568@main>
Reviewed commits have been landed. Closing PR #13313 and removing active labels.