Bug 29505
Summary: | http/tests/loading/basic-credentials-sent-automatically.html failing on Leopard bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, beidson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 29322 | ||
Bug Blocks: |
Eric Seidel (no email)
http/tests/loading/basic-credentials-sent-automatically.html failing on Leopard bot
This appears to be an intermittent failure.
http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r48528%20(5134)/results.html
Filing a bug in case we see this more times.
The checkin which caused that build was qt-only and in no way related to that test.
--- layout-test-results/http/tests/loading/basic-credentials-sent-automatically-expected.txt 2009-09-18 14:09:05.000000000 -0700
+++ layout-test-results/http/tests/loading/basic-credentials-sent-automatically-actual.txt 2009-09-18 14:09:05.000000000 -0700
@@ -15,6 +15,7 @@
frame "<!--framePath //<!--frame2-->-->" - didStartProvisionalLoadForFrame
frame "<!--framePath //<!--frame1-->-->" - didHandleOnloadEventsForFrame
frame "<!--framePath //<!--frame1-->-->" - didFinishLoadForFrame
+<unknown> - didReceiveAuthenticationChallenge - Responding with third:third-pw
frame "<!--framePath //<!--frame2-->-->" - didCommitLoadForFrame
frame "<!--framePath //<!--frame2-->-->" - didFinishDocumentLoadForFrame
frame "<!--framePath //<!--frame3-->-->" - didStartProvisionalLoadForFrame
@@ -49,9 +50,9 @@
--------
Frame: '<!--framePath //<!--frame2-->-->'
--------
-Authenticated as user: second password: second-pw
+Authenticated as user: third password: third-pw
--------
Frame: '<!--framePath //<!--frame3-->-->'
--------
-Authenticated as user: second password: second-pw
+Authenticated as user: third password: third-pw
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
Committed a speculative fix in revision 48541.
Not closing the bug, because I've never been able to reproduce this and it's
intermittent for those affected, so we'll have to let it bake a little...
Eric Seidel (no email)
This just failed for the commit-queue as well while trying to land bug 29536. :(
The commit-queue saw the same diff as above.
Eric Seidel (no email)
Another:
http://build.webkit.org/results/Leopard%20Intel%20Debug%20(Tests)/r48731%20(5267)/results.html
(I'm just noticing these because the queue keeps getting blocked on a red tree today.)
Alexey Proskuryakov
Quite likely, this is fixed together with bug 29322.