[Webkit-unassigned] [Bug 206699] New: [ macOS ] http/tests/media/now-playing-info.html is flaky failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 13:55:57 PST 2020


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

            Bug ID: 206699
           Summary: [ macOS ] http/tests/media/now-playing-info.html is
                    flaky failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jacob_uphoff at apple.com

http/tests/media/now-playing-info.html is flaky failing, the first failure is tied to commit 253626 however I do not believe that is where the failure started and with the gap between the failures, I am not certain where this started.

I did not try to reproduce the failure, it is happening on macOS wk2

history:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fmedia%2Fnow-playing-info.html

diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/tests/media/now-playing-info-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/tests/media/now-playing-info-actual.txt
@@ -20,25 +20,6 @@

 * Set video title, it should be used.
 RUN(video.title = "Video Title")
-RUN(nowPlayingState = internals.nowPlayingState)
-EXPECTED (nowPlayingState.registeredAsNowPlayingApplication == 'true') OK
-EXPECTED (nowPlayingState.title == 'Video Title') OK
-EXPECTED (nowPlayingState.duration > '0') OK
-
-* Clear video and page titles, page domain should be used.
-RUN(video.title = "")
-RUN(document.title = "")
-RUN(nowPlayingState = internals.nowPlayingState)
-EXPECTED (nowPlayingState.registeredAsNowPlayingApplication == 'true') OK
-EXPECTED (nowPlayingState.title == '127.0.0.1') OK
-EXPECTED (nowPlayingState.duration > '0') OK
-
-* Change currentTime, state should be updated.
-RUN(video.currentTime = video.currentTime + 0.5)
-RUN(nowPlayingState = internals.nowPlayingState)
-EXPECTED (nowPlayingState.registeredAsNowPlayingApplication == 'true') OK
-EXPECTED (nowPlayingState.title == '127.0.0.1') OK
-EXPECTED (nowPlayingState.duration > '0') OK
-
+** Timed out waiting for "title" to change from "Page Title" FAIL
 END OF TEST

-- 
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/20200123/c4bfb0f9/attachment-0001.htm>


More information about the webkit-unassigned mailing list