diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 23:12:58 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 23:12:58 +0000 |
commit | 7958291eaf8e4185e92b66db68161bdde1a58617 (patch) | |
tree | 1f082a311bbf81dbed653c89ca2d534589719345 | |
parent | 40fb97783548ff87b9f97068d0a9f2cbf32278a9 (diff) | |
download | chromium_src-7958291eaf8e4185e92b66db68161bdde1a58617.zip chromium_src-7958291eaf8e4185e92b66db68161bdde1a58617.tar.gz chromium_src-7958291eaf8e4185e92b66db68161bdde1a58617.tar.bz2 |
Defers three more svg tests. I couldn't get coords-units-01-b.svg to crash, and it doesn't look like it has crashed on the bots recently either.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/48107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11929 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 6c284f3..cdb65fa 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -336,6 +336,13 @@ DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = FAIL // Merge 39744:39829 - regression DEFER : LayoutTests/svg/custom/path-bad-data.svg = FAIL +// Merge 39744:39913? - regressions +DEFER : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = PASS FAIL + +DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL PASS + +DEFER LINUX WIN : LayoutTests/svg/batik/text/verticalText.svg = FAIL + // ----------------------------------------------------------------- // End SVG Regressions // ----------------------------------------------------------------- @@ -428,7 +435,6 @@ DEFER : LayoutTests/svg/batik/text/textBiDi.svg = FAIL // pixeltest failure: font baseline should be on the path, not the centerline DEFER LINUX WIN : LayoutTests/svg/batik/text/textOnPath.svg = FAIL -DEFER LINUX : LayoutTests/svg/batik/text/verticalText.svg = FAIL // pixeltest failure: font baseline should be on the path, not the centerline DEFER LINUX WIN : LayoutTests/svg/batik/text/verticalTextOnPath.svg = FAIL DEFER LINUX WIN : LayoutTests/svg/custom/path-textPath-simulation.svg = FAIL @@ -491,10 +497,6 @@ LINUX WIN : LayoutTests/svg/batik/masking/maskRegions.svg = FAIL // We don't seem to draw this as well as Mac. The numbers have gaps at the // corners. LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-34-t.svg = FAIL -// Fails in release and debug. Sometimes crashes in debug. -// Linux pixeltest failure: background is all blue instead of white. -WIN : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL CRASH -LINUX : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL CRASH PASS LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL // Upstreamed. @@ -516,7 +518,6 @@ DEFER LINUX WIN : LayoutTests/svg/custom/pointer-events-image.svg = FAIL DEBUG LINUX : LayoutTests/svg/W3C-SVG-1.1/interact-dom-01-b.svg = CRASH // I find it hard to care too much about SVG failures. -LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-04-t.svg = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-05-t.svg = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-06-t.svg = FAIL @@ -1235,7 +1236,6 @@ MAC : LayoutTests/http/tests/xmlhttprequest/null-auth.php = TIMEOUT PASS // we're not seeing that sorta stability on mac. So for now we tag them as // pass & fail, but we really need to fix these tests upstream to have // a consistent behavior (and probably update win/linux expected values). -MAC : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS MAC LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL PASS MAC : LayoutTests/svg/W3C-SVG-1.1/animate-elem-04-t.svg = FAIL PASS MAC : LayoutTests/svg/W3C-SVG-1.1/animate-elem-05-t.svg = FAIL PASS @@ -1442,7 +1442,6 @@ DEFER LINUX WIN : LayoutTests/fast/events/init-events.html = FAIL DEFER : LayoutTests/plugins/netscape-throw-exception.html = FAIL // Merge 39744:39913? - regressions -WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = PASS FAIL LayoutTests/http/tests/misc/uncacheable-script-repeated.html = PASS TIMEOUT LINUX : LayoutTests/http/tests/local/stylesheet-and-script-load-order-http.html = PASS TIMEOUT LINUX : LayoutTests/svg/custom/animate-path-morphing.svg = PASS FAIL @@ -1495,7 +1494,6 @@ DEFER : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL // Expectations for this test changed upstream. We should fix this test, but // it doesn't need to block the current release DEFER : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL -WIN : LayoutTests/svg/batik/text/verticalText.svg = FAIL // Merge 40314:40364 -- new tests // See comment above LayoutTests/editing/spelling/inline_spelling_markers.html |