Bug 310111
| Summary: | [iOS debug] http/wpt/navigation-api/scroll-behavior/manual-scroll-reload.html is a flaky text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | New Bugs | Assignee: | Diego De La Toba <d_delatoba> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
http/wpt/navigation-api/scroll-behavior/manual-scroll-reload.html is a flaky text failure on iOS debug
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Fnavigation-api%2Fscroll-behavior%2Fmanual-scroll-reload.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iOS-26-Simulator-Debug-WK2-Tests/build/layout-test-results/http/wpt/navigation-api/scroll-behavior/manual-scroll-reload-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-26-Simulator-Debug-WK2-Tests/build/layout-test-results/http/wpt/navigation-api/scroll-behavior/manual-scroll-reload-actual.txt
@@ -1,3 +1,3 @@
-PASS scroll: scroll() should work on a reload navigation
+FAIL scroll: scroll() should work on a reload navigation assert_equals: expected 8 but got 0
DIFF URL:
https://build.webkit.org/results/Apple-iOS-26-Simulator-Debug-WK2-Tests/309369@main%20(887)/http/wpt/navigation-api/scroll-behavior/manual-scroll-reload-pretty-diff.html
REPRODUCTION:
run-webkit-tests --debug --ios-simulator --force --no-retry --iterations 10 http/wpt/navigation-api/scroll-behavior/manual-scroll-reload.html
Marking expectations as pass fail while this pends investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172757985>
Diego De La Toba
Test gardening pull request: https://github.com/WebKit/WebKit/pull/60786
EWS
Test gardening commit 309418@main (9efa666e699e): <https://commits.webkit.org/309418@main>
Reviewed commits have been landed. Closing PR #60786 and removing active labels.
Diego De La Toba
This test is failing since the scroll positions inherently do not settle in time on debug causing flaky test failures. Putting up a pr that resolves this.
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/60805