WebClipboardImplTest.ImageCopy is failing timeout flaky on linux-chromeos-dbg, chromium.mac, ... |
|||
Issue descriptionWebClipboardImplTest.ImageCopy is timeout flaky on at least linux-chromeos-dbg and chromium.mac: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=WebClipboardImplTest.ImageCopy Taking a guess at components, its not clear to me who owns this test.
,
Aug 3
It seems all tests in WebClipboardImplTest are slow on high load bots due by:
- NavigateToURL(shell(), GetTestUrl(".", "paste_listener.html"));
- FrameFocusedObserver focus_observer(shell()->web_contents()->GetMainFrame());
focus_observer.Wait();
Since clipboard is now in mojo, we can remove this test.
,
Aug 3
See SystemClipboard in "third_party/blink/renderer/core/clipboard/system_clipboard.h".
,
Aug 9
Someone on storage might be able to take a look at this in Q4. Making the bug available until then. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jul 26