New issue
Advanced search Search tips

Issue 865849 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

SitePerProcessMouseWheelHitTestBrowserTest.MultipleSubframeWheelEventsOnMainThread failing on linux

Project Member Reported by chrishtr@chromium.org, Jul 20

Issue description

It appears to not be running tasks enough to get
MouseEventManager::FakeMouseMoveEventTimerFired to fire.

In addition, this failure is sometimes leaking into other tests and
making them fail.

It in particular caused a very hard to diagnose, flaky issue with
SitePerProcessBrowserTest.ChildFrameCrashMetrics_ScrolledIntoView
where sometimes the fake mouse event happened during that test by
mistake and caused an error (which was a real bug elsewhere in the
code, but still tests should not depend on each other.
 
Labels: -Pri-3 Pri-2
Owner: ----
Status: Untriaged (was: Assigned)
Hmm. Now I can't seem to get it to trigger the fake mouse event. The
test is still timing out though. 

Why does this test time out? It doesn't seem to be failing on the bots.

Other failures of content_browsertests when running locally:

2 tests failed:
    AccessibilityHitTestingBrowserTest.HitTestingWithPinchZoom (../../content/browser/accessibility/hit_testing_browsertest.cc:285)
    AccessibilityHitTestingBrowserTest.HitTestingWithPinchZoomAndIframes (../../content/browser/accessibility/hit_testing_browsertest.cc:379)
8 tests timed out:
    DownloadContentTest.DownloadAttributeSameOriginRedirectAltClick (../../content/browser/download/download_browsertest.cc:3005)
    OutOfProcessPPAPITest.InputEvent (../../content/test/ppapi/ppapi_browsertest.cc:68)
    SitePerProcessHitTestBrowserTest.PopupMenuTest/0 (../../content/browser/site_per_process_hit_test_browsertest.cc:977)
    SitePerProcessHitTestBrowserTest.PopupMenuTest/1 (../../content/browser/site_per_process_hit_test_browsertest.cc:977)
    SitePerProcessHitTestBrowserTest.PopupMenuTest/2 (../../content/browser/site_per_process_hit_test_browsertest.cc:977)
    SitePerProcessMouseWheelHitTestBrowserTest.MultipleSubframeWheelEventsOnMainThread/0 (../../content/browser/site_per_process_hit_test_browsertest.cc:2780)
    SitePerProcessMouseWheelHitTestBrowserTest.MultipleSubframeWheelEventsOnMainThread/1 (../../content/browser/site_per_process_hit_test_browsertest.cc:2780)
    SitePerProcessMouseWheelHitTestBrowserTest.MultipleSubframeWheelEventsOnMainThread/2 (../../content/browser/site_per_process_hit_test_browsertest.cc:2780)

Cc: kenrb@chromium.org wjmaclean@chromium.org
Owner: mcnee@chromium.org
Status: Assigned (was: Untriaged)
mcnee@ or wjmaclean@, would you be able to take a look, or route to someone who might be familiar with it?

Sign in to add a comment