From ea386f8632d042f1b4ce76109fecdb84df4a2abd Mon Sep 17 00:00:00 2001 From: "dhollowa@chromium.org" Date: Thu, 7 Oct 2010 00:33:51 +0000 Subject: SSLUITest.TestRunsInsecuredContentRandomizeHash fails on Vista Tests (and others) http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/23216/steps/browser_tests/logs/stdio Note: Google Test filter = SSLUITest.TestRunsInsecuredContentRandomizeHash [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from SSLUITest [ RUN ] SSLUITest.TestRunsInsecuredContentRandomizeHash [6072:5256:1006/165819:224673187:INFO:install_util.cc(72)] No existing Chrome install found. [6072:5980:1006/165821:224674390:INFO:chrome_plugin_lib.cc(201)] ChromePluginLib::CP_Initialize(c:\b\slave\chromium-rel-vista-tests\build\src\build\Release\gears.dll): initialized=0 [6072:5980:1006/165821:224674421:INFO:chrome_plugin_lib.cc(222)] ChromePluginLib::CP_Initialize(c:\b\slave\chromium-rel-vista-tests\build\src\build\Release\gears.dll): initialized=1): result=0 [6072:5980:1006/165821:224674500:INFO:ssl_client_socket_nss.cc(1224)] The server 127.0.0.1 does not support the TLS renegotiation_info extension. Backtrace: (No symbol) [0x011F8B37] BUG=58230 TEST=SSLUITest.TestRunsInsecuredContentRandomizeHash TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/3539018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61746 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ssl/ssl_browser_tests.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/browser') diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc index aad8854..8babda7 100644 --- a/chrome/browser/ssl/ssl_browser_tests.cc +++ b/chrome/browser/ssl/ssl_browser_tests.cc @@ -359,7 +359,9 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestDisplaysInsecureContent) { // Visits a page that runs insecure content and tries to suppress the insecure // content warnings by randomizing location.hash. // Based on http://crbug.com/8706 -IN_PROC_BROWSER_TEST_F(SSLUITest, TestRunsInsecuredContentRandomizeHash) { +// Fails to terminate on all platforms. See bug http://crbug.com/58230 +IN_PROC_BROWSER_TEST_F(SSLUITest, + DISABLED_TestRunsInsecuredContentRandomizeHash) { ASSERT_TRUE(test_server()->Start()); ASSERT_TRUE(https_server_.Start()); -- cgit v1.1