Bug 195166
| Summary: | REGRESSION (r242181?): Failing API Test: TestWebKitAPI.DragAndDropTests.ExternalSourcePlainTextToIFrame | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aakash_jain, ap, lforschler, webkit-bot-watchers-bugzilla, wenson_hsieh |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
TestWebKitAPI.DragAndDropTests.ExternalSourcePlainTextToIFrame seems to be Timing out consistently.
TestWebKitAPI.DragAndDropTests.ExternalSourcePlainTextToIFrame
ASSERTION FAILED: result == (origin1.toString() == origin2.toString())
./page/SecurityOrigin.cpp(498) : bool WebCore::originsMatch(const WebCore::SecurityOrigin &, const WebCore::SecurityOrigin &)
1 0x304b0e579 WTFCrash
2 0x308b900cb WTFCrashWithInfo(int, char const*, char const*, int)
3 0x30b7b7365 WebCore::originsMatch(WebCore::SecurityOrigin const&, WebCore::SecurityOrigin const&)
4 0x30b4c660e WebCore::DocumentLoader::shouldOpenExternalURLsPolicyToPropagate() const
5 0x30ac1a06d WebCore::Document::shouldOpenExternalURLsPolicyToPropagate() const
6 0x30b69d868 WebCore::DragController::performDragOperation(WebCore::DragData const&)
7 0x10ec288a0 WebKit::WebPage::performDragControllerAction(WebKit::DragControllerAction, WebCore::DragData const&, WebKit::SandboxExtension::Handle&&, WebKit::SandboxExtension::HandleArray&&)
8 0x10ecb3dbd 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 0x10ecb3870 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 0x10ec94a34 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 0x10ec83dd8 WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection&, IPC::Decoder&)
12 0x10ec2b6fe WebKit::WebPage::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
13 0x10dc41f0a IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&)
14 0x10e8cf38d WebKit::WebProcess::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
15 0x10dbf581c IPC::Connection::dispatchMessage(IPC::Decoder&)
16 0x10dbe80f1 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)
17 0x10dbf65e7 IPC::Connection::dispatchOneIncomingMessage()
18 0x10dc16e38 IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_14::operator()()
19 0x10dc16d49 WTF::Function<void ()>::CallableWrapper<IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_14>::call()
20 0x304b3808d WTF::Function<void ()>::operator()() const
21 0x304b9ecd3 WTF::RunLoop::performWork()
22 0x304b9f664 WTF::RunLoop::performWork(void*)
23 0x113a4b721 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
24 0x113a4af93 __CFRunLoopDoSources0
25 0x113a4563f __CFRunLoopRun
26 0x113a44e11 CFRunLoopRunSpecific
27 0x10d633322 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
28 0x10d633492 -[NSRunLoop(NSRunLoop) run]
29 0x3009ef812 _xpc_objc_main
30 0x3009f1cbd xpc_main
31 0x10e058f13 WebKit::XPCServiceMain(int, char const**)
e.g.:
https://build.webkit.org/builders/Apple%20iOS%2012%20Simulator%20Debug%20WK2%20%28Tests%29/builds/2493/steps/run-api-tests/logs/stdio
https://build.webkit.org/builders/Apple%20iOS%2012%20Simulator%20Debug%20WK2%20%28Tests%29/builds/2480/steps/run-api-tests/logs/stdio
Passed in: https://build.webkit.org/builders/Apple%20iOS%2012%20Simulator%20Debug%20WK2%20%28Tests%29/builds/2479
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
Looks like a recent regression:
❌ r242189 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
❌ r242188 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
❌ r242187 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
❌ r242187 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
❌ r242187 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
❌ r242187 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
❌ r242185 0/1 (0.00%)
TIMEOUT DragAndDropTests.ExternalSourcePlainTextToIFrame
✅ r242180 1/1 (100.00%)
✅ r242174 1/1 (100.00%)
✅ r242166 1/1 (100.00%)
✅ r242161 1/1 (100.00%)
✅ r242156 1/1 (100.00%)
Wenson Hsieh
(In reply to Wenson Hsieh from comment #1)
> Looks like a recent regression:
Perhaps r242181.