diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 22:31:44 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 22:31:44 +0000 |
commit | 39fb2a80d713480222bd38eae17956ddf021b551 (patch) | |
tree | 58ac83011f9600ac6b954c87ffbcf6d99a1fc2a9 /webkit | |
parent | 4af9568e74b21d36de909fe46480b60f11a0772d (diff) | |
download | chromium_src-39fb2a80d713480222bd38eae17956ddf021b551.zip chromium_src-39fb2a80d713480222bd38eae17956ddf021b551.tar.gz chromium_src-39fb2a80d713480222bd38eae17956ddf021b551.tar.bz2 |
Mark some tests as failing due to pre-existing bugs. Move to the right spots in the file (I hope). Remove one test that should already (?) be covered by the general "LayoutTests/accessibility" FAIL. This test might be crashing sometimes, need to check more closely.
BUG=13809
TEST=none
Review URL: http://codereview.chromium.org/125014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18220 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 91ea645..6b2a134 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -671,6 +671,15 @@ BUG1126050 : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onloa // moves the mouse around, resulting in a layout that dances around. // Depending upon when the snapshot is taken we get different results. BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PASS + +// Need to implement LayoutTestController.setCacheModel +BUG13920 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL + +// Radial gradients don't have offset focal point +BUG8696 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL +BUG8696 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL +BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL + // ----------------------------------------------------------------- // SVG TESTS // ----------------------------------------------------------------- @@ -696,7 +705,7 @@ BUG10282 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-11-b.svg = FAIL // Radial gradients with offset focal points are not implemented in Skia. // See comment in WebCore/platform/graphics/skia/GradientSkia.cpp -BUG10283 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = FAIL +BUG8696 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = FAIL // Merge 39744:39829 - regression BUG10284 RELEASE : LayoutTests/svg/custom/path-bad-data.svg = FAIL @@ -1059,11 +1068,7 @@ BUG10322 : LayoutTests/accessibility = FAIL // Border radius not anti-aliased. // New test. We should fix it, but it doesn't need to block the current release BUG10322 WIN : LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL -// Linux pixeltest failure: radial gradients don't have offset focal point -BUG10322 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL -// Linux pixeltest failure: radial gradients don't have offset focal point -// New test. We should fix it, but it doesn't need to block the current release -BUG10322 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL + // This test isn't hanging, it just takes 12-13 seconds to run. BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL @@ -2704,7 +2709,5 @@ BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-ch BUG13767 : LayoutTests/fast/js/JSON-stringify.html = FAIL // WebKit 44571:44597 -BUG13809 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL -BUG13809 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL +// Needs pixel results generated upstream, may need rebaselining afterwards BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL -BUG13809 : LayoutTests/accessibility/image-map1.html = CRASH FAIL |