⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 124286 in webkit


Ignore:
Timestamp:
Jul 31, 2012, 7:43:55 PM (14 years ago)
Author:
fischman@chromium.org
Message:

[Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=85952

Unreviewed test cleanup.

Timeouts were fixed by acolwell@chromium.org a few weeks ago. Flakiness of seeked vs. the other events is just overspecificity in the test.

  • http/tests/media/media-source/video-media-source-seek-expected.txt:
  • http/tests/media/media-source/video-media-source-seek.html:
  • platform/chromium/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r124284 r124286  
     12012-07-31  Ami Fischman  <fischman@chromium.org>
     2
     3        [Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=85952
     5
     6        Unreviewed test cleanup.
     7
     8        Timeouts were fixed by acolwell@chromium.org a few weeks ago. Flakiness of seeked vs. the other events is just overspecificity in the test.
     9
     10        * http/tests/media/media-source/video-media-source-seek-expected.txt:
     11        * http/tests/media/media-source/video-media-source-seek.html:
     12        * platform/chromium/TestExpectations:
     13
    1142012-07-31  Peter Kasting  <pkasting@google.com>
    215
  • trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek-expected.txt

    r119414 r124286  
    99EVENT(seeking)
    1010EVENT(webkitsourceended)
    11 EVENT(seeked)
    1211EVENT(playing)
    1312EVENT(ended)
  • trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek.html

    r119414 r124286  
    6767                waitForEvent('playing');
    6868                waitForEvent('seeking');
    69                 waitForEvent('seeked');
    7069                waitForEventAndEnd('ended');
    7170
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r124284 r124286  
    32673267BUGWK85958 : fast/forms/file/file-input-capture.html = TEXT
    32683268
    3269 BUGWK85952 : http/tests/media/media-source/video-media-source-play.html = PASS TIMEOUT
    3270 BUGWK85952 : http/tests/media/media-source/video-media-source-seek.html = PASS TEXT TIMEOUT
    3271 BUGWK85952 : http/tests/media/media-source/video-media-source-state-changes.html = PASS TIMEOUT TEXT CRASH
    3272 
    32733269// Started flaking at around http://trac.webkit.org/changeset/116278.
    32743270BUGWK85950 LINUX DEBUG : compositing/geometry/limit-layer-bounds-transformed-overflow.html = PASS TEXT
Note: See TracChangeset for help on using the changeset viewer.