diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 00:46:51 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 00:46:51 +0000 |
commit | a56dc5e23c84acb4ca4e3bf990603c680338cba3 (patch) | |
tree | 257ab95f5b1d82932355b4b9e3ba15d14b768340 | |
parent | 5e927a8f537c78e60cbf0ede35db698cb9950108 (diff) | |
download | chromium_src-a56dc5e23c84acb4ca4e3bf990603c680338cba3.zip chromium_src-a56dc5e23c84acb4ca4e3bf990603c680338cba3.tar.gz chromium_src-a56dc5e23c84acb4ca4e3bf990603c680338cba3.tar.bz2 |
WebKit roll to r58722 (also roll test_expectations overrides upstream).
BUG=none
TBR=yaar@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/1915001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46307 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 33 |
2 files changed, 1 insertions, 34 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "58719", + "webkit_revision": "58722", "ffmpeg_revision": "46128", "skia_revision": "560", "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 0e3a85c..fa10140 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -5,37 +5,4 @@ // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. -// We are occasionally hitting a JS stack overflow exception on Linux in -// release mode. This test already fails on Mac and in debug -// mode on Windows with a JS stack overflow exception. -// -// http://code.google.com/p/v8/issues/detail?id=277 -BUG10457 RELEASE LINUX : fast/js/large-expressions.html = FAIL PASS - -BUG39855 SLOW DEBUG : editing/selection/extend-selection.html = PASS - -// Failing a few times, flak dashboard seems to agree. -BUG41973 MAC : svg/text/text-text-05-t.svg = IMAGE - -// Rolling Skia forward in Chrome tree to get new baselines to check -// in upstream. -BUGEVAN : svg/clip-path/clip-path-child-clipped.svg = PASS FAIL - -// Probably just a rebaseline. -BUGWK38109 : editing/selection/caret-rtl-2.html = IMAGE - -// WebKit roll 58400:58407 -WONTFIX BUG21840 WIN DEBUG : http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL CRASH -// WebKit roll 58407:58541 -// webkit r58547 -BUGWK38349 : fast/css/font-face-woff.html = MISSING -BUGWK38360 WIN LINUX SKIP : fast/images/svg-background-partial-redraw.html = TEXT -BUGWK38360 WIN LINUX SKIP : svg/carto.net/tabgroup.svg = TEXT -BUGWK38360 SKIP : traversal/node-iterator-prototype.html = TEXT -// webkit r58553 -BUG10468 WIN LINUX : fast/replaced/border-radius-clip.html = IMAGE+TEXT -BUG10468 MAC SKIP : fast/replaced/border-radius-clip.html = MISSING -BUGYAAR MAC : svg/custom/dominant-baseline-hanging.svg = MISSING -// webkit roll 58541:58626 -BUG43084 MAC DEBUG : media/video-empty-source.html = IMAGE
\ No newline at end of file |