Issue metadata
Sign in to add a comment
|
RenderThreadImplBrowserTest.InputHandlerManagerDestroyedAfterCompositorThread is flaky on Windows |
||||||||||||||||||||
Issue descriptionThe RenderThreadImplBrowserTest.InputHandlerManagerDestroyedAfterCompositorThread test started to flake around https://build.chromium.org/p/chromium.win/builders/Win%207%20Tests%20x64%20%281%29/builds/24771 according to https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=RenderThreadImplBrowserTest.InputHandlerManagerDestroyedAfterCompositorThread I'm unable to find a culprit CL after looking at the blamelists for that build and the ones before. The error only seems to fire every 5 builds or so. Assigning to skyostil@chromium.org for further triage after looking at git blame.
,
Jun 6 2017
I think it has been introduced by https://bugs.chromium.org/p/chromium/issues/detail?id=724086. CHECK(base::MessageLoop::current()->IsIdleForTesting()) no longer fires for me if I revert this CL.
,
Jun 6 2017
If it matters, I'm on Win10(64bit) with GN args: target_cpu = "x86" is_component_build = true is_debug = true dcheck_always_on = true enable_nacl = false is_clang = false is_chrome_branded = false
,
Jun 7 2017
I'm only able to reproduce it in Release mode. It's not reproducible in Debug. I'm on Win 7. GN args for build: is_debug = false is_component_build = false target_cpu = "x64" enable_nacl = false symbol_level = 0 I'm just running: content_browsertests.exe --gtest_filter=RenderThreadImplBrowserTest.InputHandlerManagerDestroyedAfterCompositorThread The CHECK is fired in ~80% of runs for me.
,
Jun 7 2017
,
Jan 7
skyostil@ any action item here for this bug? |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, May 31 2017