diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 19:44:49 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 19:44:49 +0000 |
commit | dc9323a725c94eb0b4a281dcd3a298ff69f07368 (patch) | |
tree | 6ece4b13acea8ea98ecdb767af51d7335252a692 /webkit/tools | |
parent | 2e8adb32ec10553d267ce65353b92066f1fe2a7a (diff) | |
download | chromium_src-dc9323a725c94eb0b4a281dcd3a298ff69f07368.zip chromium_src-dc9323a725c94eb0b4a281dcd3a298ff69f07368.tar.gz chromium_src-dc9323a725c94eb0b4a281dcd3a298ff69f07368.tar.bz2 |
Getting the WebKit builder green again...
TBR=brettw
Review URL: http://codereview.chromium.org/18679
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 5d9a059..c1a1b11 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -353,7 +353,6 @@ LINUX : LayoutTests/fast/backgrounds/svg-as-background-1.html = FAIL LINUX : LayoutTests/fast/backgrounds/svg-as-background-2.html = FAIL LINUX : LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL LINUX : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL CRASH -LINUX : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL LINUX : LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html = FAIL LINUX : LayoutTests/fast/text/international/001.html = FAIL LINUX : LayoutTests/fast/text/international/002.html = FAIL @@ -429,6 +428,14 @@ LINUX : LayoutTests/svg/custom/pointer-events-text.svg = FAIL // Bug 1198880 DEFER LINUX WIN : LayoutTests/svg/custom/svgsvgelement-ctm.xhtml = FAIL +// Marking this again as failed. This test failed even after rebaseline due to +// the fact that the font is not specified in the test and it seems that the +// test falls back on a different font locally than on the buildbot so the +// baseline is invalid. This might indicate a failure in our font fallback code +// or might be expected and that we should either go with the buildbot output or +// change the test upstream to specify explicitly what font to use. +LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL + // BUG: 992321 // The failures listed below have never passed in Chromium and need to be // investigated, categorized, and (one hopes) fixed. |