Title: [124286] trunk/LayoutTests
Revision
124286
Author
[email protected]
Date
2012-07-31 19:43:55 -0700 (Tue, 31 Jul 2012)

Log 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 [email protected] 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124285 => 124286)


--- trunk/LayoutTests/ChangeLog	2012-08-01 02:39:33 UTC (rev 124285)
+++ trunk/LayoutTests/ChangeLog	2012-08-01 02:43:55 UTC (rev 124286)
@@ -1,3 +1,16 @@
+2012-07-31  Ami Fischman  <[email protected]>
+
+        [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 [email protected] 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:
+
 2012-07-31  Peter Kasting  <[email protected]>
 
         [Chromium] Miscellaneous rebaselining.

Modified: trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek-expected.txt (124285 => 124286)


--- trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek-expected.txt	2012-08-01 02:39:33 UTC (rev 124285)
+++ trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek-expected.txt	2012-08-01 02:43:55 UTC (rev 124286)
@@ -8,7 +8,6 @@
 EVENT(webkitsourceopen)
 EVENT(seeking)
 EVENT(webkitsourceended)
-EVENT(seeked)
 EVENT(playing)
 EVENT(ended)
 END OF TEST

Modified: trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek.html (124285 => 124286)


--- trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek.html	2012-08-01 02:39:33 UTC (rev 124285)
+++ trunk/LayoutTests/http/tests/media/media-source/video-media-source-seek.html	2012-08-01 02:43:55 UTC (rev 124286)
@@ -66,7 +66,6 @@
                 waitForEvent('webkitsourceended');
                 waitForEvent('playing');
                 waitForEvent('seeking');
-                waitForEvent('seeked');
                 waitForEventAndEnd('ended');
 
                 video.addEventListener('webkitsourceopen', onSourceOpen);

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (124285 => 124286)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-01 02:39:33 UTC (rev 124285)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-01 02:43:55 UTC (rev 124286)
@@ -3266,10 +3266,6 @@
 // Requires ENABLE(MEDIA_CAPTURE)
 BUGWK85958 : fast/forms/file/file-input-capture.html = TEXT
 
-BUGWK85952 : http/tests/media/media-source/video-media-source-play.html = PASS TIMEOUT
-BUGWK85952 : http/tests/media/media-source/video-media-source-seek.html = PASS TEXT TIMEOUT
-BUGWK85952 : http/tests/media/media-source/video-media-source-state-changes.html = PASS TIMEOUT TEXT CRASH
-
 // Started flaking at around http://trac.webkit.org/changeset/116278.
 BUGWK85950 LINUX DEBUG : compositing/geometry/limit-layer-bounds-transformed-overflow.html = PASS TEXT
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to