Summary: | Flaky Test: media/track/track-in-band-metadata-display-order.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | WebKit Commit Bot <commit-queue> |
Component: | Tools / Tests | Assignee: | WebKit Commit Bot <commit-queue> |
Status: | REOPENED --- | ||
Severity: | Normal | CC: | ap, jer.noble, Lawrence.j, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=206225 https://bugs.webkit.org/show_bug.cgi?id=211132 |
||
Bug Depends on: | |||
Bug Blocks: | 50856 | ||
Attachments: |
Description
WebKit Commit Bot
2020-01-14 04:43:08 PST
Created attachment 387645 [details]
Archive of layout-test-results from webkit-cq-03
The commit-queue just saw media/track/track-in-band-metadata-display-order.html flake (text diff) while processing attachment 387791 [details] on bug 206288. Bot: webkit-cq-03 Port: <class 'webkitpy.common.config.ports.MacPort'> Platform: Mac OS X 10.14.6 Created attachment 387799 [details]
Archive of layout-test-results from webkit-cq-03
The commit-queue just saw media/track/track-in-band-metadata-display-order.html flake (text diff) while processing attachment 387653 [details] on bug 206230. Bot: webkit-cq-02 Port: <class 'webkitpy.common.config.ports.MacPort'> Platform: Mac OS X 10.14.6 Created attachment 387826 [details]
Archive of layout-test-results from webkit-cq-02
The commit-queue just saw media/track/track-in-band-metadata-display-order.html flake (text diff) while processing attachment 387817 [details] on bug 206305. Bot: webkit-cq-02 Port: <class 'webkitpy.common.config.ports.MacPort'> Platform: Mac OS X 10.14.6 Created attachment 387850 [details]
Archive of layout-test-results from webkit-cq-02
This test sometimes times out in post-commit testing, but doesn't fail in the same way. Given how frequent this is now on commit queue, we will almost certainly need to do something about it. @@ -15,7 +15,7 @@ RUN(metadataTrack.addCue(new DataCue(2.25, video.duration, "second data cue"))) RUN(video.currentTime = 3) EVENT(seeked) -EXPECTED (textTrackDisplayElement(video, "display", 0).textContent == 'I am later') OK -EXPECTED (textTrackDisplayElement(video, "display", 1).textContent == 'I am earlier') OK +No text track cue with display id '-webkit-media-text-track-display' is currently visible +No text track cue with display id '-webkit-media-text-track-display' is currently visible END OF TEST Moving this to resolved / config changed as we still don't see it on trunk bots and CQ hasn't commented for a month. The commit-queue just saw media/track/track-in-band-metadata-display-order.html flake (text diff) while processing attachment 392734 [details] on bug 208691. Bot: webkit-cq-03 Port: <class 'webkitpy.common.config.ports.MacPort'> Platform: Mac OS X 10.14.6 Created attachment 392824 [details]
Archive of layout-test-results from webkit-cq-03
Apparently this is still happening on EWS bots (and only EWS bots) https://ews-build.webkit.org/#/builders/32/builds/6084 https://ews-build.webkit.org/#/builders/32/builds/5993 https://ews-build.webkit.org/#/builders/32/builds/5971 https://ews-build.webkit.org/#/builders/32/builds/5969 Trunk result: https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-in-band-metadata-display-order.html I am able to reproduce this issue with r259132 on Mojave with the command below. run-webkit-tests --debug -1 media/track/track-default-attribute.html media/track/track-in-band-metadata-display-order.html [2/2] media/track/track-in-band-metadata-display-order.html failed unexpectedly (text diff) Retrying 1 unexpected failure ... Running 1 DumpRenderTree. 1 test ran as expected, 1 didn't: Diff: r259132-1585332831_857aab2737af/layout-test-results/media/track/track-in-band-metadata-display-order-actual.txt @@ -15,7 +15,7 @@ RUN(metadataTrack.addCue(new DataCue(2.25, video.duration, "second data cue"))) RUN(video.currentTime = 3) EVENT(seeked) -EXPECTED (textTrackDisplayElement(video, "display", 0).textContent == 'I am later') OK -EXPECTED (textTrackDisplayElement(video, "display", 1).textContent == 'I am earlier') OK +No text track cue with display id '-webkit-media-text-track-display' is currently visible +No text track cue with display id '-webkit-media-text-track-display' is currently visible END OF TEST I also fails on Catalina with r259121 using the command below. run-webkit-tests media/track/track-default-attribute.html media/track/track-in-band-metadata-display-order.html [2/2] media/track/track-in-band-metadata-display-order.html failed unexpectedly (text diff) Retrying 1 unexpected failure ... Running 1 WebKitTestRunner. 1 test ran as expected, 1 didn't: Marked test as flaky in https://trac.webkit.org/changeset/259292/webkit This issue appears to be resolved. I have removed the expectations here: https://trac.webkit.org/changeset/261380/webkit |