Bug 67509
| Summary: | REGRESSION (r94251): Many media tests fail on Lion | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, eric.carlson, jeffm, jer.noble |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 66601, 69468, 69574 | ||
| Bug Blocks: | 80447 | ||
Alexey Proskuryakov
There are tons of media tests failing on Lion bot due to it running headless, but among those, there is a recent regression hiding. Since AVFoundation got re-enabled, I'm seeing these failures locally:
media/audio-play-event.html
media/invalid-media-url-crash.html
media/media-controls-invalid-url.html
media/video-loop.html
media/video-pause-immediately.html
media/video-play-empty-events.html
media/video-played-collapse.html
media/video-played-ranges-1.html
media/video-played-reset.html
media/video-size-intrinsic-scale.html
media/video-src-change.html
media/video-timeupdate-during-playback.html
http/tests/media/pdf-served-as-pdf.html
http/tests/media/text-served-as-text.html
It's not known if these tests were passing prior to r94251, but I my guess is that they likely passed at some point with AVFoundation not being disabled.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jer Noble
Filed #67520 to cover a subset of the failing tests.
Jer Noble
(In reply to comment #1)
> Filed #67520 to cover a subset of the failing tests.
For clickability: https://bugs.webkit.org/show_bug.cgi?id=67520
Jer Noble
Filed bug #69468 to cover the video-loop.html and video-pause-immediately.html failures.
Jer Noble
Filed bug #67509 to cover video-pause-immediately.html, video-played-collapse.html, video-played-ranges-1.html, and video-played-reset.html.
Alexey Proskuryakov
I currently see 12 tests fail on Lion Release WK1, 4 "flaky" ones, and 4 more don't have expected results.
Alexey Proskuryakov
Actually, a bit less than that - some of the tests only fail with Perian installed. Also, flakiness doesn't seem to be as much of a problem with --run-singly. Still,
media/audio-controls-rendering.html -> unexpected text diff mismatch
media/audio-garbage-collect.html -> unexpected text diff mismatch
media/audio-repaint.html -> unexpected text diff mismatch
media/controls-after-reload.html -> unexpected text diff mismatch
media/media-controls-clone.html -> unexpected text diff mismatch
media/sources-fallback-codecs.html -> unexpected text diff mismatch
media/video-playing-and-pause.html -> unexpected text diff mismatch
media/video-size-intrinsic-scale.html -> unexpected text diff mismatch
Ahmad Saleem
This commit removed following:
https://github.com/WebKit/WebKit/commit/a39bd42ad87d82a3bea0fa6eac107376a973cf7c
-> audio-controls-rendering.html
-> audio-repaint.html
-> controls-after-reload.html
-> media-controls-clone.html
audio-garbage-collect.html .. tracked in separate bug.
sources-fallback-codecs.html .. no failure now.
video-playing-and-pause.html .. tracked in separate bug.
video-size-intrinsic-scale.html .. with [WONTFIX] on iOS and macOS.