Bug 250768 - REGRESSION?: [iOS] media/mediacapabilities/mediacapabilities-allowed-codecs.html and media/mediacapabilities/mediacapabilities-allowed-containers.html consistently failing
Summary: REGRESSION?: [iOS] media/mediacapabilities/mediacapabilities-allowed-codecs.h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-18 09:40 PST by Ryan Haddad
Modified: 2023-01-19 15:30 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 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
Comment 1 Radar WebKit Bug Importer 2023-01-18 09:41:09 PST
<rdar://problem/104383574>
Comment 2 Ryan Haddad 2023-01-18 10:12:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/8775
Comment 3 EWS 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.
Comment 4 Jean-Yves Avenard [:jya] 2023-01-18 19:29:49 PST
Pull request: https://github.com/WebKit/WebKit/pull/8814
Comment 5 EWS 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.