Bug 140703
Summary: | [Win] Layout Test loader/go-back-cached-main-resource.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=134550 |
Brent Fulgham
The following layout test is flaky on Windows (Debug and Release):
loader/go-back-cached-main-resource.html
Probable cause:
The first resource load event is happening before the test harness calls 'dumpResourceLoadCallbacks', so it is not getting added to the URL cache. When we later attempt to look up the URL by identifier, it doesn't find it and we return (null).
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/loader/go-back-cached-main-resource-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/loader/go-back-cached-main-resource-actual.txt
@@ -1,5 +1,5 @@
resources/first-page.html - willSendRequest <NSURLRequest URL resources/first-page.html, main document URL resources/first-page.html, http method GET> redirectResponse (null)
-go-back-cached-main-resource.html - didFinishLoading
+<unknown> - didFinishLoading
resources/first-page.html - didReceiveResponse <NSURLResponse resources/first-page.html, http status code 0>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
A similar bug is affecting fast/preloader/scan-body-from-head-script.html. The test often passes in Debug mode.
Brent Fulgham
Also:
security/block-test.html
security/block-test-no-port.html