Changeset 124286 in webkit
- Timestamp:
- Jul 31, 2012, 7:43:55 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/media/media-source/video-media-source-seek-expected.txt (modified) (1 diff)
-
http/tests/media/media-source/video-media-source-seek.html (modified) (1 diff)
-
platform/chromium/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r124284 r124286 1 2012-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 1 14 2012-07-31 Peter Kasting <pkasting@google.com> 2 15 -
trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek-expected.txt
r119414 r124286 9 9 EVENT(seeking) 10 10 EVENT(webkitsourceended) 11 EVENT(seeked)12 11 EVENT(playing) 13 12 EVENT(ended) -
trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek.html
r119414 r124286 67 67 waitForEvent('playing'); 68 68 waitForEvent('seeking'); 69 waitForEvent('seeked');70 69 waitForEventAndEnd('ended'); 71 70 -
trunk/LayoutTests/platform/chromium/TestExpectations
r124284 r124286 3267 3267 BUGWK85958 : fast/forms/file/file-input-capture.html = TEXT 3268 3268 3269 BUGWK85952 : http/tests/media/media-source/video-media-source-play.html = PASS TIMEOUT3270 BUGWK85952 : http/tests/media/media-source/video-media-source-seek.html = PASS TEXT TIMEOUT3271 BUGWK85952 : http/tests/media/media-source/video-media-source-state-changes.html = PASS TIMEOUT TEXT CRASH3272 3273 3269 // Started flaking at around http://trac.webkit.org/changeset/116278. 3274 3270 BUGWK85950 LINUX DEBUG : compositing/geometry/limit-layer-bounds-transformed-overflow.html = PASS TEXT
Note:
See TracChangeset
for help on using the changeset viewer.