Bug 250768
| Summary: | REGRESSION?: [iOS] media/mediacapabilities/mediacapabilities-allowed-codecs.html and media/mediacapabilities/mediacapabilities-allowed-containers.html consistently failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jean-yves.avenard, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
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
<rdar://problem/104383574>
Ryan Haddad
Pull request: https://github.com/WebKit/WebKit/pull/8775
EWS
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]
Pull request: https://github.com/WebKit/WebKit/pull/8814
EWS
Committed 259116@main (6b73d6bc5ea1): <https://commits.webkit.org/259116@main>
Reviewed commits have been landed. Closing PR #8814 and removing active labels.