media/mediacapabilities/vp9.html Is consistently failing History link: https://results.webkit.org/?suite=layout-tests&test=media%2Fmediacapabilities%2Fvp9.html Diff: --- /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/media/mediacapabilities/vp9-expected.txt +++ /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/media/mediacapabilities/vp9-actual.txt @@ -1,3 +1,3 @@ -PASS Media capabilities in case of disabled VP9 +FAIL Media capabilities in case of disabled VP9 assert_true: expected true got false
<rdar://problem/73721055>
Able to reproduce this bug using this command: run-webkit-tests media/mediacapabilities/vp9.html --iterations 1000 -f -1
This test was added with https://trac.webkit.org/changeset/270627/webkit and appears to have been failing from the start. Youenn, is this expected to work on WK1?
Created attachment 418677 [details] Patch
Comment on attachment 418677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418677&action=review > LayoutTests/platform/mac-wk1/TestExpectations:1225 > +webkit.org/b/221095 [ BigSur ] media/mediacapabilities/vp9.html [ Pass Failure ] If this is consistently failing, this should just be [ Failure ]
(In reply to Ryan Haddad from comment #3) > This test was added with https://trac.webkit.org/changeset/270627/webkit and > appears to have been failing from the start. > > Youenn, is this expected to work on WK1? VP9 decoder is probably not enabled in WK1, through we could probably enable it using WebCore::registerSupplementalVP9Decoder() according settings. Jer, is that useful to do so?
Created attachment 418737 [details] Patch
Comment on attachment 418737 [details] Patch Clearing flags on attachment: 418737 Committed r272063: <https://trac.webkit.org/changeset/272063>