Bug 297364
| Summary: | PROGRESSION(298518@main?): [iOS Debug] imported/w3c/web-platform-tests/digital-credentials/allow-attribute-with-create.https.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | WebKit Misc. | Assignee: | Marta Darbinyan <darbinyan> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bmedina2, marcosc, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
The following test is constant failure on iOS18 Debug. Based on errors it most likely progression on iPhone 12.
Test failed:
imported/w3c/web-platform-tests/digital-credentials/allow-attribute-with-create.https.html
Error:
FAIL With Create: Policy to use: null, is cross-origin: false, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: null, is cross-origin: true, is allowed by policy: false promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create, is cross-origin: false, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create, is cross-origin: true, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create *, is cross-origin: false, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create *, is cross-origin: true, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create 'none', is cross-origin: false, is allowed by policy: false promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create 'none', is cross-origin: true, is allowed by policy: false promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create 'self', is cross-origin: false, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create 'self', is cross-origin: true, is allowed by policy: false promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create https://127.0.0.1:9443, is cross-origin: false, is allowed by policy: false promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
-FAIL With Create: Policy to use: digital-credentials-create https://127.0.0.1:9443, is cross-origin: true, is allowed by policy: true promise_test: Unhandled rejection with value: object "TypeError: Right side of assignment cannot be destructured"
+PASS With Create: Policy to use: null, is cross-origin: true, is allowed by policy: false
+PASS With Create: Policy to use: digital-credentials-create, is cross-origin: false, is allowed by policy: true
+PASS With Create: Policy to use: digital-credentials-create, is cross-origin: true, is allowed by policy: true
+PASS With Create: Policy to use: digital-credentials-create *, is cross-origin: false, is allowed by policy: true
+PASS With Create: Policy to use: digital-credentials-create *, is cross-origin: true, is allowed by policy: true
+PASS With Create: Policy to use: digital-credentials-create 'none', is cross-origin: false, is allowed by policy: false
+PASS With Create: Policy to use: digital-credentials-create 'none', is cross-origin: true, is allowed by policy: false
+PASS With Create: Policy to use: digital-credentials-create 'self', is cross-origin: false, is allowed by policy: true
+PASS With Create: Policy to use: digital-credentials-create 'self', is cross-origin: true, is allowed by policy: false
+PASS With Create: Policy to use: digital-credentials-create https://127.0.0.1:9443, is cross-origin: false, is allowed by policy: false
+PASS With Create: Policy to use: digital-credentials-create https://127.0.0.1:9443, is cross-origin: true, is allowed by policy: true
Test history:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fdigital-credentials%2Fallow-attribute-with-create.https.html&architecture=arm64&platform=ios
Test results:
https://ews-build.webkit.org/#/builders/133/builds/28236
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/158257364>
EWS
Test gardening commit 298658@main (c5fcda8eb293): <https://commits.webkit.org/298658@main>
Reviewed commits have been landed. Closing PR #49370 and removing active labels.
EWS
Test gardening commit 298693@main (7b23d8ab047e): <https://commits.webkit.org/298693@main>
Reviewed commits have been landed. Closing PR #49398 and removing active labels.
Bryan Medina
Modified test expectation, as it is now failing on Release, not only Debug.
Alexey Proskuryakov
298518@main doesn't seem likely as regression point. But also, this diff shows a progression, not a regression.
Marta Darbinyan
Pull request: https://github.com/WebKit/WebKit/pull/49553
EWS
Committed 298970@main (278449c45cfd): <https://commits.webkit.org/298970@main>
Reviewed commits have been landed. Closing PR #49553 and removing active labels.