diff options
author | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-31 03:04:26 +0000 |
---|---|---|
committer | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-31 03:04:26 +0000 |
commit | 2d6ab0fcafda07119890c16cf5f369aedd3229f3 (patch) | |
tree | 94f98bf4dca06f51936da5bd39956913afd96f70 /webkit | |
parent | ab50f9c23f9a8494c5bb191e5374dff69a9e7a9e (diff) | |
download | chromium_src-2d6ab0fcafda07119890c16cf5f369aedd3229f3.zip chromium_src-2d6ab0fcafda07119890c16cf5f369aedd3229f3.tar.gz chromium_src-2d6ab0fcafda07119890c16cf5f369aedd3229f3.tar.bz2 |
Cleanup following WebKit 52554->52633 merge. Sort failures into more specific
bugs and rebaseline as needed.
Note that since the result image for this is empty, the image matches the
original WebKit baseline even though the render tree doesn't.
TEST=layout tests
BUG=31302
Review URL: http://codereview.chromium.org/518027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/empty-mask-expected.txt | 13 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 63 |
2 files changed, 52 insertions, 24 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/empty-mask-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/empty-mask-expected.txt new file mode 100644 index 0000000..71999a3 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/empty-mask-expected.txt @@ -0,0 +1,13 @@ +KCanvasResource {id="mask" [type=MASKER]} +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderSVGRoot {svg} at (20,20) size 100x100 + RenderSVGHiddenContainer {defs} at (0,0) size 0x0 + RenderSVGContainer {mask} at (-0.50,-0.50) size 0.10x0.10 + RenderPath {rect} at (-0.50,-0.50) size 0.10x0.10 [fill={[type=SOLID] [color=#FFFFFF]}] [data="M-0.50,-0.50 L-0.40,-0.50 L-0.40,-0.40 L-0.50,-0.40 Z"] + RenderPath {rect} at (20,20) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M20.00,20.00 L120.00,20.00 L120.00,120.00 L20.00,120.00 Z"] + RenderSVGText {text} at (60,60) size 21x19 contains 1 chunk(s) + RenderSVGTSpan {tspan} at (0,0) size 21x19 + RenderSVGInlineText {#text} at (0,-15) size 21x19 + chunk 1 text run 1 at (60.00,60.00) startOffset 0 endOffset 4 width 21.00: "test" diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index ba20eee..92d6c42 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -92,6 +92,10 @@ BUG24182 SLOW DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS BUG24182 SLOW WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = PASS BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS +// Usually <1s in release, ~1s in debug, but occasionally >5s in release. +BUG27335 WIN RELEASE : LayoutTests/plugins/embed-attributes-setting.html = PASS TIMEOUT +BUG27335 WIN DEBUG SLOW : LayoutTests/plugins/embed-attributes-setting.html = PASS + // --- collecting results for supported-xml-content-types.html --- // was slow, started to timeout BUG18702 MAC WIN : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT @@ -854,6 +858,14 @@ BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL BUG9071 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL +// Flaky: fails about 5% of the time. +BUG31342 WIN RELEASE : LayoutTests/security/block-test-no-port.html = TEXT PASS +BUG31342 WIN RELEASE : LayoutTests/security/block-test.html = TEXT PASS + +// Fails in debug. Windows used to be only flaky, but now fails consistently +// starting with the 52554->52633 merge. +BUG31363 DEBUG WIN LINUX : LayoutTests/platform/chromium/fast/dom/interval.html = TEXT PASS + // ----------------------------------------------------------------- // SVG TESTS // ----------------------------------------------------------------- @@ -911,6 +923,19 @@ BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAI BUG10415 WIN LINUX : LayoutTests/svg/custom/pattern-with-transformation.svg = FAIL +// New in WebKit r52559 +BUG31344 : LayoutTests/svg/custom/global-constructors.html = TEXT + +// New in WebKit r52580. +BUG31345 WIN LINUX : LayoutTests/svg/custom/mask-on-multiple-objects.svg = IMAGE + +// New in WebKit r52608. +BUG31360 : LayoutTests/fast/events/keydown-numpad-keys.html = TEXT + +// Text fails very rarely, 1/200 runs or fewer. +BUG29737 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS +BUG29737 MAC RELEASE : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS + // ----------------------------------------------------------------- // End SVG Regressions // ----------------------------------------------------------------- @@ -2072,6 +2097,9 @@ BUG23560 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-conv-01-f.svg = FAIL // This begin crashing some of the time after Webkit merge to r49997 BUG23560 MAC : LayoutTests/fast/overflow/003.xml = IMAGE +// Fails the first run, passes the flaky-check: corruption from a prior test? +BUG31362 MAC : LayoutTests/fast/forms/select-style.html = IMAGE + // ----------------------------------------------------------------- // END MAC PORT TESTS // ----------------------------------------------------------------- @@ -2195,10 +2223,6 @@ BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAI // Newly added tests. BUG9161 : LayoutTests/fast/forms/basic-textareas.html = FAIL -// Tests that fail on linux (formerly debug-only, but release too as of -// WebKit r52633). -BUG10454 BUG31146 LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH IMAGE - // This test hits a stack-overflow exception earlier in debug mode than in // release mode on Windows. // @@ -2789,13 +2813,14 @@ BUG_OJAN LINUX : LayoutTests/http/tests/xmlhttprequest/cache-override.html = TEX // Likely it's because this test depends on some other http test running before // it that no longer does (or vice versa, some other test running before it // is causing it to fail). +// Failed only in Release until the 52554->52633 WebKit merge. BUG9798 LINUX : LayoutTests/http/tests/security/clipboard/clipboard-file-access.html = TEXT PASS // These tests time out *and* are slow. The test should be fixed to not timeout, // then should be marked as SLOW/PASS. BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS BUG2844 : LayoutTests/http/tests/appcache/fail-on-update.html = TIMEOUT PASS TEXT -BUG2844 BUG31302 : LayoutTests/http/tests/appcache/offline-access.html = TIMEOUT PASS CRASH +BUG2844 : LayoutTests/http/tests/appcache/offline-access.html = TIMEOUT PASS BUG2844 LINUX: LayoutTests/http/tests/appcache/remove-cache.html = TIMEOUT PASS BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/remove-cache.html = TIMEOUT PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/appcache/remove-cache.html = TIMEOUT PASS TEXT @@ -3073,7 +3098,7 @@ BUG30543 : LayoutTests/storage/domstorage/localstorage/enumerate-with-length-and // Flaky. BUG30593 LINUX MAC : LayoutTests/websocket/tests/url-with-credential.html = TEXT PASS BUG9798 WIN LINUX : LayoutTests/fast/loader/javascript-url-encoding-2.html = TIMEOUT PASS -BUG9798 : LayoutTests/fast/loading/subframe-removes-itself.html = TEXT PASS +BUG9798 RELEASE : LayoutTests/fast/loading/subframe-removes-itself.html = TEXT PASS BUG9798 LINUX MAC : LayoutTests/fast/loader/invalid-charset-on-script-crashes-loader.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/fast/borders/block-mask-overlay-image.html = TEXT PASS @@ -3099,12 +3124,14 @@ BUG30930 LINUX : LayoutTests/tables/mozilla/bugs/bug15933.html = IMAGE PASS BUG31026 MAC DEBUG : LayoutTests/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 : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH + // WebKit update 52372->52454 BUG30938 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = IMAGE BUG30938 : LayoutTests/svg/css/mask-with-shadow.svg = IMAGE BUG30938 WIN : LayoutTests/svg/custom/mask-excessive-malloc.svg = IMAGE -BUG30938 LINUX : LayoutTests/svg/custom/mask-inside-defs.svg = IMAGE -BUG30938 LINUX : LayoutTests/svg/custom/visibility-override-mask.svg = IMAGE BUG30939 : LayoutTests/svg/filters/filter-clip.svg = IMAGE+TEXT // WebKit roll 52468->52535 @@ -3121,22 +3148,10 @@ BUG31146 WIN LINUX : LayoutTests/svg/custom/grayscale-gradient-mask.svg = IMAGE BUG31146 LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-displace-01-f.svg = TEXT BUG31146 WIN : LayoutTests/inspector/console-clear.html = TEXT -// WebKit update 52554->52633 -// TODO(pamg): investigate -BUG31302 WIN : LayoutTests/security/block-test-no-port.html = TEXT PASS -BUG31302 WIN : LayoutTests/security/block-test.html = TEXT PASS -BUG31302 WIN : LayoutTests/plugins/embed-attributes-setting.html = TIMEOUT PASS -BUG31302 : LayoutTests/fast/events/keydown-numpad-keys.html = TEXT -BUG31302 WIN : LayoutTests/inspector/console-dirxml.html = TEXT -BUG31302 WIN LINUX : LayoutTests/svg/custom/empty-mask.svg = TEXT -BUG31302 : LayoutTests/svg/custom/global-constructors.html = TEXT -BUG31302 WIN LINUX : LayoutTests/svg/custom/mask-on-multiple-objects.svg = IMAGE -BUG31302 MAC : LayoutTests/fast/forms/select-style.html = IMAGE PASS -BUG31302 LINUX : LayoutTests/platform/chromium/fast/dom/interval.html = TEXT PASS -BUG31302 LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS -BUG31302 LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = TEXT PASS -BUG31302 LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-blend-01-b.svg = TEXT PASS -BUG31302 LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-conv-01-f.svg = TEXT PASS +// Began failing in the 52554->52633 merge. (Debug has been slow for at least +// 700 runs as of that merge.) +BUG31257 WIN RELEASE : LayoutTests/inspector/console-dirxml.html = TEXT +BUG31257 WIN DEBUG SLOW: LayoutTests/inspector/console-dirxml.html = TEXT // WebKit roll 52633 -> 52667 BUG_AJWONG WIN : LayoutTests/svg/batik/text/textFeatures.svg = TEXT |