Bug 103400 - [EFL] Layout Test compositing/overflow/content-*-scrollbars.html are flaky
Summary: [EFL] Layout Test compositing/overflow/content-*-scrollbars.html are flaky
Status: RESOLVED DUPLICATE of bug 103171
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 04:56 PST by Jussi Kukkonen (jku)
Modified: 2013-01-29 16:47 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jussi Kukkonen (jku) 2012-11-27 04:56:57 PST
The following layout tests are flaky on EFL WK2 Debug:
  compositing/overflow/content-gains-scrollbars.html
  compositing/overflow/content-loses-scrollbars.html
They don't crash on the same runs on the bot so it doesn't look like it's caused by another test.

Locally --iterations=3 seems to be enough to trigger this on content-gains-scrollbars.html at least: third run will crash reproducibly.

STDERR: ASSERTION FAILED: m_state.drawsContent && m_state.contentsVisible && !m_size.isEmpty()
STDERR: /home/jku/intel/src/WebKit/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp(113) : void WebCore::TextureMapperLayer::paintSelf(const WebCore::TextureMapperPaintOptions&)
STDERR: 1   0x7f18632fdc3c WebCore::TextureMapperLayer::paintSelf(WebCore::TextureMapperPaintOptions const&)
STDERR: 2   0x7f18632fdfc1 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 3   0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 4   0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 5   0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 6   0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 7   0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 8   0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 9   0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 10  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 11  0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 12  0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 13  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 14  0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 15  0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 16  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 17  0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 18  0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 19  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 20  0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 21  0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 22  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 23  0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 24  0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 25  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 26  0x7f18632fe144 WebCore::TextureMapperLayer::paintSelfAndChildren(WebCore::TextureMapperPaintOptions const&)
STDERR: 27  0x7f18632fe94e WebCore::TextureMapperLayer::paintSelfAndChildrenWithReplica(WebCore::TextureMapperPaintOptions const&)
STDERR: 28  0x7f18632fea91 WebCore::TextureMapperLayer::paintRecursive(WebCore::TextureMapperPaintOptions const&)
STDERR: 29  0x7f18632fda5b WebCore::TextureMapperLayer::paint()
STDERR: 30  0x7f185fa0677a WebKit::LayerTreeRenderer::paintToCurrentGLContext(WebCore::TransformationMatrix const&, float, WebCore::FloatRect const&, unsigned int)
STDERR: 31  0x7f185fb373e2 EwkViewImpl::displayTimerFired(WebCore::Timer<EwkViewImpl>*)
STDERR: LEAK: 4 WebCoreNode
Comment 1 Dongseong Hwang 2013-01-29 16:47:56 PST

*** This bug has been marked as a duplicate of bug 103171 ***