New issue
Advanced search Search tips

Issue 688428 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 671445
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

SameSiteSubframe/DragAndDropBrowserTest.CrossSiteDrag is flaky on linux_site_isolation

Project Member Reported by lukasza@chromium.org, Feb 3 2017

Issue description

The test timed out in:

https://build.chromium.org/p/chromium.fyi/builders/Site%20Isolation%20Linux/builds/13756

and

https://build.chromium.org/p/chromium.fyi/builders/Site%20Isolation%20Linux/builds/13754


In both cases, it seems that the drag didn't start, despite simulating seemingly correct mouse events:

[ RUN      ] SameSiteSubframe/DragAndDropBrowserTest.CrossSiteDrag/0
...
[3968:3968:0203/052239.896806:INFO:CONSOLE(16)] "Got a mousemove event from the left frame.", source: http://c.com:55344/drag_and_drop/event_monitoring.js (16)
[3968:3968:0203/052239.903357:INFO:CONSOLE(16)] "Got a mousedown event from the left frame.", source: http://c.com:55344/drag_and_drop/event_monitoring.js (16)
[3968:3968:0203/052239.904522:INFO:CONSOLE(16)] "Got a mousemove event from the left frame.", source: http://c.com:55344/drag_and_drop/event_monitoring.js (16)
[3968:3968:0203/052239.918909:INFO:CONSOLE(16)] "Got a mousemove event from the left frame.", source: http://c.com:55344/drag_and_drop/event_monitoring.js (16)


So far I cannot repro the failure locally.
 
I am able to repro with the same args.gn as the bot has used (what probably helped is removing from my previous configuration one of is_asan=true, enable_nacl=false or is_component_build=true):

dcheck_always_on = true
is_component_build = false
is_debug = false
symbol_level = 1
use_goma = true
This bug probably has a different root cause, but it might useful to mention here the somewhat related  issue 671445 .
Mergedinto: 671445
Status: Duplicate (was: Assigned)

Sign in to add a comment