Bug 261226
| Summary: | NEW TEST (267516@main): [ macOS wk2 ] fast/images/mac/play-pause-individual-animation-context-menu-items.html is a constant timeout. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | richard_robinson2, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=259373 | ||
Ben Schwartz
fast/images/mac/play-pause-individual-animation-context-menu-items.html
This test is a constant timeout on all tested platforms (macOS wk2).
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fimages%2Fmac%2Fplay-pause-individual-animation-context-menu-items.html
TEXT DIFF:
+CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'eventSender.contextClick().find(item => item.title === "Pause Animation").click')
+FAIL: Timed out waiting for notifyDone to be called
+
This test ensures that the 'Play Animation' and 'Pause Animation' context menu items appear and behave correctly when activated.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -6,12 +9,4 @@
PASS internals.isImageAnimating(gif) became true
PASS internals.isImageAnimating(png) became true
Pausing #gif via the context menu item.
-PASS internals.isImageAnimating(gif) became false
-PASS internals.isImageAnimating(png) became true
-Playing #gif via the context menu item.
-PASS internals.isImageAnimating(gif) became true
-PASS internals.isImageAnimating(png) became true
-PASS successfullyParsed is true
-TEST COMPLETE
-
DIFF URL:
https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK2-Tests/267668%40main%20(4797)/fast/images/mac/play-pause-individual-animation-context-menu-items-pretty-diff.html
REPRODUCIBILITY:
I was able to reproduce this issue on macOS Ventura (13.5, 22G74/arm64) ToT using the following command:
run-webkit-tests --clobber-old-results --verbose fast/images/mac/play-pause-individual-animation-context-menu-items.html
REGRESSION:
This test has been timing out since it was introduced at 267516@main.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/115074487>
EWS
Test gardening commit 267691@main (39e91a5ae892): <https://commits.webkit.org/267691@main>
Reviewed commits have been landed. Closing PR #17502 and removing active labels.
Ben Schwartz
Backing functionality for this test does not exist before macOS Sonoma. Verified this test is passing on macOS Sonoma, skipping on down-levels.
EWS
Test gardening commit 269205@main (ad6d9574498e): <https://commits.webkit.org/269205@main>
Reviewed commits have been landed. Closing PR #18947 and removing active labels.
Ben Schwartz
Closing, as verified issue resolved with original reproduction steps.