RESOLVED FIXED60121
http/tests/misc/will-send-request-returns-null-on-redirect.html is failing on Chromium as of r84742
https://bugs.webkit.org/show_bug.cgi?id=60121
Summary http/tests/misc/will-send-request-returns-null-on-redirect.html is failing on...
Dirk Pranke
Reported 2011-05-03 19:40:29 PDT
--- /b/build/slave/Webkit_Mac10_6/build/layout-test-results/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt +++ /b/build/slave/Webkit_Mac10_6/build/layout-test-results/http/tests/misc/will-send-request-returns-null-on-redirect-actual.txt @@ -2,7 +2,7 @@ <unknown> - didFinishLoading http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php - willSendRequest <NSURLRequest URL http://www.example.com/, main document URL http://127.0.0.1:8000/misc/will-send-request-returns-null-on-redirect.html, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php, http status code 302> Returning null for this redirect -http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php - didFailLoadingWithError: <NSError domain WebKitErrorDomain, code 102> +http://127.0.0.1:8000/misc/resources/redirect-to-http-url.php - didFailLoadingWithError: <NSError domain WebKit, code -10000, failing URL "(null)"> https://bugs.webkit.org/show_bug.cgi?id=27595 This test checks to make sure that things behave as expected when the resource load delegate returns null in response to willSendRequest. I'm not sure if this is a platform-specific error to be expected, or something else? http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fmisc%2Fwill-send-request-returns-null-on-redirect.html&showExpectations=true&group=%40ToT%20-%20chromium.org
Attachments
Alexey Proskuryakov
Comment 1 2011-05-04 00:47:52 PDT
Looks benign, but might be suspicious if the results changed recently.
Dirk Pranke
Comment 2 2012-05-14 16:11:09 PDT
Note You need to log in before you can comment on or make changes to this bug.