RESOLVED FIXED 87593
REGRESSION (r118618): http/tests/cache/cancel-in-progress-load.html failing on GTK Linux 64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=87593
Summary REGRESSION (r118618): http/tests/cache/cancel-in-progress-load.html failing o...
Zan Dobersek
Reported 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">
Attachments
Zan Dobersek
Comment 1 2013-01-16 05:03:58 PST
The test was rolled out in r119918, did not re-land. https://trac.webkit.org/changeset/119918
Note You need to log in before you can comment on or make changes to this bug.