WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
250768
REGRESSION?: [iOS] media/mediacapabilities/mediacapabilities-allowed-codecs.html and media/mediacapabilities/mediacapabilities-allowed-containers.html consistently failing
https://bugs.webkit.org/show_bug.cgi?id=250768
Summary
REGRESSION?: [iOS] media/mediacapabilities/mediacapabilities-allowed-codecs.h...
Ryan Haddad
Reported
2023-01-18 09:40:47 PST
These tests were crashing on iOS after
https://commits.webkit.org/258716@main
, then started failing after
https://commits.webkit.org/258861@main
: media/mediacapabilities/mediacapabilities-allowed-codecs.html media/mediacapabilities/mediacapabilities-allowed-containers.html --- /Volumes/Data/worker/iOS-16-Simulator-WK2-Tests-EWS/build/layout-test-results/media/mediacapabilities/mediacapabilities-allowed-codecs-expected.txt +++ /Volumes/Data/worker/iOS-16-Simulator-WK2-Tests-EWS/build/layout-test-results/media/mediacapabilities/mediacapabilities-allowed-codecs-actual.txt @@ -21,6 +21,6 @@ EXPECTED (info.supported == 'true') OK RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: 'media-source', video: { contentType: 'video/mp4; codecs="avc1"', height: 720, bitrate: 1000, width: 1280, framerate: 24.5 } });) Promise resolved OK -EXPECTED (info.supported == 'true') OK +EXPECTED (info.supported == 'true'), OBSERVED 'false' FAIL END OF TEST --- /Volumes/Data/worker/iOS-16-Simulator-WK2-Tests-EWS/build/layout-test-results/media/mediacapabilities/mediacapabilities-allowed-containers-expected.txt +++ /Volumes/Data/worker/iOS-16-Simulator-WK2-Tests-EWS/build/layout-test-results/media/mediacapabilities/mediacapabilities-allowed-containers-actual.txt @@ -21,6 +21,6 @@ EXPECTED (info.supported == 'true') OK RUN(promise = navigator.mediaCapabilities.decodingInfo({ type: 'media-source', video: { contentType: 'video/mp4; codecs="avc1"', height: 720, bitrate: 1000,width: 1280, framerate: 24.5 } });) Promise resolved OK -EXPECTED (info.supported == 'true') OK +EXPECTED (info.supported == 'true'), OBSERVED 'false' FAIL END OF TEST
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=media%2Fmediacapabilities%2Fmediacapabilities-allowed-codecs.html&test=media%2Fmediacapabilities%2Fmediacapabilities-allowed-containers.html
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-18 09:41:09 PST
<
rdar://problem/104383574
>
Ryan Haddad
Comment 2
2023-01-18 10:12:23 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8775
EWS
Comment 3
2023-01-18 10:23:20 PST
Test gardening commit
259038@main
(dab7ccb71bdd): <
https://commits.webkit.org/259038@main
> Reviewed commits have been landed. Closing PR #8775 and removing active labels.
Jean-Yves Avenard [:jya]
Comment 4
2023-01-18 19:29:49 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8814
EWS
Comment 5
2023-01-19 15:30:15 PST
Committed
259116@main
(6b73d6bc5ea1): <
https://commits.webkit.org/259116@main
> Reviewed commits have been landed. Closing PR #8814 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug