New issue
Advanced search Search tips

Issue 809728 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 809578
Owner:
Closed: Feb 2018
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

graphics_Sanity: TypeError: Create() takes exactly 1 argument (2 given)

Project Member Reported by ihf@chromium.org, Feb 6 2018

Issue description

Widespread failure on 10323.17.0:

https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/testDetails?testName=graphics_Sanity

Traceback (most recent call last):
  File "/usr/local/autotest/common_lib/test.py", line 631, in _exec
    _call_test_function(self.execute, *p_args, **p_dargs)
  File "/usr/local/autotest/common_lib/test.py", line 837, in _call_test_function
    raise error.UnhandledTestFail(e)
UnhandledTestFail: Unhandled TypeError: Create() takes exactly 1 argument (2 given)
Traceback (most recent call last):
  File "/usr/local/autotest/common_lib/test.py", line 831, in _call_test_function
    return func(*args, **dargs)
  File "/usr/local/autotest/common_lib/test.py", line 495, in execute
    dargs)
  File "/usr/local/autotest/common_lib/test.py", line 362, in _call_run_once_with_retry
    postprocess_profiled_run, args, dargs)
  File "/usr/local/autotest/common_lib/test.py", line 400, in _call_run_once
    self.run_once(*args, **dargs)
  File "/usr/local/autotest/tests/graphics_Sanity/graphics_Sanity.py", line 150, in run_once
    self.test_something_on_screen()
  File "/usr/local/autotest/tests/graphics_Sanity/graphics_Sanity.py", line 78, in test_something_on_screen
    with chrome.Chrome() as cr:
  File "/usr/local/autotest/common_lib/cros/chrome.py", line 171, in __init__
    self._browser = browser_to_create.Create(finder_options)
TypeError: Create() takes exactly 1 argument (2 given)
 
Mergedinto: 809578
Status: Duplicate (was: Untriaged)

Sign in to add a comment