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
http://trac.webkit.org/changeset/69967 might have broken Qt Windows 32-bit Release
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
(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
Any updates on this one?
(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
Seems to be passing now. We can reopen this if we run into problems again.