Bug 259458 - REGRESSION(265781@main?): [ WK1 Ventura gpuprocess Debug x86_64 ] fast/events/wheel/redispatched-wheel-event.html is a consistent failure
Summary: REGRESSION(265781@main?): [ WK1 Ventura gpuprocess Debug x86_64 ] fast/events...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-24 16:07 PDT by Ben Schwartz
Modified: 2023-07-25 10:02 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Schwartz 2023-07-24 16:07:23 PDT
fast/events/wheel/redispatched-wheel-event.html

This test is a consistent failure on macOS Ventura E gpuprocess Debug x86_64, WebKit 1.

HISTORY:

https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Fwheel%2Fredispatched-wheel-event.html

TEXT DIFF:

 PASS windowScrollEventCount is 0
 PASS overflowScrollEventCount is 0
 PASS windowScrollEventCount is 0
-PASS overflowScrollEventCount >= expectedMinOverflowScrollEventCount is true
+FAIL overflowScrollEventCount >= expectedMinOverflowScrollEventCount should be true. Was false.
 PASS successfullyParsed is true
 
 TEST COMPLETE

DIFF URL:

https://build.webkit.org/results/Apple-Monterey-Debug-AppleSilicon-WK2-Tests/266257@main%20(6317)/fast/events/wheel/redispatched-wheel-event-pretty-diff.html

REGRESSION:

I was able to reproduce this bug on the reported platform running the test as follows:

run-webkit-tests -1 --debug --use-gpu-process --accelerated-drawing fast/events/wheel/redispatched-wheel-event.html

I was able to bisect a possible regression point using the flakiness dashboard (265781@main). In my attempts to reproduce the issue on multiple platforms, DumpRenderTree kept crashing on WebKit 1, which caused the test to fail at all tested commits. The changes at 265781@main appear to be directly related to the failing test, which is likely contributing to the failure; however, this may indicate a larger issue with DumpRenderTree.
Comment 1 Radar WebKit Bug Importer 2023-07-24 16:07:37 PDT
<rdar://problem/112801240>
Comment 2 Ben Schwartz 2023-07-24 17:53:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16053
Comment 3 Ben Schwartz 2023-07-24 18:10:04 PDT
(In reply to Ben Schwartz from comment #2)
> Pull request: https://github.com/WebKit/WebKit/pull/16053

New pull request: https://github.com/WebKit/WebKit/pull/16054
Comment 4 EWS 2023-07-25 07:08:50 PDT
Test gardening commit 266289@main (ab7dbef44e11): <https://commits.webkit.org/266289@main>

Reviewed commits have been landed. Closing PR #16054 and removing active labels.