Bug 256145

Summary: Fix testmasm, testair, testb3, etc. after 263139@main.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: 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   

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.