[Webkit-unassigned] [Bug 116259] REGRESSION(r150169): http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 14 13:22:06 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=116259

--- Comment #10 from Alexey Proskuryakov <ap at webkit.org> ---
The current state is that the recently regressed assertion is fixed; the test continues to 100% fail on all bots.

The test fully relies on loading callback logging:

@@ -1,9 +1,9 @@
-http://127.0.0.1:8000/misc/resources/compass.jpg - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/misc/resources/compass.jpg, main document URL (null), http method GET> redirectResponse (null)
+http://127.0.0.1:8000/misc/resources/compass.jpg - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/misc/resources/compass.jpg, main document URL http://127.0.0.1:8000/cache/willsendrequest-returns-null-for-memory-cache-load.html, http method GET> redirectResponse (null)
+http://127.0.0.1:8000/cache/willsendrequest-returns-null-for-memory-cache-load.html - didFinishLoading
 http://127.0.0.1:8000/misc/resources/compass.jpg - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/misc/resources/compass.jpg, http status code 200>
 http://127.0.0.1:8000/misc/resources/compass.jpg - didFinishLoading
-http://127.0.0.1:8000/cache/willsendrequest-returns-null-for-memory-cache-load.html - didFinishLoading
 http://127.0.0.1:8000/cache/resources/cached-image.html - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/cache/resources/cached-image.html, main document URL http://127.0.0.1:8000/cache/willsendrequest-returns-null-for-memory-cache-load.html, http method GET> redirectResponse (null)
 http://127.0.0.1:8000/cache/resources/cached-image.html - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/cache/resources/cached-image.html, http status code 200>
 http://127.0.0.1:8000/misc/resources/compass.jpg - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/misc/resources/compass.jpg, main document URL (null), http method GET> redirectResponse (null)
-http://127.0.0.1:8000/misc/resources/compass.jpg - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -999, failing URL "http://127.0.0.1:8000/misc/resources/compass.jpg">
+http://127.0.0.1:8000/misc/resources/compass.jpg - didFailLoadingWithError: <NSError domain WebKitErrorDomain, code 103, failing URL "http://127.0.0.1:8000/misc/resources/compass.jpg">

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220814/a80faaca/attachment.htm>


More information about the webkit-unassigned mailing list