From 21410146720112e4d0292422ee169f9c7a544810 Mon Sep 17 00:00:00 2001 From: "johnnyg@chromium.org" Date: Wed, 13 Jan 2010 02:49:13 +0000 Subject: Webkit update to 53171. This includes tony's fix for the instability. TBR=tony,atwilson BUG=none TEST=none Review URL: http://codereview.chromium.org/550025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36081 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/tools/layout_tests/test_expectations.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index efe94d3..3cbd8c9 100644 --- a/DEPS +++ b/DEPS @@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "53164", + "webkit_revision": "53171", "ffmpeg_revision": "34297", "skia_revision": "470", "chromium_git": "http://src.chromium.org/git", diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 47c3bd6..f1a7f7b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3073,3 +3073,14 @@ BUG_JOHNNYG LINUX : LayoutTests/fast/text/find-kana.html = CRASH // from http://trac.webkit.org/changeset/53086 BUG_JOHNNYG : LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html = TEXT + +// a bunch of tests broken before the flakiness fix, i will deal with these +// after the major flakiness goes away +BUG_JOHNNYG : LayoutTests/fast/js/Object-getOwnPropertyNames.html = TEXT +BUG_JOHNNYG : LayoutTests/svg/css/shadow-and-opacity.svg = IMAGE +BUG_JOHNNYG : LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html = IMAGE TEXT +BUG_JOHNNYG : LayoutTests/http/tests/security/cross-frame-access-enumeration.html = TIMEOUT +BUG_JOHNNYG : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-bug.html = TEXT +BUG_JOHNNYG : LayoutTests/fast/block/positioning/absolute-positioning-no-scrollbar.html = MISSING +BUG_JOHNNYG : LayoutTests/media/video-poster-scale.html = TEXT +BUG_JOHNNYG : LayoutTests/storage/multiple-databases-garbage-collection.html = CRASH -- cgit v1.1