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
<rdar://problem/104383574>
Pull request: https://github.com/WebKit/WebKit/pull/8775
Test gardening commit 259038@main (dab7ccb71bdd): <https://commits.webkit.org/259038@main> Reviewed commits have been landed. Closing PR #8775 and removing active labels.
Pull request: https://github.com/WebKit/WebKit/pull/8814
Committed 259116@main (6b73d6bc5ea1): <https://commits.webkit.org/259116@main> Reviewed commits have been landed. Closing PR #8814 and removing active labels.