From 8b7ec82cf422fd1a5bf4961364d61ce2a0a8e8ea Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 27 Sep 2013 20:03:03 +0000 Subject: [PATCH] Exclude P2PTransportChannelSameNatTest.TestConesBehindSameCone for TSan Linux I cannot reproduce locally but I can see 10+ consecutive failing runs at the TSan RV bot at http://build.chromium.org/p/client.webrtc.fyi/waterfall TEST=verified the new exclude file is picked up by running: tools/valgrind-webrtc/webrtc_tests.sh --tool=tsan_rv -b out/Release -t libjingle_p2p_unittest --gtest_filter=P2PTransportChannel*Test.* (which runs the test if this file does not exist) BUG=2396 TBR=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2320004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4869 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../gtest_exclude/libjingle_p2p_unittest.gtest-tsan_linux.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-tsan_linux.txt diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-tsan_linux.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-tsan_linux.txt new file mode 100644 index 0000000000..92dcbf3c56 --- /dev/null +++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-tsan_linux.txt @@ -0,0 +1,3 @@ +# https://code.google.com/p/webrtc/issues/detail?id=2396 +P2PTransportChannelSameNatTest.TestConesBehindSameCone +