webrtc/tools
kjellander@webrtc.org 9cba2e4802 Exclude libjingle_p2p_unittest tests failing TSan Race verifier.
These tests have been failing for a long time at
http://build.chromium.org/p/client.webrtc.fyi/builders/Linux%20TsanRV
This bot runs a tool called TSan Race Verifier.
More info about Race Verifiers can be found at
https://code.google.com/p/data-race-test/wiki/RaceVerifier

By excluding the tests like this, they will also be disabled
for the normal TSan bot, where they currently pass. This shouldn't
be a problem since we have a TSan v2 bot running too (which uses
a different set of suppressions), so it should catch any newly
introduced race conditions. The TSan v2 bot will soon replace the
old TSan bot, as v1 is being deprecated.

TBR=mallinath@webrtc.org
BUG=2396
TEST=Passing run on Linux of:
GYP_DEFINES=build_with_tool=tsan gclient runhooks
ninja -C out/Release libjingle_p2p_unittest
tools/valgrind-webrtc/webrtc_tests.sh --tool=tsan_rv -b out/Release -t libjingle_p2p_unittest

Review URL: https://webrtc-codereview.appspot.com/8329005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5515 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-02-10 12:43:40 +00:00
..
lsan LSan suppressions for libjingle_peerconnection_unittest 2013-11-26 09:37:12 +00:00
matlab Swap colheaders for textdata in parseLog.m. 2011-12-08 20:56:53 +00:00
network_emulator Document the source of test scenarios for Dummynet wrapper script. 2013-09-03 13:01:31 +00:00
perf Made e2e audio quality test write its results to perf. 2012-12-10 10:08:00 +00:00
perf_expectations Adjusted net delay perf expectations slightly. 2013-07-22 13:15:59 +00:00
python_charts Fixed a ton of Python lint errors, enabled python lint checking. 2013-03-07 09:59:43 +00:00
quality_tracking Fixed pylint warnings. 2013-09-16 11:26:12 +00:00
refactoring Tweaked webrtc_reformat. 2013-05-08 13:56:23 +00:00
resources Moves tools/update.py to trunk/webrtc/tools and updates it so that it no longer pulls any information from the DEPS file. 2013-06-27 18:36:28 +00:00
valgrind-webrtc Exclude libjingle_p2p_unittest tests failing TSan Race verifier. 2014-02-10 12:43:40 +00:00
.gitignore Moving buildbot to internal repository. 2012-06-20 07:55:41 +00:00
codereview.settings Adding TRYSERVER_ROOT to codereview.settings 2013-01-18 08:27:48 +00:00
DEPS Moving buildbot to internal repository. 2012-06-20 07:55:41 +00:00
OWNERS Try server and buildbot scripts now using Chromium scripts. 2012-03-27 15:57:30 +00:00
PRESUBMIT.py Added protoc_wrapper to blacklist, fixed tools/PRESUBMIT.py which was passing in the wrong args to CheckLongLines. 2013-05-14 09:42:39 +00:00