Bug 275962
| Summary: | REGRESSION(280355@main): [ macOS iOS ] imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored.html is constantly failing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anfernee Viduya <aviduya> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | achristensen, pgriffis, rbuis, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anfernee Viduya
imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored.html
is constantly failing on macOS and iOS since 280355@main landed. In the commit it noted that the implementation is "Not yet complete".
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fnavigation-api%2Fnavigation-history-entry%2Fno-referrer-dynamic-url-censored.html&platform=ios&platform=mac&platform=visionos
DIFFS:
--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored-actual.txt
@@ -1,4 +1,4 @@
-FAIL The url of a document is censored by a no-referrer policy dynamically promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'i.contentWindow.navigation.activation.from')"
+FAIL The url of a document is censored by a no-referrer policy dynamically promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'i.contentWindow.navigation.activation.from.url')"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/130689468>
Anfernee Viduya
REPRODUCIBILITY:
I was able to reproduce by using command.
run-webkit-tests --root --exit-after-n-failures 1 imported/w3c/web-platform-tests/media-source/dedicated-worker/mediasource-worker-detach-element.html
Anfernee Viduya
Pull request: https://github.com/WebKit/WebKit/pull/30247
Anfernee Viduya
I have opted to set the test expectation as Failure with the above commit.
Ryan Haddad
(In reply to Anfernee Viduya from comment #4)
> I have opted to set the test expectation as Failure with the above commit.
I do wonder if it would make more sense to re-baseline since it seems like it went from one error message to another rather than PASS -> FAIL
EWS
Test gardening commit 280440@main (1fe29ec3d435): <https://commits.webkit.org/280440@main>
Reviewed commits have been landed. Closing PR #30247 and removing active labels.
Rob Buis
I think this is likely fixed by Chris' commit:
https://commits.webkit.org/287017@main