Bug 87593 - REGRESSION (r118618): http/tests/cache/cancel-in-progress-load.html failing on GTK Linux 64-bit Release
Summary: REGRESSION (r118618): http/tests/cache/cancel-in-progress-load.html failing o...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/GTK%2...
Keywords: LayoutTestFailure, MakingBotsRed, Regression
Depends on:
Blocks:
 
Reported: 2012-05-27 12:48 PDT by Zan Dobersek
Modified: 2013-01-16 05:03 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-05-27 12:48:56 PDT
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">
Comment 1 Zan Dobersek 2013-01-16 05:03:58 PST
The test was rolled out in r119918, did not re-land.
https://trac.webkit.org/changeset/119918