Bug 67509 - REGRESSION (r94251): Many media tests fail on Lion
Summary: REGRESSION (r94251): Many media tests fail on Lion
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 66601 69468 69574
Blocks: 80447
  Show dependency treegraph
 
Reported: 2011-09-02 11:19 PDT by Alexey Proskuryakov
Modified: 2023-10-28 06:04 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2011-09-02 11:19:56 PDT
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.
Comment 1 Jer Noble 2011-09-02 13:38:49 PDT
Filed #67520 to cover a subset of the failing tests.
Comment 2 Jer Noble 2011-09-02 13:39:08 PDT
(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
Comment 3 Jer Noble 2011-10-05 14:58:21 PDT
Filed bug #69468 to cover the video-loop.html and video-pause-immediately.html failures.
Comment 4 Jer Noble 2011-10-06 15:27:46 PDT
Filed bug #67509 to cover video-pause-immediately.html, video-played-collapse.html, video-played-ranges-1.html, and video-played-reset.html.
Comment 5 Alexey Proskuryakov 2012-03-13 12:52:44 PDT
I currently see 12 tests fail on Lion Release WK1, 4 "flaky" ones, and 4 more don't have expected results.
Comment 6 Alexey Proskuryakov 2012-03-13 12:58:11 PDT
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
Comment 7 Ahmad Saleem 2023-10-28 06:04:07 PDT
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.