Bug 295913
| Summary: | [ iOS Release, macOS wk2 Sequoia Release arm64 ] media/video-seek-pause.html is a flakey text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jer.noble, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
media/video-seek-pause.html
is a flakey text failure occurring on iOS Release and macOS Sequoia wk2 Release
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-seek-pause.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iPadOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/media/video-seek-pause-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/media/video-seek-pause-actual.txt
@@ -2,7 +2,7 @@
EVENT(canplaythrough)
RUN('video.play()')
EXPECTED (video.paused == 'false') OK
-EXPECTED (internals.isPlayerPaused(video) == 'false') OK
+EXPECTED (internals.isPlayerPaused(video) == 'false'), OBSERVED 'true' FAIL
RUN(video.currentTime = 2)
RUN(video.pause())
EXPECTED (internals.isPlayerPaused(video)) OK
TEXT DIFF URL:
https://build.webkit.org/results/Apple-iPadOS-18-Simulator-Release-WK2-Tests/297331@main%20(1472)/media/video-seek-pause-diff.txt
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155810249>
Bryan Medina
I was able to reproduce this text failure locally on iOS 18 Simulator Release ToT using the command:
run-webkit-tests media/video-seek-pause.html --ipad-simulator --iterations=250 -f --verbose
EWS
Test gardening commit 297351@main (3b925a41095f): <https://commits.webkit.org/297351@main>
Reviewed commits have been landed. Closing PR #47995 and removing active labels.
EWS
Test gardening commit 300262@main (042078762286): <https://commits.webkit.org/300262@main>
Reviewed commits have been landed. Closing PR #51036 and removing active labels.
EWS
Committed 300334@main (473468933074): <https://commits.webkit.org/300334@main>
Reviewed commits have been landed. Closing PR #51129 and removing active labels.