diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 02:49:13 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 02:49:13 +0000 |
commit | 21410146720112e4d0292422ee169f9c7a544810 (patch) | |
tree | 3baee2d01c6fb01e547ee3b5e551eb7850d35125 | |
parent | 81c2adbd76b1c20cdf0cac14c287320ec85adce2 (diff) | |
download | chromium_src-21410146720112e4d0292422ee169f9c7a544810.zip chromium_src-21410146720112e4d0292422ee169f9c7a544810.tar.gz chromium_src-21410146720112e4d0292422ee169f9c7a544810.tar.bz2 |
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
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -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 |