NEW272926
[ Ventura wk1 ] 8 tests in web-platform-tests/workers and in web-platform-tests/worklets are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=272926
Summary [ Ventura wk1 ] 8 tests in web-platform-tests/workers and in web-platform-tes...
Marta Darbinyan
Reported 2024-04-18 14:09:58 PDT
All 8 tests have been a flaky failure since the tests brought up on Ventura wk1. imported/w3c/web-platform-tests/worklets/animation-worklet-credentials.https.html imported/w3c/web-platform-tests/worklets/audio-worklet-credentials.https.html imported/w3c/web-platform-tests/worklets/audio-worklet-csp.https.html imported/w3c/web-platform-tests/worklets/audio-worklet-import.https.html imported/w3c/web-platform-tests/worklets/audio-worklet-referrer.https.html imported/w3c/web-platform-tests/worklets/layout-worklet-credentials.https.html imported/w3c/web-platform-tests/worklets/paint-worklet-credentials.https.html imported/w3c/web-platform-tests/workers/modules/dedicated-worker-import-referrer.html The tests are also failing on Sonoma wk1 with different errors outputs. Sonoma issue tracked in https://bugs.webkit.org/show_bug.cgi?id=272101 History: https://results.webkit.org/?flavor=wk1&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fworkers%2Fmodules%2Fdedicated-worker-import-referrer.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Fanimation-worklet-credentials.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Faudio-worklet-credentials.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Faudio-worklet-csp.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Faudio-worklet-import.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Faudio-worklet-referrer.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Flayout-worklet-credentials.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fworklets%2Fpaint-worklet-credentials.https.html&version_name=Sonoma&version_name=Ventura Errors FAIL Importing a same-origin script with the default WorkletOptions should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" -FAIL Importing a remote-origin script with the default WorkletOptions should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" +FAIL Importing a remote-origin script with the default WorkletOptions should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: Load failed" FAIL Importing a same-origin script with credentials=omit should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" -FAIL Importing a remote-origin script with credentials=omit should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" +FAIL Importing a remote-origin script with credentials=omit should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: Load failed" FAIL Importing a same-origin script with credentials=same-origin should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" -FAIL Importing a remote-origin script with credentials=same-origin should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" +FAIL Importing a remote-origin script with credentials=same-origin should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: Load failed" FAIL Importing a same-origin script with credentials=include should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" -FAIL Importing a remote-origin script with credentials=include should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')" +FAIL Importing a remote-origin script with credentials=include should send the credentials promise_test: Unhandled rejection with value: object "TypeError: Load failed" Link: https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK1-Tests/276742@main%20(8660)/results.html
Attachments
Radar WebKit Bug Importer
Comment 1 2024-04-18 14:10:30 PDT
EWS
Comment 2 2024-04-18 14:47:56 PDT
Test gardening commit 277701@main (bf2f6c971ce1): <https://commits.webkit.org/277701@main> Reviewed commits have been landed. Closing PR #27475 and removing active labels.
Marta Darbinyan
Comment 3 2024-04-23 17:46:16 PDT
Raised Bug 273159 to track the regression of imported/w3c/web-platform-tests/workers/modules/dedicated-worker-import-referrer.html as a separate radar since the regression point is different and this test is unrelated to worklets.
Ryosuke Niwa
Comment 4 2024-04-24 18:33:58 PDT
I can't reproduce these failures locally.
Note You need to log in before you can comment on or make changes to this bug.