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

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

Issue 346039: Widen a suppression for bugs 20111 and 26582, move it to "third party" section (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 30809)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -330,6 +330,14 @@
fun:clone
fun:_ZN7testing8internal13ExecDeathTest10AssumeRoleEv
}
+{
+ http://sources.redhat.com/bugzilla/show_bug.cgi?id=5171
+ Memcheck:Leak
+ fun:calloc
+ fun:allocate_dtv
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
@@ -788,19 +796,6 @@
fun:main
}
{
- bug_20111
- Memcheck:Leak
- fun:calloc
- fun:allocate_dtv
- fun:_dl_allocate_tls
- fun:pthread_create@@GLIBC_2.1
- fun:_ZN42_GLOBAL__N__ZN14PlatformThread9CurrentIdEv12CreateThreadEjbPN14PlatformThread8DelegateEPm
- fun:_ZN14PlatformThread6CreateEjPNS_8DelegateEPm
- fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE
- ...
- fun:*BrowserProcessImpl*
-}
-{
bug_20113
Memcheck:Leak
fun:malloc
« 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