Changeset 80017 in webkit


Ignore:
Timestamp:
Mar 1, 2011 11:53:24 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-01 Steve Lacey <sjl@chromium.org>

Reviewed by Eric Carlson.

Create layout test for progress event and remove test for suspend event.

LayoutTests/http/tests/media/video-play-suspend is now hanging on chromium
https://bugs.webkit.org/show_bug.cgi?id=55198

  • http/tests/media/video-play-progress-expected.txt: Added.
  • http/tests/media/video-play-progress.html: Added.
  • http/tests/media/video-play-suspend-expected.txt: Removed.
  • http/tests/media/video-play-suspend.html: Removed.
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80016 r80017  
     12011-03-01  Steve Lacey  <sjl@chromium.org>
     2
     3        Reviewed by Eric Carlson.
     4
     5        Create layout test for progress event and remove test for suspend event.
     6
     7        LayoutTests/http/tests/media/video-play-suspend is now hanging on chromium
     8        https://bugs.webkit.org/show_bug.cgi?id=55198
     9
     10        * http/tests/media/video-play-progress-expected.txt: Added.
     11        * http/tests/media/video-play-progress.html: Added.
     12        * http/tests/media/video-play-suspend-expected.txt: Removed.
     13        * http/tests/media/video-play-suspend.html: Removed.
     14        * platform/gtk/Skipped:
     15        * platform/mac/Skipped:
     16        * platform/win/Skipped:
     17
    1182011-03-01  Martin Robinson  <mrobinson@igalia.com>
    219
  • trunk/LayoutTests/platform/gtk/Skipped

    r80010 r80017  
    777777# for a real fix.
    778778editing/selection/extend-after-mouse-selection.html
    779 
    780 # MediaPlayerPrivateGStreamer doesn't return to NETWORK_IDLE and hence doesn't fire a suspend event
    781 # https://bugs.webkit.org/show_bug.cgi?id=37034
    782 http/tests/media/video-play-suspend.html
    783779
    784780# Need to add functionality to DumpRenderTree to handle scrollbar police changes
  • trunk/LayoutTests/platform/mac/Skipped

    r79880 r80017  
    4444# <rdar://problem/6710625> Test media/video-error-abort.html doesn't work
    4545http/tests/media/video-error-abort.html
    46 
    47 # MediaPlayerPrivateQTKit doesn't return to NETWORK_IDLE and hence doesn't fire a suspend event
    48 # https://bugs.webkit.org/show_bug.cgi?id=37036
    49 http/tests/media/video-play-suspend.html
    5046
    5147# This port doesn't support Notifications.
  • trunk/LayoutTests/platform/win/Skipped

    r79992 r80017  
    750750http/tests/notifications
    751751
    752 # MediaPlayerPrivateQuickTimeWin doesn't return to NETWORK_IDLE and hence doesn't fire a suspend event
    753 # https://bugs.webkit.org/show_bug.cgi?id=37035
    754 http/tests/media/video-play-suspend.html
    755 
    756752# These media tests regressed on the bots.  Skipping to make the bots green again.
    757753# https://bugs.webkit.org/show_bug.cgi?id=28281
Note: See TracChangeset for help on using the changeset viewer.