summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 18:00:53 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 18:00:53 +0000
commit42258583b4e87f537722a0461faf24620450feb9 (patch)
tree9a13113c9610ffd7092a690647ce179f47e6af18 /tools
parentf0c754d0dd1c9bd509922812ffe1e49b01c95ab0 (diff)
downloadchromium_src-42258583b4e87f537722a0461faf24620450feb9.zip
chromium_src-42258583b4e87f537722a0461faf24620450feb9.tar.gz
chromium_src-42258583b4e87f537722a0461faf24620450feb9.tar.bz2
Revert "Suppress some leaks that seem to be tcmalloc related."
This reverts commit r34525 since the valgrind problems were due to the binary. BUG=30436 TBR=willchan Review URL: http://codereview.chromium.org/507009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 5fc0bcb..3a8f001 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1842,36 +1842,3 @@
fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv
fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv
}
-{
- http://crbug.com/30436
- Memcheck:Leak
- fun:_Znw*
- fun:_Z10InitModulev
- fun:pthread_once
- fun:_ZN15MallocExtension8RegisterEPS_
- fun:_ZN13TCMallocGuardC1Ev
-}
-{
- http://crbug.com/30436
- Memcheck:Param
- write(buf)
- obj:/lib/tls/i686/cmov/libc-2.7.so
- fun:new_do_write
- fun:_IO_do_write@@GLIBC_2.1
- fun:_IO_file_overflow@@GLIBC_2.1
- fun:_IO_switch_to_get_mode
- fun:_IO_file_seekoff@@GLIBC_2.1
- fun:_IO_seekoff_unlocked
- fun:ftell
- fun:ftell_file_func
- fun:zipCloseFileInZipRaw
-}
-{
- http://crbug.com/30436
- Memcheck:Addr2
- fun:_ZN8tcmalloc15CentralFreeList14FetchFromSpansEv
- fun:_ZN8tcmalloc15CentralFreeList18FetchFromSpansSafeEv
- fun:_ZN8tcmalloc15CentralFreeList11RemoveRangeEPPvS2_i
- fun:_ZN8tcmalloc11ThreadCache21FetchFromCentralCacheEjj
- fun:_ZN8tcmalloc11ThreadCache8AllocateEj
-}