Bug 272926
| Summary: | [ Ventura wk1 ] 8 tests in web-platform-tests/workers and in web-platform-tests/worklets are flaky failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | rniwa, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126711498>
EWS
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
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
I can't reproduce these failures locally.