RESOLVED WONTFIX299467
REGRESSION(300475@main): Build brokerage had been fixed
https://bugs.webkit.org/show_bug.cgi?id=299467
Summary REGRESSION(300475@main): Build brokerage had been fixed
WebKit Commit Bot
Reported 2025-09-24 12:38:42 PDT
https://commits.webkit.org/300475@main introduced a regression: Build brokerage had been fixed This is an automatic bug report generated by webkitbot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests fail.
Attachments
REVERT of 300475@main (149.66 KB, patch)
2025-09-24 12:38 PDT, WebKit Commit Bot
commit-queue: commit-queue?
WebKit Commit Bot
Comment 1 2025-09-24 12:38:58 PDT
Created attachment 476850 [details] REVERT of 300475@main Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the revert will be successful. This process takes approximately 15 minutes. If you would like to land the revert faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment.
Ryosuke Niwa
Comment 2 2025-09-24 12:45:41 PDT
Nope. This doesn't build: /Volumes/Data/safari-2/OpenSource/Source/WTF/wtf/WTFConfig.cpp:172:5: error: use of undeclared identifier 'pas_mte_ensure_initialized' 172 | pas_mte_ensure_initialized(); | ^ /Volumes/Data/safari-2/OpenSource/Source/WTF/wtf/WTFConfig.cpp:181:58: error: use of undeclared identifier 'PAS_MTE_PROC_FLAG_SEC_ENABLED' 181 | if (rc != sizeof(info) || !(info.pbi_flags & PAS_MTE_PROC_FLAG_SEC_ENABLED) || !*enabledByte) { | ^ 2 errors generated.
Note You need to log in before you can comment on or make changes to this bug.