diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 09:43:13 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 09:43:13 +0000 |
commit | b89f972ef44eddce6243f16306ae83881cdfec9d (patch) | |
tree | 92d94e96488824593a7c125e54a5ade3bdd94ca3 | |
parent | e57c10e5dcfa6f1a00022afe22ba6a30c0934b38 (diff) | |
download | chromium_src-b89f972ef44eddce6243f16306ae83881cdfec9d.zip chromium_src-b89f972ef44eddce6243f16306ae83881cdfec9d.tar.gz chromium_src-b89f972ef44eddce6243f16306ae83881cdfec9d.tar.bz2 |
Don't run CertVerifierTest's at all under TSan/Win
(CertVerifierTest.InflightJoin is failing)
TBR=glider
BUG=67599
Review URL: http://codereview.chromium.org/6014006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69816 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt | 4 |
1 files changed, 2 insertions, 2 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 7c21afd..4cf41af 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt @@ -25,8 +25,8 @@ HttpNetworkLayerTest.GET # See http://crbug.com/59642 CookieMonsterTest.GarbageCollectionTriggers -# Fails for unknown reason; see http://crbug.com/67599 -CertVerifierTest.CacheHit +# Fail for unknown reason; see http://crbug.com/67599 +CertVerifierTest.* ######################################### # These tests fail if you don't have our SSL certificate installed. |