[Webkit-unassigned] [Bug 142967] New: [EFL][WK2] EWK2ContextTestMultipleProcesses.ewk_context_network_process_model fails to pass

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 08:46:16 PDT 2015


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

            Bug ID: 142967
           Summary: [EFL][WK2]
                    EWK2ContextTestMultipleProcesses.ewk_context_network_p
                    rocess_model fails to pass
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org
                CC: demarchi at webkit.org

In test_ewk2_context, EWK2ContextTestMultipleProcesses.ewk_context_network_process_model is often failed. The failure reason is that webView1WebProcessID is same with webView2WebProcessID. Need to investigate.


    PlatformProcessIdentifier webView1WebProcessID = toImpl(EWKViewGetWKView(webView1))->page()->process().processIdentifier();
    PlatformProcessIdentifier webView2WebProcessID = toImpl(EWKViewGetWKView(webView2))->page()->process().processIdentifier();
    PlatformProcessIdentifier webView1NetworkProcessID = toImpl(EWKViewGetWKView(webView1))->page()->process().processPool().networkProcess()->processIdentifier();
    PlatformProcessIdentifier webView2NetworkProcessID = toImpl(EWKViewGetWKView(webView2))->page()->process().processPool().networkProcess()->processIdentifier();

    ASSERT_NE(webView1WebProcessID, webView2WebProcessID);

-- 
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/20150323/8ee5da00/attachment-0002.html>


More information about the webkit-unassigned mailing list