Bug 102222
Summary: | [EFL] Flakiness in test_webkit2_api_DOMWindowExtensionNoCache due to coordinated graphics | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | yael |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 102261 | ||
Bug Blocks: |
Dominik Röttsches (drott)
Test fails flakily with the following backtrace:
26/50 Test #26: test_webkit2_api_DOMWindowExtensionNoCache ..........................***Failed 4.73 sec
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WebKit2
[ RUN ] WebKit2.DOMWindowExtensionNoCache
Xlib: extension "DPMS" missing on display ":55".
1 0x43960b
2 0x2b6fcc13bcb0
3 0x2b6fca8ea0f0 WTF::OwnPtr<WebKit::LayerTreeCoordinatorProxy>::get() const
4 0x2b6fca8e9718 WebKit::DrawingAreaProxy::layerTreeCoordinatorProxy() const
5 0x2b6fca8e6cf3 EwkViewImpl::displayTimerFired(WebCore::Timer<EwkViewImpl>*)
6 0x2b6fca8edcae WebCore::Timer<EwkViewImpl>::fired()
7 0x2b6fd1111f26 WebCore::ThreadTimers::sharedTimerFiredInternal()
8 0x2b6fd1111e47 WebCore::ThreadTimers::sharedTimerFired()
9 0x2b6fd1afcba1
10 0x2b6fcc9e733e _ecore_timer_expired_call
11 0x2b6fcc9e750b _ecore_timer_expired_timers_call
12 0x2b6fcc9e4421
13 0x2b6fcc9e4a15 ecore_main_loop_iterate
14 0x4383f3 TestWebKitAPI::Util::run(bool*)
15 0x4366c2 TestWebKitAPI::WebKit2_DOMWindowExtensionNoCache_Test::TestBody()
16 0x2b6fcaf92fad testing::Test::Run()
17 0x2b6fcaf935d1 testing::internal::TestInfoImpl::Run()
18 0x2b6fcaf93b42 testing::TestCase::Run()
19 0x2b6fcaf9850e testing::internal::UnitTestImpl::RunAllTests()
20 0x2b6fcaf9728c testing::UnitTest::Run()
21 0x438ebd TestWebKitAPI::TestsController::run(int, char**)
22 0x438368 main
23 0x2b6fcdff376d __libc_start_main
24 0x4360c9
LEAK: 1 WebPageProxy
LEAK: 1 WebContext
Yael, could you take a look?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yael
(In reply to comment #0)
> Test fails flakily with the following backtrace:
> Yael, could you take a look?
It looks like the web process has crashed, and the drawingArea was deleted. Investigating...
Yael
*** This bug has been marked as a duplicate of bug 102682 ***