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

Issue 795301 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 672962
issue 760320



Sign in to add a comment

Resizing Unittests Fail in Viz

Project Member Reported by jonr...@chromium.org, Dec 15 2017

Issue description

A few content_unittests are failing with --enable-viz when trying to look at resize parameters

RenderWidgetHostInitialSizeTest.InitialSize
RenderWidgetHostTest.ResizeThenCrash

both fail looking for host_->resize_ack_pending_.

RenderWidgetHostTest.Resize fails in content::RenderWidgetHostImpl::OnResizeOrRepaintACK on a check:

Check failed: !g_check_for_pending_resize_ack || resize_ack_pending_. 

These can be reproduced on Linux.

fsamuel@ could you help triage this?
 
Blocking: 672962
Status: Fixed (was: Untriaged)
As part of turning on surface sync on by default, these unit tests were fixed (disabled): https://chromium-review.googlesource.com/c/chromium/src/+/854736

Sign in to add a comment