diff options
author | sverrir@chromium.org <sverrir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-26 14:39:07 +0000 |
---|---|---|
committer | sverrir@chromium.org <sverrir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-26 14:39:07 +0000 |
commit | 169f772f17fb54b2b2e707c95eea4582fce77a16 (patch) | |
tree | 7610fe70fe92525d8b8c96c0b9776d9616be6dd6 /webkit | |
parent | 7f618879c87e8af4aee1da5233ef2312a2948126 (diff) | |
download | chromium_src-169f772f17fb54b2b2e707c95eea4582fce77a16.zip chromium_src-169f772f17fb54b2b2e707c95eea4582fce77a16.tar.gz chromium_src-169f772f17fb54b2b2e707c95eea4582fce77a16.tar.bz2 |
Add test regressions since the webkit merge yesterday.
Review URL: http://codereview.chromium.org/49039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index bc032cd5..1a45c4c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2319,8 +2319,18 @@ DEFER MAC : LayoutTests/editing/selection/4776665.html = FAIL DEFER MAC : LayoutTests/fast/clip/016.html = FAIL DEFER MAC : LayoutTests/fast/clip/outline-overflowClip.html = FAIL DEFER MAC : LayoutTests/fast/forms/search-zoomed.html = FAIL -DEFER MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-data.html = FAIL -DEFER MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-post.html = FAIL -DEFER MAC : LayoutTests/http/tests/xmlhttprequest/cookies.html = FAIL -DEFER MAC : LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers.html = FAIL -DEFER MAC : LayoutTests/http/tests/xmlhttprequest/post-content-type.html = FAIL +DEFER MAC LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-data.html = FAIL +DEFER MAC LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-post.html = FAIL +DEFER MAC LINUX : LayoutTests/http/tests/xmlhttprequest/cookies.html = FAIL +DEFER MAC LINUX : LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers.html = FAIL +DEFER MAC LINUX : LayoutTests/http/tests/xmlhttprequest/post-content-type.html = FAIL + +# Adding more failures after the last merge: +WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = FAIL +WIN : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = CRASH PASS +WIN : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH PASS +WIN : LayoutTests/http/tests/xmlhttprequest/methods.html = CRASH PASS +WIN : LayoutTests/http/tests/xmlhttprequest/null-auth.php = CRASH PASS +WIN : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text.html = CRASH PASS +WIN : LayoutTests/transitions/interrupt-zero-duration.html = FAIL PASS +LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = FAIL |