[wpt-sync] Sync PR 49962 - Speculative fix for flaky test
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49962 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49962
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
Speculative fix for flaky test
The test's history, e.g. on Linux[1], shows a very consistent pattern
of failing the first test case "touchstart event not received" and then
passing on a second attempt. My attempts at a local repo have not been
successful, but since it seems to be an issue with the state of things
at the beginning of the test and it involves input handling, it would
be good to see what effect waitForCompositorCommit has on the failures.Bug: 385526611
Change-Id: Iebd9db5272a2d56693f94628b5658d3d03ff9543
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6149989
Reviewed-by: Mustaq Ahmed \<mustaq@chromium.org>
Commit-Queue: David Awogbemila \<awogbemila@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1403186}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 227 subtests
Status Summary
Firefox
OK
: 1
PASS
: 226
FAIL
: 1
Chrome
OK
: 1
PASS
: 227
Safari
FAIL
: 1
ERROR
: 1
Links
Details
New Tests That Don't Pass
- /touch-events/single-touch.html [wpt.fyi]
- Verify touch events for a single touch drag operation:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Verify touch events for a single touch drag operation:
Description
•