New issue
Advanced search Search tips

Issue 802266 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows
Pri: 2
Type: Bug

Blocking:
issue 800527



Sign in to add a comment

[root layer scrolls] HeadlessWebContentsBeginFrameControlViewportTest fails

Project Member Reported by skobes@chromium.org, Jan 16 2018

Issue description

This test fails in the headless_browsertests step on four trybots:

  HeadlessWebContentsBeginFrameControlViewportTest.RunAsyncTest
  DomTreeExtractionBrowserTest.RunAsyncTest

The affected bots are:

  https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_headless_rel/233159
  https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/620275
  https://ci.chromium.org/buildbot/tryserver.chromium.win/win7_chromium_rel_ng/76819
  https://ci.chromium.org/buildbot/tryserver.chromium.win/win10_chromium_x64_rel_ng/58124

The output includes:

../../headless/lib/headless_web_contents_browsertest.cc:1304: Failure
Expected equality of these values:
  expected_color
    Which is: 4278190335
  actual_color
    Which is: 4294967295
../../headless/lib/headless_web_contents_browsertest.cc:1306: Failure
Expected equality of these values:
  expected_color
    Which is: 4278190335
  actual_color
    Which is: 4294967295
../../headless/lib/headless_web_contents_browsertest.cc:1308: Failure
Expected equality of these values:
  expected_color
    Which is: 4278190335
  actual_color
    Which is: 4294967295
../../headless/lib/headless_web_contents_browsertest.cc:1310: Failure
Expected equality of these values:
  expected_color
    Which is: 4278190335
  actual_color
    Which is: 4294967295
../../headless/lib/headless_web_contents_browsertest.cc:1312: Failure
Expected equality of these values:
  expected_color
    Which is: 4278190335
  actual_color
    Which is: 4294967295
[  FAILED  ] HeadlessWebContentsBeginFrameControlViewportTest.RunAsyncTest, where TypeParam =  and GetParam() =  (258 ms)
 

Comment 1 by skobes@chromium.org, Jan 16 2018

(Correction: this bug tracks only HeadlessWebContentsBeginFrameControlViewportTest.  DomTreeExtractionBrowserTest is tracked by  issue 802267 .)

Comment 2 by bokan@chromium.org, Jan 18 2018

Owner: bokan@chromium.org
Status: Started (was: Available)

Comment 3 by bokan@chromium.org, Jan 18 2018

This one is also passing for me locally.

Sign in to add a comment