From 03ca1de9a2339adbb24df8560fef7ec3e2660b01 Mon Sep 17 00:00:00 2001 From: "tonikitoo@webkit.org" Date: Wed, 11 Apr 2012 21:27:21 +0000 Subject: [PATCH] All Mac bots occasionally fail tons of media/ sputnik/ and svg/ tests https://bugs.webkit.org/show_bug.cgi?id=83411 Reviewed by Eric Carlson. Patch by Antonio Gomes Fix obvious problems with the test in order to make tests lets flaky. * media/nodesFromRect-shadowContent.html: * platform/gtk/media/nodesFromRect-shadowContent-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113910 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 12 ++++++++++++ LayoutTests/media/nodesFromRect-shadowContent.html | 11 +---------- .../gtk/media/nodesFromRect-shadowContent-expected.txt | 1 + LayoutTests/platform/mac/Skipped | 3 --- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 0afead7..c102ffd 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,15 @@ +2012-04-10 Antonio Gomes + + All Mac bots occasionally fail tons of media/ sputnik/ and svg/ tests + https://bugs.webkit.org/show_bug.cgi?id=83411 + + Reviewed by Eric Carlson. + + Fix obvious problems with the test in order to make tests lets flaky. + + * media/nodesFromRect-shadowContent.html: + * platform/gtk/media/nodesFromRect-shadowContent-expected.txt: + 2012-04-11 Ryosuke Niwa fast/dom/dom-parse-serialize.html and dom-parse-serialize-display.html should be text tests diff --git a/LayoutTests/media/nodesFromRect-shadowContent.html b/LayoutTests/media/nodesFromRect-shadowContent.html index d55610a..9fdaf7f 100644 --- a/LayoutTests/media/nodesFromRect-shadowContent.html +++ b/LayoutTests/media/nodesFromRect-shadowContent.html @@ -13,11 +13,6 @@ @@ -58,6 +48,7 @@ testExpected("video.controls", null, '!='); waitForEvent('canplaythrough', function () { runTest(); + endTest(); } ); video.src = findMediaFile("video", "content/test"); diff --git a/LayoutTests/platform/gtk/media/nodesFromRect-shadowContent-expected.txt b/LayoutTests/platform/gtk/media/nodesFromRect-shadowContent-expected.txt index 390e73e..371f393 100644 --- a/LayoutTests/platform/gtk/media/nodesFromRect-shadowContent-expected.txt +++ b/LayoutTests/platform/gtk/media/nodesFromRect-shadowContent-expected.txt @@ -4,4 +4,5 @@ This test only runs in DRT! EXPECTED (video.controls != 'null') OK EVENT(canplaythrough) +END OF TEST diff --git a/LayoutTests/platform/mac/Skipped b/LayoutTests/platform/mac/Skipped index a5c3630..b237969 100644 --- a/LayoutTests/platform/mac/Skipped +++ b/LayoutTests/platform/mac/Skipped @@ -789,8 +789,5 @@ fast/canvas/webgl/array-message-passing.html # but not the innerWidth. The test passes on Qt, GTK and Chromium. fast/css/align-positioned-object-on-resize.html -# https://bugs.webkit.org/show_bug.cgi?id=83411 -media/nodesFromRect-shadowContent.html - # https://bugs.webkit.org/show_bug.cgi?id=83618 fast/dom/inline-event-attributes-release.html -- 2.7.4