Changeset 176040 in webkit


Ignore:
Timestamp:
Nov 12, 2014 2:39:30 PM (9 years ago)
Author:
ap@apple.com
Message:

Flaky Test: media/video-ended-event-slow-motion-playback.html
https://bugs.webkit.org/show_bug.cgi?id=136755

Reviewed by Jer Noble.

  • media/video-ended-event-slow-motion-playback.html: The test verifies that playback

rate doesn't get rounded down to 0, and that is very easy to detect, no need for
flaky timeouts.

  • platform/mac/TestExpectations: Remove the flakiness expectation. Also while at it,

updated media/video-playbackrate.html to match what the bots actually see.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r176039 r176040  
     12014-11-12  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Flaky Test: media/video-ended-event-slow-motion-playback.html
     4        https://bugs.webkit.org/show_bug.cgi?id=136755
     5
     6        Reviewed by Jer Noble.
     7
     8        * media/video-ended-event-slow-motion-playback.html: The test verifies that playback
     9        rate doesn't get rounded down to 0, and that is very easy to detect, no need for
     10        flaky timeouts.
     11
     12        * platform/mac/TestExpectations: Remove the flakiness expectation. Also while at it,
     13        updated media/video-playbackrate.html to match what the bots actually see.
     14
    1152014-11-05  Ada Chan  <adachan@apple.com>
    216
  • trunk/LayoutTests/media/video-ended-event-slow-motion-playback.html

    r172472 r176040  
    1111                    function ()
    1212                    {
    13                         video.currentTime = 5;
     13                        video.currentTime = video.duration - 0.1;
    1414                        video.playbackRate = 0.5;
    1515                        video.play();
    16                         failTestIn(2500);
    1716                    });
    1817                }
  • trunk/LayoutTests/platform/mac/TestExpectations

    r176034 r176040  
    11301130webkit.org/b/136532 [ MountainLion ] media/sources-fallback-codecs.html [ Failure ]
    11311131webkit.org/b/136532 [ MountainLion ] media/video-seek-past-end-playing.html [ Pass Failure ]
    1132 [ MountainLion ] media/video-playbackrate.html [ Pass Timeout ]
    1133 [ MountainLion ] media/video-ended-event-slow-motion-playback.html [ Pass Failure ]
     1132[ MountainLion ] media/video-playbackrate.html [ Pass Failure Timeout ]
    11341133
    11351134# Mountain Lion and earlier do not support Encrypted Media Extensions.
Note: See TracChangeset for help on using the changeset viewer.