diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 19:00:48 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 19:00:48 +0000 |
commit | d50d9dbb65e6ebce429fcbdab5c04e5a76b32f9b (patch) | |
tree | c70f2bf8f5d17f4e87d2bfd9f34122713509cd0d /tools | |
parent | 165cade916e74dc8a4ed9666fe1447885e1f2a2d (diff) | |
download | chromium_src-d50d9dbb65e6ebce429fcbdab5c04e5a76b32f9b.zip chromium_src-d50d9dbb65e6ebce429fcbdab5c04e5a76b32f9b.tar.gz chromium_src-d50d9dbb65e6ebce429fcbdab5c04e5a76b32f9b.tar.bz2 |
Widen a suppression for bugs 20111 and 26582, move it to "third party" section
BUG=20111,26582
Review URL: http://codereview.chromium.org/346039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index f1097b4..63ee132 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -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 |