Bug 146701
Summary: | [Win] Layout Test http/tests/security/private-browsing-http-auth.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebCore Misc. | Assignee: | Brent Fulgham <bfulgham> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, bfulgham, Hironori.Fujii |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brent Fulgham
The following layout test is failing on [insert platform]
http/tests/security/private-browsing-http-auth.html
Probable cause:
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/http/tests/security/private-browsing-http-auth-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/http/tests/security/private-browsing-http-auth-actual.txt
@@ -1,4 +1,4 @@
-http://127.0.0.1:8000/security/resources/basic-auth.php?username=webkit&password=rocks - didReceiveAuthenticationChallenge - Responding with webkit:rocks
+<unknown> - didReceiveAuthenticationChallenge - Responding with webkit:rocks
This test makes sure that auth credentials cached during a private browsing session do not leak out after private browsing is disabled.
--------
@@ -9,4 +9,8 @@
--------
Frame: '<!--framePath //<!--frame1-->-->'
--------
-Resource loaded with HTTP authentication username '' and password ''
+Resource loaded with HTTP authentication username '
+Notice: Undefined index: PHP_AUTH_USER in C:\cygwin\home\buildbot\slave\win-release-tests\build\LayoutTests\http\tests\security\resources\auth-echo.php on line 2
+' and password '
+Notice: Undefined index: PHP_AUTH_PW in C:\cygwin\home\buildbot\slave\win-release-tests\build\LayoutTests\http\tests\security\resources\auth-echo.php on line 2
+'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I don't see any 'win-cairo' specific test expectation file and AppleWin platform is gone.
Marking this as 'RESOLVED CONFIGURATION CHANGED'. Please reopen, if it is still applicable.
CCing - @Fuji for any input / comment from win-cairo perspective (if any).