Bug 256145 - Fix testmasm, testair, testb3, etc. after 263139@main.
Summary: Fix testmasm, testair, testb3, etc. after 263139@main.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-29 23:46 PDT by Mark Lam
Modified: 2023-05-01 18:58 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 2023-04-29 23:46:47 PDT
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.
Comment 1 Radar WebKit Bug Importer 2023-04-29 23:47:11 PDT
<rdar://problem/108707654>
Comment 2 Mark Lam 2023-04-29 23:58:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13313
Comment 3 EWS 2023-05-01 18:58:29 PDT
Committed 263568@main (e98791bbdde8): <https://commits.webkit.org/263568@main>

Reviewed commits have been landed. Closing PR #13313 and removing active labels.