Bug 228591
| Summary: | [ Mac wk2] fast/scrolling/mac/programmatic-scroll-overrides-rubberband.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> |
| Component: | Scrolling | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ben_schwartz, ehutchison, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Hutchison
fast/scrolling/mac/programmatic-scroll-overrides-rubberband.html
is a flaky failure on wk2.
History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fscrolling%2Fmac%2Fprogrammatic-scroll-overrides-rubberband.html
Results: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r280410%20(3003)/results.html
Diff:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/fast/scrolling/mac/programmatic-scroll-overrides-rubberband-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/fast/scrolling/mac/programmatic-scroll-overrides-rubberband-actual.txt
@@ -1,7 +1,7 @@
Test that rubberbanding is canceled when the page does a programmatic scroll
Waiting for rubberband...
-PASS window.scrollY is 1000
+FAIL window.scrollY should be 1000. Was 800.
PASS successfullyParsed is true
TEST COMPLETE
Diff found on r280420 when running run-webkit-tests --debug -f --clobber-old-results --iterations 500 --exit-after-n-failures 1 fast/scrolling/mac/programmatic-scroll-overrides-rubberband.html is:
-PASS window.scrollY is 1000
+FAIL window.scrollY should be 1000. Was -4.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/81279177>
Eric Hutchison
Updated test expectations at https://trac.webkit.org/changeset/280432/webkit.
Ben Schwartz
REPRODUCIBILITY:
I was able to reproduce this issue on macOS Ventura (13.6, 22G120/arm64) ToT using the following command:
run-webkit-tests --clobber-old-results --verbose --iterations 100 --child-processes 10 -f --exit-after-n-failures 1 fast/scrolling/mac/programmatic-scroll-overrides-rubberband.html