Changeset 261852 in webkit


Ignore:
Timestamp:
May 18, 2020 11:18:46 PM (4 years ago)
Author:
Peng Liu
Message:

Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
https://bugs.webkit.org/show_bug.cgi?id=182571

Add an explicit timeout in the test to debug the flaky timeout.

Unreviewed test gardening.

  • media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r261845 r261852  
     12020-05-18  Peng Liu  <peng.liu6@apple.com>
     2
     3        Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
     4        https://bugs.webkit.org/show_bug.cgi?id=182571
     5
     6        Add an explicit timeout in the test to debug the flaky timeout.
     7
     8        Unreviewed test gardening.
     9
     10        * media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html:
     11
    1122020-05-18  Andy Estes  <aestes@apple.com>
    213
  • trunk/LayoutTests/media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html

    r261493 r261852  
    99
    1010description("Showing the tracks panel in fullscreen.");
     11
     12setTimeout(() => {
     13    debug("FAIL: did not end fast enough");
     14    finishJSTest();
     15}, 10000);
    1116
    1217const media = document.querySelector("video");
Note: See TracChangeset for help on using the changeset viewer.