FuckTheWorld / chromedriver

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

java_tests failing on chrome_shell #1119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following tests are failing on the Android bot for chrome_shell only:

ClickTest.testShouldClickOnFirstBoundingClientRectWithNonZeroSize
CombinedInputActionsTest.testCanClickOnLinksWithAnOffset
CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage

@@@STEP_TEXT@failed 3/587@@@
================================================================================
========== 
org.openqa.selenium.ClickTest.testShouldClickOnFirstBoundingClientRectWithNonZer
oSize (5.443s)
junit.framework.AssertionFailedError: Condition timed out: title to be: XHTML 
Test Page
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:84)
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:43)
    at org.openqa.selenium.ClickTest.testShouldClickOnFirstBoundingClientRectWithNonZeroSize(ClickTest.java:156)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)

@@@STEP_TEXT@ClickTest.testShouldClickOnFirstBoundingClientRectWithNonZeroSize@@
@
================================================================================
========== 
org.openqa.selenium.interactions.CombinedInputActionsTest.testCanClickOnLinksWit
hAnOffset (5.36s)
junit.framework.AssertionFailedError: Condition timed out: title to be: XHTML 
Test Page
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:84)
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:43)
    at org.openqa.selenium.interactions.CombinedInputActionsTest.testCanClickOnLinksWithAnOffset(CombinedInputActionsTest.java:159)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)

@@@STEP_TEXT@CombinedInputActionsTest.testCanClickOnLinksWithAnOffset@@@
================================================================================
========== 
org.openqa.selenium.interactions.CombinedInputActionsTest.testMouseMovementWorks
WhenNavigatingToAnotherPage (5.885s)
junit.framework.AssertionFailedError: Condition timed out: title to be: We 
Arrive Here
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:84)
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:43)
    at org.openqa.selenium.interactions.CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage(CombinedInputActionsTest.java:178)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)

Original issue reported on code.google.com by samu...@chromium.org on 8 Jun 2015 at 5:23