Changeset 261404 in webkit


Ignore:
Timestamp:
May 8, 2020 12:59:37 PM (4 years ago)
Author:
jer.noble@apple.com
Message:

media/video-zoom.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211631

Reviewed by Eric Carlson.

Remove the 1.5s early timeout check here; with the additional 150ms per video element timeout elsewhere
in the test, this is short enough to cause flaky failures on busy bots.

  • media/video-zoom.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r261398 r261404  
     12020-05-08  Jer Noble  <jer.noble@apple.com>
     2
     3        media/video-zoom.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=211631
     5
     6        Reviewed by Eric Carlson.
     7
     8        Remove the 1.5s early timeout check here; with the additional 150ms per video element timeout elsewhere
     9        in the test, this is short enough to cause flaky failures on busy bots.
     10
     11        * media/video-zoom.html:
     12
    1132020-05-08  Wenson Hsieh  <wenson_hsieh@apple.com>
    214
  • trunk/LayoutTests/media/video-zoom.html

    r167732 r261404  
    1717            }, true);
    1818
    19             if (window.testRunner) {
     19            if (window.testRunner)
    2020                testRunner.waitUntilDone();
    21                 setTimeout(function() {
    22                     document.body.appendChild(document.createTextNode('FAIL'));
    23                     if (window.testRunner)
    24                         testRunner.notifyDone();
    25                 }, 1500);
    26             }
    2721        }
    2822    </script>
Note: See TracChangeset for help on using the changeset viewer.