summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt38
1 files changed, 26 insertions, 12 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 34bfb47..9d95688 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -388,6 +388,32 @@
fun:_ZN4flip10FlipFramer15DecompressFrameEPKNS_9FlipFrameE
...
}
+{
+ bug_33394
+ Memcheck:Leak
+ fun:calloc
+ fun:PR_Calloc
+ fun:PR_NewLock
+ fun:_PR_UnixInit
+ fun:_PR_ImplicitInitialization
+ ...
+ fun:_ZN4base14EnsureNSPRInitEv
+ fun:ChromeMain
+ fun:main
+}
+{
+ bug_33394_b
+ Memcheck:Leak
+ fun:calloc
+ fun:PR_Calloc
+ fun:PR_NewMonitor
+ fun:_PR_UnixInit
+ fun:_PR_ImplicitInitialization
+ ...
+ fun:_ZN4base14EnsureNSPRInitEv
+ fun:ChromeMain
+ fun:main
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing
@@ -2239,15 +2265,3 @@
fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
fun:_ZN11MessageLoop11RunInternalEv
}
-{
- bug_33394
- Memcheck:Leak
- fun:calloc
- fun:PR_Calloc
- ...
- fun:_PR_ImplicitInitialization
- ...
- fun:_ZN4base14EnsureNSPRInitEv
- fun:ChromeMain
- fun:main
-}