webrtc/tools
kjellander@webrtc.org 4e4fe4f9ae Add support for MSan
Add third_party/instrumented_libraries to setup_links.py
Add tools/msan/blacklist.txt which is the default location used
by MSan.

These changes are prerequisites to be able to use MSan with WebRTC.
To use it, one must also run:
sudo third_party/instrumented_libraries/install-build-deps.sh
to get the instrumented libraries installed (requires
/etc/apt/sources.list to be setup with deb-src entries).

NOTICE: Compilation is not yet working, but with this we can setup
a FYI bot to work with.

BUG=chromium:416871
TESTED=gclient sync + generate projects using:
GYP_DEFINES='msan=1 use_instrumented_libraries=1 instrumented_libraries_jobs=20' webrtc/build/gyp_webrtc
Built successfully in Release and ran a couple of tests (some crashed, some passed).

R=pbos@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7352 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-10-01 08:03:19 +00:00
..
lsan Adds asan suppresions for rtc_unittests 2014-09-18 13:32:43 +00:00
matlab Swap colheaders for textdata in parseLog.m. 2011-12-08 20:56:53 +00:00
msan Add support for MSan 2014-10-01 08:03:19 +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
python_charts GN: Add PRESUBMIT.py check for GN changes + default bots. 2014-08-06 09:11:18 +00:00
quality_tracking GN: Add PRESUBMIT.py check for GN changes + default bots. 2014-08-06 09:11:18 +00:00
refactoring Tweaked webrtc_reformat. 2013-05-08 13:56:23 +00:00
valgrind-webrtc rtc_unittest: prevent execution of broken tests. 2014-09-16 11:19:32 +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