diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-20 20:05:05 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-20 20:05:05 +0000 |
commit | d800f09fd2d738b0d748d0629bb51661494659b7 (patch) | |
tree | b3016ca80e678adea4ad03f517919bd27eec4cbf /tools/valgrind | |
parent | e87137fda50a5f0f8f833b348792aa0f35b846dc (diff) | |
download | chromium_src-d800f09fd2d738b0d748d0629bb51661494659b7.zip chromium_src-d800f09fd2d738b0d748d0629bb51661494659b7.tar.gz chromium_src-d800f09fd2d738b0d748d0629bb51661494659b7.tar.bz2 |
Don't run CertVerifierTest.CacheHit under TSan/Win
BUG=67599
TBR=glider
TEST=TSan/win should go greener
Review URL: http://codereview.chromium.org/6056002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt index 48515ac..7c21afd 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt @@ -21,9 +21,13 @@ ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit HttpNetworkTransactionTest.* HttpNetworkLayerTest.GET -# Single-threaded and relatively slow - no reason to test; see http://59642 +# Single-threaded and relatively slow - no reason to test +# See http://crbug.com/59642 CookieMonsterTest.GarbageCollectionTriggers +# Fails for unknown reason; see http://crbug.com/67599 +CertVerifierTest.CacheHit + ######################################### # These tests fail if you don't have our SSL certificate installed. # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests |