From 5f8d05add2eb346ec63c2a6e9c7cd2dff49bcf00 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 28 Aug 2013 19:54:33 +0000 Subject: [PATCH] Disabling CondVarTest for TSan v2. This test goes into an eternal loop sometimes when run under TSan v2, therefore I'm disabling it until this is resolved. Doing that, our new WebRTC FYI waterfall with a TSan v2 bot will hopefully go green when deployed (see https://codereview.chromium.org/23231004) The define used only exists for TSan v2, so v1 should be unaffected. BUG=2259 TEST=test passing locally when run as described in 2259 (since no tests are run). R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2126005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4635 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/tsan_v2/suppressions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/valgrind-webrtc/tsan_v2/suppressions.txt b/tools/valgrind-webrtc/tsan_v2/suppressions.txt index c6ed649b2f..4d428be342 100644 --- a/tools/valgrind-webrtc/tsan_v2/suppressions.txt +++ b/tools/valgrind-webrtc/tsan_v2/suppressions.txt @@ -1,3 +1,6 @@ # False positive in system wrappers. # See https://code.google.com/p/webrtc/issues/detail?id=300 for details. race:webrtc/system_wrappers/source/thread_posix.cc + +# https://code.google.com/p/webrtc/issues/detail?id=2259 +race:condition_variable_unittest