FuckTheWorld / chromedriver

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

PageLoadingTest.testShouldBeAbleToAccessPagesWithAnInsecureSslCertificate is failing on waterfall #1117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is passing on M44, but failing on HEAD builds on all platforms. However it 
passes when I run it locally, so this could be a bot issue?

@@@STEP_TEXT@PageLoadingTest.testShouldBeAbleToAccessPagesWithAnInsecureSslCerti
ficate@@@
================================================================================
========== 
org.openqa.selenium.interactions.CombinedInputActionsTest.testCombiningShiftAndC
lickResultsInANewWindow (0.056s)
junit.framework.AssertionFailedError: Should have opened a new window. 
expected:<2> but was:<1>
    at org.openqa.selenium.interactions.CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow(CombinedInputActionsTest.java:248)
    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)

I'm also seeing this error message in the verbose logs on the bots:

[83.470][DEBUG]: DEVTOOLS EVENT Console.messageAdded {
   "message": {
      "column": 0,
      "level": "error",
      "line": 0,
      "networkRequestId": "29.8",
      "source": "network",
      "text": "Failed to load resource: net::ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY",
      "timestamp": 1433437640.22768,
      "type": "log",
      "url": "https://localhost:14004/common/simpleTest.html"
   }
}

Disabling the test on HEAD for now.

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