rshf / chromedriver

Automatically exported from code.google.com/p/chromedriver
2 stars 1 forks source link

Python test ChromeDriverTest.testHasFocusOnStartup starts to fail with chrome 31 on win7 bot. #652

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FAIL: testHasFocusOnStartup (__main__.ChromeDriverTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\b\build\slave\chromedriver_win7\build\src\chrome\test\chromedriver\test\run_py_tests.py", line 643, in testHasFocusOnStartup
    self.assertTrue(self._driver.ExecuteScript('return document.hasFocus()'))
AssertionError: False is not true

It passed on Nov 24 with chrome 31 on win7 
http://build.chromium.org/p/chromium.chromedriver/builders/Win7/builds/1062.
And it also passes locally.

Original issue reported on code.google.com by st...@chromium.org on 9 Dec 2013 at 11:26

GoogleCodeExporter commented 9 years ago
this test is a bit picky, have you tried restarting the bot. was it flaky, or 
failing repeatedly

Original comment by kka...@google.com on 11 Dec 2013 at 6:14

GoogleCodeExporter commented 9 years ago
After build 1062, it failed consistently and only with chrome 31.
It passed with chrome 30, 32 and TOT.

Tried restarting the bot, it passes again with chrome 31 magically.

Will re-enable the this test.

Original comment by st...@chromium.org on 11 Dec 2013 at 11:38

GoogleCodeExporter commented 9 years ago
After reboot, it passed in this build 
http://build.chromium.org/p/chromium.chromedriver/builders/Win7/builds/1189.

Original comment by st...@chromium.org on 11 Dec 2013 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:19