diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 18:02:02 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 18:02:02 +0000 |
commit | dd25c30b5f73cf66623436b152ec10fdc73f65a2 (patch) | |
tree | 7727b29069e3d62c487c67d5eb9113cee01897cb /webkit | |
parent | 7edaf97ff442623ede5d12554ac6ebebd3947e9d (diff) | |
download | chromium_src-dd25c30b5f73cf66623436b152ec10fdc73f65a2.zip chromium_src-dd25c30b5f73cf66623436b152ec10fdc73f65a2.tar.gz chromium_src-dd25c30b5f73cf66623436b152ec10fdc73f65a2.tar.bz2 |
DEFERs the svg tests:
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg
LayoutTests/svg/batik/paints/patternRegionA.svg
LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg
These are failing because of a bug in Skia. The Skia team is evaluating what the
right fix should be. Until then, DEFERd.
TBR=hclam
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/50021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 0b394a4..df0e96a 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -352,6 +352,11 @@ DEFER LINUX WIN : LayoutTests/svg/batik/masking/maskRegions.svg = FAIL DEFER LINUX WIN : LayoutTests/svg/custom/image-small-width-height.svg = FAIL +// Bug in Skia, see https://bugs.webkit.org/show_bug.cgi?id=24534 . +DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL +DEFER LINUX WIN : LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL +DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAIL + // ----------------------------------------------------------------- // End SVG Regressions // ----------------------------------------------------------------- @@ -506,10 +511,6 @@ DEFER LINUX WIN : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAIL LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-34-t.svg = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL -// Upstreamed. -LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAIL -LINUX WIN : LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL CRASH - // 2008/12/13 - This was FAIL but is now CRASH on WIN. See issue 6869. LINUX WIN : LayoutTests/svg/carto.net/selectionlist.svg = FAIL CRASH MAC : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL @@ -1494,10 +1495,6 @@ DEFER LINUX WIN : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL DEFER LINUX WIN : LayoutTests/svg/custom/pattern-with-transformation.svg = FAIL // Merge 40364:40409 -- fails after http://trac.webkit.org/changeset/40379 -// Perhaps needs some change on Skia side. -LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL - -// Merge 40364:40409 -- fails after http://trac.webkit.org/changeset/40379 // ASSERTs in Debug after this change: http://trac.webkit.org/changeset/40372 // Likely will be fixed with subsequent merge. SKIP : LayoutTests/fast/dynamic/insert-before-table-part-in-continuation.html = CRASH |