diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 19:19:59 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 19:19:59 +0000 |
commit | 3e3c120b805368bbbd1a6a49cfca92f830254fbf (patch) | |
tree | 0c174e87228754224eda2a42dd9fc3b115c2e120 | |
parent | 7e090a60318e68dd14d4ac652704645da76154ca (diff) | |
download | chromium_src-3e3c120b805368bbbd1a6a49cfca92f830254fbf.zip chromium_src-3e3c120b805368bbbd1a6a49cfca92f830254fbf.tar.gz chromium_src-3e3c120b805368bbbd1a6a49cfca92f830254fbf.tar.bz2 |
Fix up bug ids for svg-related tests.
TBR=senorblanco
TEST=none
BUG=31338
BUG=31146
BUG=30938
Review URL: http://codereview.chromium.org/545089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36383 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 88b32b5..46da132 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -985,8 +985,8 @@ BUG24198 LINUX WIN : svg/custom/path-textPath-simulation.svg = FAIL BUG24198 RELEASE : svg/custom/stroke-width-click.svg = TEXT BUG24198 DEBUG : svg/custom/stroke-width-click.svg = CRASH -// The red marker is not drawing the same way as the mac. -BUG24198 LINUX WIN : svg/custom/marker-changes.svg = FAIL +// The test is flaky and maybe platform-dependent. +BUG32401 LINUX WIN : svg/custom/marker-changes.svg = IMAGE+TEXT IMAGE BUG24198 LINUX WIN : svg/hixie/text/003.html = FAIL @@ -1019,6 +1019,7 @@ BUG3244 WIN LINUX : fast/backgrounds/repeat/mask-negative-offset-repeat.html = F // or change the test upstream to specify explicitly what font to use. // The mask part of this test is totally wrong. BUG3244 LINUX WIN : fast/backgrounds/svg-as-background-6.html = FAIL +BUG3244 LINUX WIN : svg/custom/mask-excessive-malloc.svg = IMAGE BUG10302 LINUX : svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL @@ -2971,13 +2972,8 @@ BUG30930 LINUX : tables/mozilla/bugs/bug15933.html = IMAGE PASS BUG31026 MAC DEBUG : http/tests/appcache/crash-when-navigating-away-then-back.html = PASS CRASH -// Release began crashing in the r52554->52633 WebKit merge. -// Formerly, Release failed (IMAGE) and Debug crashed. -BUG31146 BUG31338 LINUX : svg/custom/mask-excessive-malloc.svg = CRASH IMAGE - // WebKit update 52372->52454 BUG30938 MAC : fast/backgrounds/svg-as-background-6.html = IMAGE -BUG30938 WIN : svg/custom/mask-excessive-malloc.svg = IMAGE BUG30939 : svg/filters/filter-clip.svg = IMAGE+TEXT // WebKit roll 52468->52535 |