Bug 47832

Summary: [GTK] http/tests/inspector/console-xhr-logging.html fails in the bots
Product: WebKit Reporter: Alejandro G. Castro <alex>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, mrobinson, svillar, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Alejandro G. Castro 2010-10-18 10:05:33 PDT
Locally is does not fail, not sure if we have to update something in the bots, skipping meahwhile:

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r69950%20(14839)/http/tests/inspector/console-xhr-logging-pretty-diff.html
Comment 1 WebKit Review Bot 2010-10-18 11:06:04 PDT
http://trac.webkit.org/changeset/69967 might have broken Qt Windows 32-bit Release
Comment 2 Martin Robinson 2011-02-08 13:02:25 PST
Here's the test diff:

--- /tmp/layout-test-results/http/tests/inspector/console-xhr-logging-expected.txt	2011-02-08 12:58:22.856448002 -0800
+++ /tmp/layout-test-results/http/tests/inspector/console-xhr-logging-actual.txt	2011-02-08 12:58:22.856448002 -0800
@@ -8,17 +8,17 @@
 CONSOLE MESSAGE: line 40: sending a %s request to %s
 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
 
-console-xhr-logging.html:11enabled
-console-xhr-logging.html:40sending a GET request to resources/xhr-exists.html
+127.0.0.1:8000/inspector/console-xhr-logging.html:11enabled
+127.0.0.1:8000/inspector/console-xhr-logging.html:40sending a GET request to resources/xhr-exists.html
 XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-exists.html".
-console-xhr-logging.html:40sending a GET request to resources/xhr-does-not-exist.html
+127.0.0.1:8000/inspector/console-xhr-logging.html:40sending a GET request to resources/xhr-does-not-exist.html
 xhr-does-not-exist.htmlGET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
 XHR finished loading: "http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html".
-console-xhr-logging.html:40sending a POST request to resources/post-target.cgi
+127.0.0.1:8000/inspector/console-xhr-logging.html:40sending a POST request to resources/post-target.cgi
 XHR finished loading: "http://127.0.0.1:8000/inspector/resources/post-target.cgi".
-console-xhr-logging.html:21disabled
-console-xhr-logging.html:40sending a GET request to resources/xhr-exists.html
-console-xhr-logging.html:40sending a GET request to resources/xhr-does-not-exist.html
+127.0.0.1:8000/inspector/console-xhr-logging.html:21disabled
+127.0.0.1:8000/inspector/console-xhr-logging.html:40sending a GET request to resources/xhr-exists.html
+127.0.0.1:8000/inspector/console-xhr-logging.html:40sending a GET request to resources/xhr-does-not-exist.html
 xhr-does-not-exist.htmlGET http://127.0.0.1:8000/inspector/resources/xhr-does-not-exist.html 404 (Not Found)
-console-xhr-logging.html:40sending a POST request to resources/post-target.cgi
+127.0.0.1:8000/inspector/console-xhr-logging.html:40sending a POST request to resources/post-target.cgi
Comment 3 Sergio Villar Senin 2011-02-09 00:10:26 PST
(In reply to comment #2)
> Here's the test diff:

Seems a pretty easy issue, I think I have a fix for that on one of my local branches
Comment 4 Martin Robinson 2011-02-18 12:59:48 PST
Any updates on this one?
Comment 5 Sergio Villar Senin 2011-02-21 02:05:38 PST
(In reply to comment #4)
> Any updates on this one?

It's working fine for me locally and works fine when executing it manually on bots. Guess it was already fixed
Comment 6 Martin Robinson 2011-02-21 13:06:26 PST
Seems to be passing now. We can reopen this if we run into problems again.