Bug 119840 - [GTK] Layout Test http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html is failing
Summary: [GTK] Layout Test http/tests/loading/authentication-after-redirect-stores-wro...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-08-15 08:04 PDT by Simon Pena
Modified: 2014-04-22 02:19 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pena 2013-08-15 08:04:46 PDT
The following layout test is failing on GTK

http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html

After r153852 <http://trac.webkit.org/changeset/153852>, URLs displayed as <unknown> started being shown properly. In the GTK port, r154098 <http://trac.webkit.org/changeset/154098> provided that implementation, and after that, it seems that a different, hidden issue, was shown:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials-actual.txt
@@ -3,7 +3,7 @@
 frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
 main frame - didFinishDocumentLoadForFrame
 frame "<!--framePath //<!--frame0-->-->" - didReceiveServerRedirectForProvisionalLoadForFrame
-http://localhost:8000/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-1-redirect-to-auth.php - didReceiveAuthenticationChallenge - Responding with httpUsername:httpPassword
+http://127.0.0.1:8000/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php - didReceiveAuthenticationChallenge - Responding with httpUsername:httpPassword
 frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
 frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
 frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame

So there seems to be a problem with the redirection.
Comment 1 Eduardo Lima Mitev 2014-04-17 08:18:06 PDT
This test is passing now in the bot and locally. Test expectation will be updated accordingly.

Simon, please confirm and close.
Comment 2 Simon Pena 2014-04-22 01:58:01 PDT
(In reply to comment #1)
> This test is passing now in the bot and locally. Test expectation will be updated accordingly.
> 
> Simon, please confirm and close.

Checking. I'll let you know in a moment.
Comment 3 Simon Pena 2014-04-22 02:19:14 PDT
Yes: this bug is no longer failing.