webrtc/tools/valgrind-webrtc
wu@webrtc.org 0dc0f172a3 sscanf isn't safe with strings that aren't null-terminated. In such case, create a local copy that is null-terminated first.
TESTED=GYP_DEFINES=build_for_tool=memcheck gclient runhooks
ninja -C out/Debug/ libjingle_unittest
tools/valgrind-webrtc/webrtc_tests.sh --tool memcheck --test out/Debug/libjingle_unittest  --gtest_filter=Http*

R=noahric@google.com

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4469 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-08-01 21:20:46 +00:00
..
gtest_exclude Delete gtest_exclude for asan which doesn't have effect with how the bots are setup now 2013-08-01 18:00:02 +00:00
memcheck sscanf isn't safe with strings that aren't null-terminated. In such case, create a local copy that is null-terminated first. 2013-08-01 21:20:46 +00:00
tsan Delete gtest_exclude for asan which doesn't have effect with how the bots are setup now 2013-08-01 18:00:02 +00:00
webrtc_tests.bat ThreadSanitizer and Dr Memory for Windows 2012-09-28 15:34:18 +00:00
webrtc_tests.py Add support for test disable files in webrtc_tests.py 2013-06-11 06:03:32 +00:00
webrtc_tests.sh ThreadSanitizer and Dr Memory for Windows 2012-09-28 15:34:18 +00:00