[Webkit-unassigned] [Bug 250768] New: REGRESSION: [iOS] media/mediacapabilities/mediacapabilities-allowed-codecs.html and media/mediacapabilities/mediacapabilities-allowed-containers.html consistently failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 09:40:47 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250768

            Bug ID: 250768
           Summary: REGRESSION: [iOS]
                    media/mediacapabilities/mediacapabilities-allowed-code
                    cs.html and
                    media/mediacapabilities/mediacapabilities-allowed-cont
                    ainers.html consistently failing
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230118/6c686935/attachment-0001.htm>


More information about the webkit-unassigned mailing list