diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 10:21:00 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 10:21:00 +0000 |
commit | edcc7326354ca423a041a717feaec531b41711b9 (patch) | |
tree | 5977164b9658237277239cd165fbfe1afa56cd0a /tools | |
parent | 6636270d1ae956fce17cc8ce0dcf8f7476555839 (diff) | |
download | chromium_src-edcc7326354ca423a041a717feaec531b41711b9.zip chromium_src-edcc7326354ca423a041a717feaec531b41711b9.tar.gz chromium_src-edcc7326354ca423a041a717feaec531b41711b9.tar.bz2 |
Don't run SSLClientSocketTest tests under Valgrind
BUG=62314
TEST=Valgrind&TSan mac bots should go green
TBR=glider
Review URL: http://codereview.chromium.org/4675001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest.txt index 736d3c2..9aa93e7 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest.txt @@ -6,4 +6,4 @@ KeygenHandlerTest.*ConcurrencyTest SpdyNetworkTransactionTest.PostWithEarlySynReply # These tests fail under Valgrind, see http://crbug.com/62314 -SSLClientSocketTest.Connect* +SSLClientSocketTest.* |