[Webkit-unassigned] [Bug 140703] New: [Win] Layout Test loader/go-back-cached-main-resource.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 20 16:53:10 PST 2015


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

            Bug ID: 140703
           Summary: [Win] Layout Test
                    loader/go-back-cached-main-resource.html fails
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

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>

-- 
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/20150121/5fe271e6/attachment-0002.html>


More information about the webkit-unassigned mailing list