RESOLVED FIXED 244043
REGRESSION (253474@main): [ iOS ] 91 API tests are consistent failure/timeout/crash
https://bugs.webkit.org/show_bug.cgi?id=244043
Summary REGRESSION (253474@main): [ iOS ] 91 API tests are consistent failure/timeout...
Karl Rackler
Reported 2022-08-17 11:03:04 PDT
Description: 91 API tests There is a clear regression point in the history at 253474@main. This appears to be the cause of the regression. History: https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&test=TestWebKitAPI.AppPrivacyReport.AppInitiatedRequestWithServiceWorker&test=TestWebKitAPI.AppPrivacyReport.AppInitiatedRequestWithServiceWorkerSoftUpdate&test=TestWebKitAPI.SerializedCryptoKeyWrapTest.SerializedCryptoKeyWrapUnwrap Crashed TestWebKitAPI.SerializedCryptoKeyWrapTest.SerializedCryptoKeyWrapUnwrap Could not delete WebCrypto master key in Keychain, error -34018 Could not find WebCrypto master key in Keychain, error -34018 Cannot store WebCrypto master key, error -34018 Child process terminated with signal 5: Trace/BPT trap
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-17 11:03:19 PDT
Karl Rackler
Comment 2 2022-08-17 11:08:02 PDT
Elliott Williams
Comment 3 2022-08-17 11:32:59 PDT
From two of the builders: codesign -vv --verify Debug-iphonesimulator/TestWebKitAPI Debug-iphonesimulator/TestWebKitAPI: code object is not signed at all In architecture: x86_64 codesign -vv --verify Release-iphonesimulator/TestWebKitAPI Release-iphonesimulator/TestWebKitAPI: code object is not signed at all This is interesting, as it doesn't match the signing behavior I saw during local development. Let's revert and I'll investigate further.
Elliott Williams
Comment 4 2022-08-17 11:40:52 PDT
Note You need to log in before you can comment on or make changes to this bug.