New issue
Advanced search Search tips

Issue 593974 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Jan 2017
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

NonBlockingEventBrowserTest.* failing on Nexus 10

Reported by kra...@amazon.com, Mar 11 2016

Issue description

Chrome Version       : Any (e.g. tip of master)

What steps will reproduce the problem?
Run NonBlockingEventBrowserTest.* (content_browsertests) on a Nexus 10

What is the expected result?
C   35.956s Main  Summary
C   35.956s Main  ********************************************************************************
C   35.956s Main  [==========] 2 tests ran.
C   35.956s Main  [  PASSED  ] 2 tests.
C   35.956s Main  ********************************************************************************

What happens instead?
I  341.617s run_tests_on_device(G000HJ0354120S34)  [INFO:test_support_android.cc(175)] MessagePumpForUIFactory already set, unable to override.
I  341.617s run_tests_on_device(G000HJ0354120S34)  >>ScopedMainEntryLogger
I  341.618s run_tests_on_device(G000HJ0354120S34)  Note: Google Test filter = NonBlockingEventBrowserTest.MouseWheel
I  341.618s run_tests_on_device(G000HJ0354120S34)  [==========] Running 1 test from 1 test case.
I  341.618s run_tests_on_device(G000HJ0354120S34)  [----------] Global test environment set-up.
I  341.618s run_tests_on_device(G000HJ0354120S34)  [----------] 1 test from NonBlockingEventBrowserTest, where TypeParam =
I  341.618s run_tests_on_device(G000HJ0354120S34)  [ RUN      ] NonBlockingEventBrowserTest.MouseWheel
I  341.618s run_tests_on_device(G000HJ0354120S34)  [ERROR:devtools_http_handler.cc(816)] Error -108 getting local address
I  341.618s run_tests_on_device(G000HJ0354120S34)  [ERROR:layer_tree_host_impl.cc(2218)] Forcing zero-copy tile initialization as worker context is missing
I  341.618s run_tests_on_device(G000HJ0354120S34)  [ERROR:shell_android.cc(70)] Not implemented reached in void content::Shell::PlatformSetTitle(const string16&): ready
I  341.618s run_tests_on_device(G000HJ0354120S34)  referenceTable head length=54 1
I  341.618s run_tests_on_device(G000HJ0354120S34)  ../../content/browser/renderer_host/input/non_blocking_event_browsertest.cc:113: Failure
I  341.618s run_tests_on_device(G000HJ0354120S34)  Value of: scrollHeight
I  341.618s run_tests_on_device(G000HJ0354120S34)    Actual: 1168
I  341.618s run_tests_on_device(G000HJ0354120S34)  Expected: 1000
I  341.618s run_tests_on_device(G000HJ0354120S34)  [INFO:test_support_android.cc(175)] MessagePumpForUIFactory already set, unable to override.
I  341.618s run_tests_on_device(G000HJ0354120S34)  >>ScopedMainEntryLogger
I  341.618s run_tests_on_device(G000HJ0354120S34)  Note: Google Test filter = NonBlockingEventBrowserTest.TouchStart
I  341.619s run_tests_on_device(G000HJ0354120S34)  [==========] Running 1 test from 1 test case.
I  341.619s run_tests_on_device(G000HJ0354120S34)  [----------] Global test environment set-up.
I  341.619s run_tests_on_device(G000HJ0354120S34)  [----------] 1 test from NonBlockingEventBrowserTest, where TypeParam =
I  341.619s run_tests_on_device(G000HJ0354120S34)  [ RUN      ] NonBlockingEventBrowserTest.TouchStart
I  341.619s run_tests_on_device(G000HJ0354120S34)  [ERROR:devtools_http_handler.cc(816)] Error -108 getting local address
I  341.619s run_tests_on_device(G000HJ0354120S34)  [ERROR:layer_tree_host_impl.cc(2218)] Forcing zero-copy tile initialization as worker context is missing
I  341.619s run_tests_on_device(G000HJ0354120S34)  [ERROR:shell_android.cc(70)] Not implemented reached in void content::Shell::PlatformSetTitle(const string16&): ready
I  341.619s run_tests_on_device(G000HJ0354120S34)  referenceTable head length=54 1
I  341.619s run_tests_on_device(G000HJ0354120S34)  ../../content/browser/renderer_host/input/non_blocking_event_browsertest.cc:138: Failure
I  341.619s run_tests_on_device(G000HJ0354120S34)  Value of: scrollHeight
I  341.619s run_tests_on_device(G000HJ0354120S34)    Actual: 1168
I  341.619s run_tests_on_device(G000HJ0354120S34)  Expected: 1000
I  341.619s run_tests_on_device(G000HJ0354120S34)
I  341.619s run_tests_on_device(G000HJ0354120S34)  FAILURES!!! Tests run: 2, Failures: 0, Errors: 2
I  341.619s run_tests_on_device(G000HJ0354120S34)  Finished running tests on this device.
I  341.632s Main  FINISHED TRY #1/1
I  341.632s Main  2 failed tests remain.
C  341.633s Main  ********************************************************************************
C  341.633s Main  Detailed Logs
C  341.633s Main  ********************************************************************************
C  341.633s Main  ********************************************************************************
C  341.633s Main  Summary
C  341.633s Main  ********************************************************************************
C  341.633s Main  [==========] 2 tests ran.
C  341.633s Main  [  PASSED  ] 0 tests.
C  341.633s Main  [  FAILED  ] 2 tests, listed below:
C  341.633s Main  [  FAILED  ] NonBlockingEventBrowserTest.MouseWheel (UNKNOWN)
C  341.634s Main  [  FAILED  ] NonBlockingEventBrowserTest.TouchStart (UNKNOWN)
C  341.634s Main
C  341.634s Main  2 FAILED TESTS
C  341.634s Main  ********************************************************************************

Please provide any additional information below. Attach a screenshot if
possible.
Happens on any device with a height of >1000dp
 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 11 2016

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

commit 5fdb8170b7f49b38da430197fe0ba2b642b77f2e
Author: kraush <kraush@amazon.com>
Date: Fri Mar 11 19:34:53 2016

Change page size for NonBlockingEventBrowserTest

This test increases the page size for NonBlockingEventBrowserTest
from 1000dp to 10000dp.
This will allow the test to scroll on devices with a height
of more than 1000dp (like a Nexus 10)

BUG= 593974 

Review URL: https://codereview.chromium.org/1781133002

Cr-Commit-Position: refs/heads/master@{#380699}

[modify] https://crrev.com/5fdb8170b7f49b38da430197fe0ba2b642b77f2e/content/browser/renderer_host/input/non_blocking_event_browsertest.cc

Status: Fixed (was: Untriaged)

Sign in to add a comment