Bug 60121
| Summary: | http/tests/misc/will-send-request-returns-null-on-redirect.html is failing on Chromium as of r84742 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dirk Pranke <dpranke> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | abarth, ap, japhet |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Dirk Pranke
--- /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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Looks benign, but might be suspicious if the results changed recently.
Dirk Pranke
Rebaselined in http://trac.webkit.org/changeset/117009