diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 09:40:32 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 09:40:32 +0000 |
commit | 57a31b1594f49ebfb77d2cce0190c4db0f60bcd6 (patch) | |
tree | 9248b98b980119447d41a089211b2c4ff51cff66 /tools | |
parent | 10801884268bb676f47c2fefa05804bbe44c839d (diff) | |
download | chromium_src-57a31b1594f49ebfb77d2cce0190c4db0f60bcd6.zip chromium_src-57a31b1594f49ebfb77d2cce0190c4db0f60bcd6.tar.gz chromium_src-57a31b1594f49ebfb77d2cce0190c4db0f60bcd6.tar.bz2 |
Don't run SSLClientSocketTest.Connect tests under Valgrind
BUG=62314
TBR=glider
TEST=Valgrind&TSan Mac bots should go green
Review URL: http://codereview.chromium.org/4670001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest.txt index 0af617c..736d3c2 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest.txt @@ -4,3 +4,6 @@ KeygenHandlerTest.*ConcurrencyTest # Fails Valgrind with varying stack traces. http://crbug.com/43179 SpdyNetworkTransactionTest.PostWithEarlySynReply + +# These tests fail under Valgrind, see http://crbug.com/62314 +SSLClientSocketTest.Connect* |