NEW 78345
[GTK] security/block-test.html fails on 64-bit
https://bugs.webkit.org/show_bug.cgi?id=78345
Summary [GTK] security/block-test.html fails on 64-bit
Philippe Normand
Reported 2012-02-10 03:21:03 PST
I noticed the results of this test differ between 32-bit and 64-bit so I rebaselined it with the 32-bit baselines which look more appropriate to me. Here's the new diff from the 64-bit bot: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/security/block-test-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/security/block-test-actual.txt @@ -133,8 +133,8 @@ http://255.255.255.255:65536/test.jpg - didFailLoadingWithError: <NSError domain WebKitPolicyError, code 103, failing URL "http://255.255.255.255:65536/test.jpg"> http://255.255.255.255:4294967295/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255:4294967295/test.jpg, main document URL block-test.html, http method GET> redirectResponse (null) http://255.255.255.255:4294967295/test.jpg - didFailLoadingWithError: <NSError domain WebKitPolicyError, code 103, failing URL "http://255.255.255.255:4294967295/test.jpg"> -http://255.255.255.255:4294967295/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255:4294967295/test.jpg, main document URL block-test.html, http method GET> redirectResponse (null) -http://255.255.255.255:4294967295/test.jpg - didFailLoadingWithError: <NSError domain WebKitPolicyError, code 103, failing URL "http://255.255.255.255:4294967296/test.jpg"> +http://255.255.255.255/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255/test.jpg, main document URL block-test.html, http method GET> redirectResponse (null) +http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain soup_http_error_quark, code 4, failing URL "http://255.255.255.255:4294967296/test.jpg"> http://255.255.255.255/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255/test.jpg, main document URL block-test.html, http method GET> redirectResponse (null) http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain soup_http_error_quark, code 4, failing URL "http://255.255.255.255:0/test.jpg"> http://255.255.255.255/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255/test.jpg, main document URL block-test.html, http method GET> redirectResponse (null)
Attachments
Note You need to log in before you can comment on or make changes to this bug.