[Webkit-unassigned] [Bug 260625] New: [GTK] Two new failures media/media-can-play-case-sensitive-flac.html, media/media-can-play-type-case-sensitive.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 23 13:54:51 PDT 2023


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

            Bug ID: 260625
           Summary: [GTK] Two new failures
                    media/media-can-play-case-sensitive-flac.html,
                    media/media-can-play-type-case-sensitive.html
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jer.noble at apple.com

Tests added by https://github.com/WebKit/WebKit/pull/16956 are failing on GTK and WPE bots:

--- /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/media/media-can-play-case-sensitive-flac-expected.txt
+++ /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/media/media-can-play-case-sensitive-flac-actual.txt
@@ -1,6 +1,6 @@
 Tests that both flac and fLaC are reported as playable in a mp4 container.
 EXPECTED (mediaElement.canPlayType('audio/mp4; codecs="flac"') == 'probably') OK
 EXPECTED (mediaElement.canPlayType('audio/mp4; codecs="fLaC"') == 'probably') OK
-EXPECTED (mediaElement.canPlayType('audio/mp4; codecs="FlAc"') == '') OK
+EXPECTED (mediaElement.canPlayType('audio/mp4; codecs="FlAc"') == ''), OBSERVED 'probably' FAIL
 END OF TEST

--- /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/media/media-can-play-type-case-sensitive-expected.txt
+++ /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/media/media-can-play-type-case-sensitive-actual.txt
@@ -1,9 +1,9 @@
 Tests that subsequent tests of incorrectly cased codecs do not incorrectly report they are supported
 RUN(mediaElement.canPlayType('audio/mp4; codecs="fLaC"'))
-EXPECTED (mediaElement.canPlayType('audio/mp4; codecs="FlAc"') == '') OK
+EXPECTED (mediaElement.canPlayType('audio/mp4; codecs="FlAc"') == ''), OBSERVED 'probably' FAIL
 RUN(mediaElement.canPlayType('video/mp4; codecs="avc1"'))
-EXPECTED (mediaElement.canPlayType('video/mp4; codecs="AvC1"') == '') OK
+EXPECTED (mediaElement.canPlayType('video/mp4; codecs="AvC1"') == ''), OBSERVED 'probably' FAIL
 RUN(mediaElement.canPlayType('video/ogg; codecs="vorbis"'))
-EXPECTED (mediaElement.canPlayType('video/ogg; codecs="vOrBiS"') == '') OK
+EXPECTED (mediaElement.canPlayType('video/ogg; codecs="vOrBiS"') == ''), OBSERVED 'probably' FAIL
 END OF TEST

Looks like GTK is treating the codecs field as case-insensitive.

-- 
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/20230823/816519ca/attachment.htm>


More information about the webkit-unassigned mailing list