Index: tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt |
=================================================================== |
--- tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt (revision 96234) |
+++ tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt (working copy) |
@@ -23,3 +23,6 @@ |
# http://crbug.com/88228 |
SSLClientSocketTest.Connect |
SSLClientSocketTest.ConnectClientAuthSendNullCert |
+ |
+# http://crbug.com/92439 |
+OriginBoundCertServiceTest.* |
wtc
2011/08/11 01:50:13
Do we need to suppress all OriginBoundCertServiceT
rkn
2011/08/11 01:59:34
I suppose not. I did this because some of the othe
|