Bug 87593
Summary: | REGRESSION (r118618): http/tests/cache/cancel-in-progress-load.html failing on GTK Linux 64-bit Release | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | LayoutTestFailure, MakingBotsRed, Regression |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r118618%20(24348)/results.html |
Zan Dobersek
http/tests/cache/cancel-in-progress-load.html started failing on GTK Linux 64-bit Release in r118618 <http://trac.webkit.org/changeset/118618>.
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r118617%20(24347)/results.html passed
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r118618%20(24348)/results.html failed
Also occurs on other Gtk builders.
The diff signals the behavior in this case defers too much (compared to Chromium which is the only one to pass the test). Because of that I'm rather using a failure expectation for this test than creating a GTK-specific baseline.
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/cache/cancel-in-progress-load-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/cache/cancel-in-progress-load-actual.txt
@@ -1,6 +1,5 @@
http://127.0.0.1:8000/cache/resources/random.cgi - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/cache/resources/random.cgi, main document URL http://127.0.0.1:8000/cache/cancel-in-progress-load.html, http method GET> redirectResponse (null)
-<unknown> - didFinishLoading
+http://127.0.0.1:8000/cache/cancel-in-progress-load.html - didFinishLoading
http://127.0.0.1:8000/cache/resources/random.cgi - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/cache/resources/random.cgi, http status code 200>
-<unknown> - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -999, failing URL "http://127.0.0.1:8000/navigation/resources/slow-resource.pl">
-http://127.0.0.1:8000/cache/resources/random.cgi - didFinishLoading
+http://127.0.0.1:8000/navigation/resources/slow-resource.pl - didFailLoadingWithError: <NSError domain WebKitNetworkError, code 302, failing URL "http://127.0.0.1:8000/navigation/resources/slow-resource.pl">
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
The test was rolled out in r119918, did not re-land.
https://trac.webkit.org/changeset/119918