Bug 89065

Summary: [Chromium] CCLayerTreeHostCommonTest.verifyHitTestingForSingleLayer failing in debug
Product: WebKit Reporter: Dominic Cooney <dominicc>
Component: Tools / TestsAssignee: Shawn Singh <shawnsingh>
Status: RESOLVED FIXED    
Severity: Normal CC: jamesr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch jamesr: review+

Description Dominic Cooney 2012-06-13 23:23:48 PDT
CCLayerTreeHostCommonTest.verifyHitTestingForSingleLayer is failing on Mac10.6 (Dbg) and Linux (Dbg) on the canary bots:

<http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux%20%28dbg%29/builds/7986>
Comment 1 Dominic Cooney 2012-06-13 23:30:43 PDT
I disabled this test in r120283.
Comment 2 Shawn Singh 2012-06-14 11:16:09 PDT
Created attachment 147621 [details]
Patch
Comment 3 Shawn Singh 2012-06-14 11:17:09 PDT
dominicc@ thanks for reporting this =)
Comment 4 Shawn Singh 2012-06-14 17:36:23 PDT
Committed r120380: <http://trac.webkit.org/changeset/120380>
Comment 5 Shawn Singh 2012-06-14 17:37:24 PDT
FYI a follow-up cleanup bug - https://bugs.webkit.org/show_bug.cgi?id=89139

grouping into test fixtures will avoid needing to duplicate that DebugScopedSetImplThread line of code in so many places.