RESOLVED FIXED256145
Fix testmasm, testair, testb3, etc. after 263139@main.
https://bugs.webkit.org/show_bug.cgi?id=256145
Summary Fix testmasm, testair, testb3, etc. after 263139@main.
Mark Lam
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-04-29 23:47:11 PDT
Mark Lam
Comment 2 2023-04-29 23:58:09 PDT
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.