Title: [87817] trunk/LayoutTests
- Revision
- 87817
- Author
- [email protected]
- Date
- 2011-06-01 09:27:21 -0700 (Wed, 01 Jun 2011)
Log Message
2011-06-01 Steve Lacey <[email protected]>
Reviewed by Eric Carlson.
Remove layout test http/tests/media/video-seekable-stall
http/tests/media/video-seekable-stall.html fails on the Leopard Commit Queue Machine
https://bugs.webkit.org/show_bug.cgi?id=35271
* http/tests/media/video-seekable-stall-expected.txt: Removed.
* http/tests/media/video-seekable-stall.html: Removed.
* platform/chromium-linux/http/tests/media/video-seekable-stall-expected.png: Removed.
* platform/chromium-win/http/tests/media/video-seekable-stall-expected.png: Removed.
* platform/chromium/test_expectations.txt:
* platform/gtk/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/win/Skipped:
Modified Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (87816 => 87817)
--- trunk/LayoutTests/ChangeLog 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/ChangeLog 2011-06-01 16:27:21 UTC (rev 87817)
@@ -1,3 +1,21 @@
+2011-06-01 Steve Lacey <[email protected]>
+
+ Reviewed by Eric Carlson.
+
+ Remove layout test http/tests/media/video-seekable-stall
+
+ http/tests/media/video-seekable-stall.html fails on the Leopard Commit Queue Machine
+ https://bugs.webkit.org/show_bug.cgi?id=35271
+
+ * http/tests/media/video-seekable-stall-expected.txt: Removed.
+ * http/tests/media/video-seekable-stall.html: Removed.
+ * platform/chromium-linux/http/tests/media/video-seekable-stall-expected.png: Removed.
+ * platform/chromium-win/http/tests/media/video-seekable-stall-expected.png: Removed.
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/Skipped:
+ * platform/mac-snowleopard/Skipped:
+ * platform/win/Skipped:
+
2011-06-01 Mario Sanchez Prada <[email protected]>
Unreviewed, added new baselines for GTK after r87779.
Deleted: trunk/LayoutTests/http/tests/media/video-seekable-stall-expected.txt (87816 => 87817)
--- trunk/LayoutTests/http/tests/media/video-seekable-stall-expected.txt 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/http/tests/media/video-seekable-stall-expected.txt 2011-06-01 16:27:21 UTC (rev 87817)
@@ -1,10 +0,0 @@
-Test seekable range when video load is incomplete.
-
-EVENT(canplay)
-TEST(video.seekable) OK
-TEST(video.seekable.length == 1) OK
-TEST(video.seekable.start(0) == 0) OK
-TEST(video.seekable.end(0) > 0) OK
-TEST(video.seekable.end(0) < video.duration - 1) OK
-END OF TEST
-
Deleted: trunk/LayoutTests/http/tests/media/video-seekable-stall.html (87816 => 87817)
--- trunk/LayoutTests/http/tests/media/video-seekable-stall.html 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/http/tests/media/video-seekable-stall.html 2011-06-01 16:27:21 UTC (rev 87817)
@@ -1,21 +0,0 @@
-<video></video>
-<p>Test seekable range when video load is incomplete.</p>
-<script src=""
-<script src=""
-<script>
-waitForEvent('canplay', function () {
- test("video.seekable");
- test("video.seekable.length == 1");
- test("video.seekable.start(0) == 0");
- test("video.seekable.end(0) > 0");
- test("video.seekable.end(0) < video.duration - 1");
- endTest();
-} );
-
-// Find a supported media file.
-var mediaFile = findMediaFile("video", "content/test");
-var mimeType = mimeTypeForFile(mediaFile);
-
-video.src = "" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000";
-video.load();
-</script>
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (87816 => 87817)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-06-01 16:27:21 UTC (rev 87817)
@@ -810,9 +810,6 @@
// Timing out.
BUGCR78376 : http/tests/media/video-play-stall-seek.html = TIMEOUT
-// video.seekable returning unexpected results.
-BUGCR78375 : http/tests/media/video-seekable-stall.html = TIMEOUT
-
// canplaythrough event is sent too early.
BUGCR73609 : http/tests/media/video-play-stall.html = TEXT
Deleted: trunk/LayoutTests/platform/chromium-linux/http/tests/media/video-seekable-stall-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-win/http/tests/media/video-seekable-stall-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/gtk/Skipped (87816 => 87817)
--- trunk/LayoutTests/platform/gtk/Skipped 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/platform/gtk/Skipped 2011-06-01 16:27:21 UTC (rev 87817)
@@ -1,3 +1,4 @@
+
# Welcome to the GTK+ Skipped list! This list is divided into several sections
# to make it easy for us to triage and close issues.
@@ -556,7 +557,6 @@
http/tests/media/video-play-stall-seek.html
http/tests/media/video-play-stall.html
-http/tests/media/video-seekable-stall.html
# QuickTime reference movie not supported.
http/tests/media/video-cross-site.html
Modified: trunk/LayoutTests/platform/mac-snowleopard/Skipped (87816 => 87817)
--- trunk/LayoutTests/platform/mac-snowleopard/Skipped 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/platform/mac-snowleopard/Skipped 2011-06-01 16:27:21 UTC (rev 87817)
@@ -60,7 +60,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=32270
http/tests/media/video-play-stall-seek.html
http/tests/media/video-play-stall.html
-http/tests/media/video-seekable-stall.html
media/media-fullscreen-not-in-document.html
media/unsupported-rtsp.html
media/video-no-audio.html
Modified: trunk/LayoutTests/platform/win/Skipped (87816 => 87817)
--- trunk/LayoutTests/platform/win/Skipped 2011-06-01 16:22:22 UTC (rev 87816)
+++ trunk/LayoutTests/platform/win/Skipped 2011-06-01 16:27:21 UTC (rev 87817)
@@ -1222,7 +1222,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=56167
http/tests/media/reload-after-dialog.html
http/tests/media/remove-while-loading.html
-http/tests/media/video-seekable-stall.html
# https://bugs.webkit.org/show_bug.cgi?id=56347
fast/html/details-add-summary-1-and-click.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes