[Webkit-unassigned] [Bug 250784] New: [macOS] media/audio-session-category.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 12:40:44 PST 2023


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

            Bug ID: 250784
           Summary: [macOS] media/audio-session-category.html is a flaky
                    failure
           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

media/audio-session-category.html is a flaky failure on macOS bots

--- /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/media/audio-session-category-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK2-Tests/build/layout-test-results/media/audio-session-category-actual.txt
@@ -19,14 +19,14 @@
 ** Check category when an unmuted element is playing.
 RUN(video.muted = false)
 EVENT(volumechange)
-EXPECTED (internals.audioSessionCategory() == 'MediaPlayback') OK
-EXPECTED (internals.routeSharingPolicy() == 'LongFormAudio') OK
+EXPECTED (internals.audioSessionCategory() == 'MediaPlayback'), OBSERVED 'None' FAIL
+EXPECTED (internals.routeSharingPolicy() == 'LongFormAudio'), OBSERVED 'Default' FAIL

 ** Mute the element, check again after 500ms.
 RUN(video.pause())
 RUN(video.muted = true)
-EXPECTED (internals.audioSessionCategory() == 'MediaPlayback') OK
-EXPECTED (internals.routeSharingPolicy() == 'LongFormAudio') OK
+EXPECTED (internals.audioSessionCategory() == 'MediaPlayback'), OBSERVED 'None' FAIL
+EXPECTED (internals.routeSharingPolicy() == 'LongFormAudio'), OBSERVED 'Default' FAIL

 ** And check again after 3 seconds.
 EXPECTED (internals.audioSessionCategory() == 'None') OK

https://results.webkit.org/?suite=layout-tests&test=media%2Faudio-session-category.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/3aa49525/attachment.htm>


More information about the webkit-unassigned mailing list