Bug 29505 - http/tests/loading/basic-credentials-sent-automatically.html failing on Leopard bot
Summary: http/tests/loading/basic-credentials-sent-automatically.html failing on Leopa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 29322
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-18 14:18 PDT by Eric Seidel (no email)
Modified: 2009-09-29 09:26 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-09-18 14:18:51 PDT
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
Comment 1 Brady Eidson 2009-09-18 15:27:38 PDT
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...
Comment 2 Eric Seidel (no email) 2009-09-22 16:14:11 PDT
This just failed for the commit-queue as well while trying to land bug 29536. :(
The commit-queue saw the same diff as above.
Comment 3 Eric Seidel (no email) 2009-09-24 14:36:56 PDT
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.)
Comment 4 Alexey Proskuryakov 2009-09-29 09:26:07 PDT
Quite likely, this is fixed together with bug 29322.