diff --git a/DEPS b/DEPS index 6a678d961..acd57192a 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '6fdb1425edf17f7b3d55626927d4fddb076a8e31', + 'chromium_revision': 'e144d30232209034b82d544926070bb8dc62f6ec', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt index 1c0236663..276105c75 100644 --- a/tools/valgrind-webrtc/memcheck/suppressions.txt +++ b/tools/valgrind-webrtc/memcheck/suppressions.txt @@ -2,13 +2,26 @@ # It acts as a place holder for future additions for WebRTC. # It must exist for the Python wrapper script to work properly. -# There are two kinds of suppressions in this file. -# 1. webrtc stuff -# -# 2. libjingle stuff (talk folder) +# There are three kinds of suppressions in this file. +# 1. third_party libraries +# 2. webrtc stuff +# 3. libjingle stuff (talk folder) #----------------------------------------------------------------------- -# 1. webrtc stuff +# third_party libraries + +{ + libnss_leak_hitting_trusty_machines + Memcheck:Leak + fun:calloc + obj:/usr/lib/x86_64-linux-gnu/libnss3.so + ... + fun:NSS_NoDB_Init + ... +} + +#----------------------------------------------------------------------- +# webrtc stuff { bug_3446 Memcheck:Uninitialized @@ -478,7 +491,7 @@ } #----------------------------------------------------------------------- -# 2. libjingle stuff (talk folder) +# libjingle stuff (talk folder) { bug_2056_1 Memcheck:Leak