From 02673b007ac49eafeb13e95d021c14b9a304f478 Mon Sep 17 00:00:00 2001 From: "fischman@chromium.org" Date: Tue, 3 Apr 2012 17:39:13 +0000 Subject: [PATCH] Layout Test media/video-src-source.html is flaky https://bugs.webkit.org/show_bug.cgi?id=82227 De-race the test by registering the listener before the event can fire. Reviewed by Eric Carlson. * media/video-src-source.html: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113058 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 11 +++++++++++ LayoutTests/media/video-src-source.html | 12 +++--------- LayoutTests/platform/chromium/test_expectations.txt | 3 --- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 5e3914f..f04f8b5 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,5 +1,16 @@ 2012-04-03 Ami Fischman + Layout Test media/video-src-source.html is flaky + https://bugs.webkit.org/show_bug.cgi?id=82227 + + De-race the test by registering the listener before the event can fire. + Reviewed by Eric Carlson. + + * media/video-src-source.html: + * platform/chromium/test_expectations.txt: + +2012-04-03 Ami Fischman + [Chromium] media/video-delay-load-event.html is flaky on all platforms https://bugs.webkit.org/show_bug.cgi?id=64003 diff --git a/LayoutTests/media/video-src-source.html b/LayoutTests/media/video-src-source.html index 9714fb7..cafa700 100644 --- a/LayoutTests/media/video-src-source.html +++ b/LayoutTests/media/video-src-source.html @@ -1,19 +1,13 @@ + -
- diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt index b739792..e40ca77 100644 --- a/LayoutTests/platform/chromium/test_expectations.txt +++ b/LayoutTests/platform/chromium/test_expectations.txt @@ -3892,9 +3892,6 @@ BUGWK82122 LEOPARD SNOWLEOPARD : css3/selectors3/xml/css3-modsel-d4.xml = FAIL P BUGWK80531 WIN : fast/table/colspanMinWidth-vertical.html = IMAGE BUGWK80531 MAC : fast/table/colspanMinWidth-vertical.html = IMAGE+TEXT -// Flaky on Windows since at least r112042 -BUGWK82227 WIN : media/video-src-source.html = PASS TIMEOUT - BUGWK82628 : svg/hittest/svg-ellipse-non-scale-stroke.xhtml = FAIL // Flaky/crashing on a single platform every 30 tries or so -- 2.7.4