diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 18:38:36 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 18:38:36 +0000 |
commit | be10bc94efbe00f70441c738506d88f087e6e29b (patch) | |
tree | 4aeab08f721688285e8e2855d2c2c0495eabe87b /webkit | |
parent | 6fbdc9ca2946e7841adf64e7b8bb9999d8810301 (diff) | |
download | chromium_src-be10bc94efbe00f70441c738506d88f087e6e29b.zip chromium_src-be10bc94efbe00f70441c738506d88f087e6e29b.tar.gz chromium_src-be10bc94efbe00f70441c738506d88f087e6e29b.tar.bz2 |
Temporary layout test suppressions.
These started failing after landing redirect checking in r22067. Since the
same tests are not failing on Windows, I'd prefer to suppress these failures,
and investigate offline instead of rolling out the change.
TBR=brettw
BUG=18089
TEST=none
Review URL: http://codereview.chromium.org/159647
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index cf62618..037ca99 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2007,7 +2007,7 @@ BUG10476 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html BUG10477 WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAIL BUG10477 WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FAIL BUG10477 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL -BUG10477 : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL +BUG10477 : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL CRASH BUG10477 : LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT // Flaky since rev 13111. @@ -3080,3 +3080,11 @@ BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL BUG17974 WIN: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL BUG17974 WIN: LyoutTests/transtions/cancel-transitions.html = FAIL + +// Regressions caused by Chromium r22067 +BUG18089 LINUX : LayoutTests/http/tests/security/xss-DENIED-xsl-document-redirect.xml = FAIL +BUG18089 LINUX : LayoutTests/http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml = FAIL +BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html = FAIL +BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html = FAIL +BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync.html = FAIL +BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html = FAIL |