[Webkit-unassigned] [Bug 195362] New: REGRESSION: (r242181) API test DragAndDropTests.ExternalSourcePlainTextToIFrame is Timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 10:06:24 PST 2019


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

            Bug ID: 195362
           Summary: REGRESSION: (r242181) API test
                    DragAndDropTests.ExternalSourcePlainTextToIFrame is
                    Timing out
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tsavell at apple.com
                CC: lforschler at apple.com

The following API test is timing out on iOS debug

DragAndDropTests.ExternalSourcePlainTextToIFrame

Probable cause:

This began timing out with https://trac.webkit.org/changeset/242181/webkit. I confirmed this using command:

run-api-tests DragAndDropTests.ExternalSourcePlainTextToIFrame --ios-simulator --debug

on r242181 which produces a timeout. Running this on r242180 produces no timeouts.

Timeout

    TestWebKitAPI.DragAndDropTests.ExternalSourcePlainTextToIFrame
        ASSERTION FAILED: areOriginsMatching(origin1, origin2) == (origin1.toString() == origin2.toString())
        ./page/SecurityOrigin.cpp(499) : bool WebCore::originsMatch(const WebCore::SecurityOrigin &, const WebCore::SecurityOrigin &)
        1   0x222720bf9 WTFCrash
        2   0x2267efeeb WTFCrashWithInfo(int, char const*, char const*, int)
        3   0x229430c12 WebCore::originsMatch(WebCore::SecurityOrigin const&, WebCore::SecurityOrigin const&)
        4   0x22913c68e WebCore::DocumentLoader::shouldOpenExternalURLsPolicyToPropagate() const
        5   0x228887b0d WebCore::Document::shouldOpenExternalURLsPolicyToPropagate() const
        6   0x229315cd8 WebCore::DragController::performDragOperation(WebCore::DragData const&)
        7   0x109363210 WebKit::WebPage::performDragControllerAction(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&)
        8   0x1093ee8fd void IPC::callMemberFunctionImpl<WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&), std::__1::tuple<WebKit::DragControllerAction, WebCore::DragData, WebKit::SandboxExtension::Handle, WebKit::SandboxExtension::HandleArray>, 0ul, 1ul, 2ul, 3ul>(WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&), std::__1::tuple<WebKit::DragControllerAction, WebCore::DragData, WebKit::SandboxExtension::Handle, WebKit::SandboxExtension::HandleArray>&&, std::__1::integer_sequence<unsigned long, 0ul, 1ul, 2ul, 3ul>)
        9   0x1093ee3b0 void IPC::callMemberFunction<WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&), std::__1::tuple<WebKit::DragControllerAction, WebCore::DragData, WebKit::SandboxExtension::Handle, WebKit::SandboxExtension::HandleArray>, std::__1::integer_sequence<unsigned long, 0ul, 1ul, 2ul, 3ul> >(std::__1::tuple<WebKit::DragControllerAction, WebCore::DragData, WebKit::SandboxExtension::Handle, WebKit::SandboxExtension::HandleArray>&&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&))
        10  0x1093cf554 void IPC::handleMessage<Messages::WebPage::PerformDragControllerAction, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&)>(IPC::Decoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&))
        11  0x1093be8d8 WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection&, IPC::Decoder&)
        12  0x10936606e WebKit::WebPage::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
        13  0x10834524a IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&)
        14  0x109004b1d WebKit::WebProcess::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
        15  0x1082f851c IPC::Connection::dispatchMessage(IPC::Decoder&)
        16  0x1082eadf1 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)
        17  0x1082f92e7 IPC::Connection::dispatchOneIncomingMessage()
        18  0x108319f78 IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_14::operator()()
        19  0x108319e89 WTF::Function<void ()>::CallableWrapper<IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_14>::call()
        20  0x22274b0bd WTF::Function<void ()>::operator()() const
        21  0x2227aa823 WTF::RunLoop::performWork()
        22  0x2227ab1b4 WTF::RunLoop::performWork(void*)
        23  0x10e267721 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
        24  0x10e266f93 __CFRunLoopDoSources0
        25  0x10e26163f __CFRunLoopRun
        26  0x10e260e11 CFRunLoopRunSpecific
        27  0x107d34322 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
        28  0x107d34492 -[NSRunLoop(NSRunLoop) run]
        29  0x10fa58812 _xpc_objc_main
        30  0x10fa5acbd xpc_main
        31  0x108778497 WebKit::XPCServiceMain(int, char const**)

-- 
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/20190306/678fdc0f/attachment-0001.html>


More information about the webkit-unassigned mailing list