diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 03:06:34 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 03:06:34 +0000 |
commit | ca4a167caf3ddcb6d589b7bd740f8a123ecdf75d (patch) | |
tree | 9ea53dab3dd09fac328a367f9d9f00724682dfc7 /webkit | |
parent | 54e1377ea309c5d8ab318ee9691b46249d7441b6 (diff) | |
download | chromium_src-ca4a167caf3ddcb6d589b7bd740f8a123ecdf75d.zip chromium_src-ca4a167caf3ddcb6d589b7bd740f8a123ecdf75d.tar.gz chromium_src-ca4a167caf3ddcb6d589b7bd740f8a123ecdf75d.tar.bz2 |
Update webkit from 47189 to 47265.
I added TIMEOUT to one video test that I missed in r23407.
Also, added some temporary exceptions to test_expectations.txt
while I investigate and fix or file appropriate bugs.
TEST=None
BUG=None
TBR=mbelshe@chromium.org
Review URL: http://codereview.chromium.org/165515
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 117219e..c94c256 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -669,7 +669,7 @@ BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL // This test crashes in debug build. BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL -BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH +BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH TIMEOUT // This test is flaky too. BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL TIMEOUT // This test crashes in debug build. @@ -2870,3 +2870,16 @@ BUG_LEVIN : LayoutTests/fast/dom/Geolocation/enabled.html = FAIL BUG_LEVIN : LayoutTests/storage/multiple-transactions-on-different-handles.html = TIMEOUT BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL BUG_LEVIN WIN : LayoutTests/media/controls-drag-timebar.html = FAIL TIMEOUT + +// Fallout from webkit 47189:47265 +BUG_LEVIN : LayoutTests/fast/loader/onhashchange-attribute-listeners.html = TIMEOUT +BUG_LEVIN : LayoutTests/fast/dom/Geolocation/argument-types.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/css1/font_properties/font_family.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/fast/block/float/035.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/fast/block/float/avoidance-percent-width-compat.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/fast/block/float/avoidance-percent-width-strict.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/fast/block/float/float-avoidance.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL +BUG_LEVIN WIN LINUX : LayoutTests/tables/mozilla/bugs/bug106158-1.html = FAIL |