diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 22:19:47 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 22:19:47 +0000 |
commit | 032b2c892ef67add767aa56dcf4f05b06f1f3d15 (patch) | |
tree | f018ecf50605be1376177655669e3f8c3afbaa42 /webkit | |
parent | 34cb14df9e75de50b33e23de31822c4d221cf093 (diff) | |
download | chromium_src-032b2c892ef67add767aa56dcf4f05b06f1f3d15.zip chromium_src-032b2c892ef67add767aa56dcf4f05b06f1f3d15.tar.gz chromium_src-032b2c892ef67add767aa56dcf4f05b06f1f3d15.tar.bz2 |
Mark LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html
and LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html
as WONTFIX since they pass auth credentials back to the renderer, but we
don't want to allow that.
R=darin@chromium.org
BUG=http://crbug.com/21840
TEST=none
Review URL: http://codereview.chromium.org/208033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 739a63a..a7129da 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -345,6 +345,11 @@ WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage.html = FAIL WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage.html = FAIL +// These tests propagate auth credentials back to the renderer, which we +// don't want to do. +WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL +WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- @@ -2281,8 +2286,6 @@ BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html = TIMEOUT // WK roll to 48371 -BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL -BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL BUG21841 MAC : LayoutTests/plugins/destroy-during-npp-new.html = FAIL // missing upstream baseline from 48368 |