Bug 122021
| Summary: | REGRESSION(r156546): 18 media tests broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jer Noble <jer.noble> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ben_schwartz, darin, hector_i_lopez, peng.liu6, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=208507 | ||
| Bug Depends on: | 120895 | ||
| Bug Blocks: | 110173, 122022, 122049, 122050 | ||
Jer Noble
17 media tests broke after http://trac.webkit.org/r156546, the fix for bug #120895:
media/track/track-cue-mutable-text.html
media/track/track-cue-rendering-mode-changed.html
media/track/track-in-band-mode.html
media/video-controls-captions-trackmenu-localized.html
media/video-controls-captions-trackmenu-sorted.html
media/video-controls-captions-trackmenu.html
media/video-controls-fullscreen-volume.html
media/video-controls-no-scripting.html
media/video-controls-rendering.html
media/video-controls-toggling.html
media/video-controls-visible-exiting-fullscreen.html
media/video-display-toggle.html
media/video-empty-source.html
media/video-no-audio.html
media/video-rtl.html
media/video-volume-slider.html
media/volume-bar-empty-when-muted.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jer Noble
<rdar://problem/15099302>
Alexey Proskuryakov
media/track/track-cue-rendering-vertical.html is also broken by this change, filing flakily (but most of the time). Will add to TestExpectations.
Jer Noble
Rebased and marked as passing a few tests in r173500 <https://trac.webkit.org/r173500>.
Alexey Proskuryakov
media/video-controls-visible-exiting-fullscreen.html got fixed via bug 141689.
Darin Adler
media/track/track-cue-rendering-mode-changed.html is passing on my Catalina machine, not timing out as the expectations file says.
Hector Lopez
media/track/track-cue-rendering-mode-changed.html
Test is a flaky failure according to history on macOS wk1. First occurrence of failure is a r260834.
History:
https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-cue-rendering-mode-changed.html&limit=50000&platform=mac&flavor=wk1
Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-mode-changed-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-mode-changed-actual.txt
@@ -21,7 +21,7 @@
Set the mode of the 'English' track to showing
** Both cues shold be visible. **
-EXPECTED (testCueDisplayBox.innerText == 'Arabic') OK
-EXPECTED (testCueDisplayBox.innerText == 'English') OK
+EXPECTED (testCueDisplayBox.innerText == 'Arabic'), OBSERVED 'English' FAIL
+EXPECTED (testCueDisplayBox.innerText == 'English'), OBSERVED 'Arabic' FAIL
END OF TEST
Ben Schwartz
Regression point canonical: https://commits.webkit.org/140045@main
Ben Schwartz
This is still occurring on macOS Ventura (13.5, 22G74/arm64) ToT 10 years later.