Bug 106332

Summary: Layout Test http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html is timing out
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: Tools / TestsAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, dglazkov, mrobinson, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Dimitri Glazkov (Google) 2013-01-08 09:49:13 PST
The test was added in http://trac.webkit.org/changeset/139062, and it's been timing out since.

GTK folks, is this some Soup-specific stuff?
Comment 1 Martin Robinson 2013-01-08 09:53:39 PST
The bug was specific to soup, but the test should be applicable to all platforms. I can make the test GTK-specific, but there's either a problem with the test (likely) or a problem with whatever port is timing out.
Comment 2 Martin Robinson 2013-01-08 09:57:41 PST
(In reply to comment #1)
> The bug was specific to soup, but the test should be applicable to all platforms. I can make the test GTK-specific, but there's either a problem with the test (likely) or a problem with whatever port is timing out.

My bad, it seems to be flaky on Mac and times out on some GTK+ bots, but not all.
Comment 3 Martin Robinson 2013-01-08 11:58:34 PST
Created attachment 181720 [details]
Patch
Comment 4 WebKit Review Bot 2013-01-08 13:04:05 PST
Comment on attachment 181720 [details]
Patch

Attachment 181720 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/15762189

New failing tests:
inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Comment 5 Ryosuke Niwa 2013-01-08 13:55:44 PST
Comment on attachment 181720 [details]
Patch

Clearing flags on attachment: 181720

Committed r139108: <http://trac.webkit.org/changeset/139108>
Comment 6 Ryosuke Niwa 2013-01-08 13:55:47 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Ryosuke Niwa 2013-01-08 14:56:26 PST
Skipped the test on WebKit2 bots in http://trac.webkit.org/changeset/139118 since setHandlesAuthenticationChallenges hasn't been implemented yet in WebKitTestRunner.
Comment 8 Martin Robinson 2013-01-08 15:13:22 PST
Incidentally I have a patch up for that at: https://bugs.webkit.org/show_bug.cgi?id=103653