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.
Filed #67520 to cover a subset of the failing tests.
(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
Filed bug #69468 to cover the video-loop.html and video-pause-immediately.html failures.
Filed bug #67509 to cover video-pause-immediately.html, video-played-collapse.html, video-played-ranges-1.html, and video-played-reset.html.
I currently see 12 tests fail on Lion Release WK1, 4 "flaky" ones, and 4 more don't have expected results.
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
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.