New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 807116 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

WebViewBrowserPluginInteractiveTest.EnsureFocusSynced is flaky on Linux MSAN

Project Member Reported by bsep@chromium.org, Jan 30 2018

Issue description

I will disable the test.

From logs:
[ RUN      ] WebViewBrowserPluginInteractiveTest.EnsureFocusSynced
Xlib:  extension "RANDR" missing on display ":99".
Fontconfig warning: "/etc/fonts/fonts.conf", line 146: blank doesn't take any effect anymore. please remove it from your fonts.conf
[13637:13675:0129/131741.088188:ERROR:bus.cc(394)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[13637:13637:0129/131741.108253:WARNING:password_store_factory.cc(241)] Using basic (unencrypted) store for password storage. See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_password_storage.md for more information about password storage options.
(interactive_ui_tests:13637): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Unknown or unsupported transport 'disabled' for address 'disabled:'
LaunchProcess: failed to execvp:
xdg-desktop-menu
LaunchProcess: failed to execvp:
xdg-icon-resource
[13637:13654:0129/131741.590183:WARNING:shell_integration_linux.cc(324)] Could not install icon chrome-mmccpiphegbgldikojlcelogighcmhpl-Default.png at size 512.
LaunchProcess: failed to execvp:
xdg-desktop-menu
../../chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc:1269: Failure
Expected equality of these values:
  guest_web_contents
    Which is: 0x71c0000a8800
  content::GetFocusedWebContents(guest_web_contents)
    Which is: 0x71c0000a9000
[13637:13637:0129/131744.030413:INFO:chrome_cryptauth_service.cc(231)] Profile is not authenticated yet; waiting before starting CryptAuth managers.
[  FAILED  ] WebViewBrowserPluginInteractiveTest.EnsureFocusSynced, where TypeParam =  and GetParam() =  (5868 ms)

Example failures:
https://ci.chromium.org/buildbot/chromium.memory/Linux%20MSan%20Tests/7559
https://ci.chromium.org/buildbot/chromium.memory/Linux%20MSan%20Tests/7562
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 30 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/eef76882bd6f2795a8dbce305912107ba4050a93

commit eef76882bd6f2795a8dbce305912107ba4050a93
Author: Bret Sepulveda <bsep@chromium.org>
Date: Tue Jan 30 02:30:56 2018

Disable WebViewBrowserPluginInteractiveTest.EnsureFocusSynced on Linux.

The test is flaky on Linux MSAN.

TBR=wjmaclean@chromium.org

Bug: 807116
Change-Id: I6426122f80c33b0420cc816fe3587ee6f80a0e56
Reviewed-on: https://chromium-review.googlesource.com/891840
Reviewed-by: Bret Sepulveda <bsep@chromium.org>
Commit-Queue: Bret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532737}
[modify] https://crrev.com/eef76882bd6f2795a8dbce305912107ba4050a93/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc

wjmaclean@ can you PTAL?
Cc: linds...@chromium.org
Labels: Hotlist-DisableReview
@wjmaclean ping?
Project Member

Comment 5 by bugdroid1@chromium.org, Apr 25 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/9fb02122d52f011c6cbe7db0d9b740a10e73385f

commit 9fb02122d52f011c6cbe7db0d9b740a10e73385f
Author: Kevin McNee <mcnee@chromium.org>
Date: Wed Apr 25 20:41:31 2018

Remove BrowserPlugin parameterization of WebView browsertests.

WebViewTests and WebViewInteractiveTests now only run for the
GuestViewCrossProcessFrames enabled case.

Bug: 533069,  544782 , 627962,  796344 , 807116,  818161 ,  818205 ,  829846 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ic3a971b553fe343466a440ed4363389cd9e89214
Reviewed-on: https://chromium-review.googlesource.com/1000137
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Reviewed-by: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553727}
[modify] https://crrev.com/9fb02122d52f011c6cbe7db0d9b740a10e73385f/chrome/browser/apps/guest_view/web_view_browsertest.cc
[modify] https://crrev.com/9fb02122d52f011c6cbe7db0d9b740a10e73385f/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
[modify] https://crrev.com/9fb02122d52f011c6cbe7db0d9b740a10e73385f/testing/buildbot/filters/mash.browser_tests.filter
[modify] https://crrev.com/9fb02122d52f011c6cbe7db0d9b740a10e73385f/testing/buildbot/filters/mojo.fyi.network_browser_tests.filter
[modify] https://crrev.com/9fb02122d52f011c6cbe7db0d9b740a10e73385f/testing/buildbot/filters/viz.browser_tests.filter

Comment 6 by mcnee@chromium.org, Apr 26 2018

Note that this test has been renamed from WebViewBrowserPluginInteractiveTest.EnsureFocusSynced to WebViewBrowserPluginSpecificInteractiveTest.EnsureFocusSynced

Sign in to add a comment