Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1003)

Unified Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2222243002: Remove memcheck suppressions pointing to libnss3.so (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind-webrtc/memcheck/suppressions.txt
diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt
index eeec65a1ffe663ec6c04cd60f074dd74e6130a55..28ab2766d015534deb41a9161f0aa457299a9396 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -11,15 +11,6 @@
# 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
- ...
-}
-{
libc_free_hitting_gce_vms
Memcheck:Free
fun:free
@@ -65,18 +56,6 @@
fun:_ZN9rtc6Thread6PreRunEPv
}
{
- bug_1976_2
- Memcheck:Leak
- fun:calloc
- obj:/usr/lib/x86_64-linux-gnu/libnss3.so
- ...
- fun:NSS_NoDB_Init
- fun:_ZN9rtc10NSSContext13InitializeSSLEPFbPvE
- fun:_ZN9rtc13InitializeSSLEPFbPvE
- fun:_ZN9rtc10RandomTest13SetUpTestCaseEv
- fun:_ZN7testing8TestCase16RunSetUpTestCaseEv
-}
-{
bug_2100_3
Memcheck:Uninitialized
fun:tls1_enc
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698