Bug 261226 - NEW TEST (267516@main): [ macOS wk2 ] fast/images/mac/play-pause-individual-animation-context-menu-items.html is a constant timeout.
Summary: NEW TEST (267516@main): [ macOS wk2 ] fast/images/mac/play-pause-individual-a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-06 13:48 PDT by Ben Schwartz
Modified: 2023-10-11 10:34 PDT (History)
3 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-09-06 13:48:06 PDT
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.
Comment 1 Radar WebKit Bug Importer 2023-09-06 13:48:17 PDT
<rdar://problem/115074487>
Comment 2 EWS 2023-09-06 14:04:19 PDT
Test gardening commit 267691@main (39e91a5ae892): <https://commits.webkit.org/267691@main>

Reviewed commits have been landed. Closing PR #17502 and removing active labels.
Comment 3 Ben Schwartz 2023-10-11 10:28:43 PDT
Backing functionality for this test does not exist before macOS Sonoma. Verified this test is passing on macOS Sonoma, skipping on down-levels.
Comment 4 EWS 2023-10-11 10:33:37 PDT
Test gardening commit 269205@main (ad6d9574498e): <https://commits.webkit.org/269205@main>

Reviewed commits have been landed. Closing PR #18947 and removing active labels.
Comment 5 Ben Schwartz 2023-10-11 10:34:32 PDT
Closing, as verified issue resolved with original reproduction steps.