diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 00:33:51 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 00:33:51 +0000 |
commit | ea386f8632d042f1b4ce76109fecdb84df4a2abd (patch) | |
tree | 4f498cd65fd14ba07b9acc8e6bc6bb0df53d22a5 /chrome/browser/ssl | |
parent | 5e561d2e928403f91197a5b633e7312f745a6b22 (diff) | |
download | chromium_src-ea386f8632d042f1b4ce76109fecdb84df4a2abd.zip chromium_src-ea386f8632d042f1b4ce76109fecdb84df4a2abd.tar.gz chromium_src-ea386f8632d042f1b4ce76109fecdb84df4a2abd.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/ssl')
-rw-r--r-- | chrome/browser/ssl/ssl_browser_tests.cc | 4 |
1 files changed, 3 insertions, 1 deletions
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()); |