Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-WebKit
New issue 8941 by [email protected]: Failing layout test LayoutTests/http/tests/xmlhttprequest/web-apps/013.html http://code.google.com/p/chromium/issues/detail?id=8941 We started failing this layout test once http://trac.webkit.org/changeset/41665 landed. The test is expecting the httpd server to return a status code of 400 with the text 'Good work'. 'Good Work' is coming from the cgi script 013-test.cgi. We are returning a status code of 400, but the string 'Bad Request' instead of 'Good Work'. It looks like lighthttpd always returns status text of 'Bad Request', hence we now fail this. Prior to 41665 the code ignored the returned string from the server and always returned 'OK', which is why we passed it. I've DEFERd this as while it's a new failure, our code is still doing the right thing. We just need to find a way to get lighthttp to return the right thing. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
