diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 22:57:20 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 22:57:20 +0000 |
commit | f080b9fbbb3b3db8a34bda1b64033a36fa3bb500 (patch) | |
tree | f5f22c62a5d2f3f62cca8e5e9ea2e53b2dd54d41 /tools | |
parent | ecd4f7965219baf3c6546fad19e63cbda622edb7 (diff) | |
download | chromium_src-f080b9fbbb3b3db8a34bda1b64033a36fa3bb500.zip chromium_src-f080b9fbbb3b3db8a34bda1b64033a36fa3bb500.tar.gz chromium_src-f080b9fbbb3b3db8a34bda1b64033a36fa3bb500.tar.bz2 |
Update suppressions file with a resolution from Apple and removed a suppression for code that no longer exists.
BUG=none
TEST=no memcheck changes
Review URL: http://codereview.chromium.org/1572039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 5b74b1c..a7eae89 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -131,7 +131,8 @@ fun:get_glyphs_for_glyph_names } { - # Nasty invalid write. Reported to Apple as rdar://7240303. + # Nasty invalid write. Reported to Apple as rdar://7240303. Supposedly fixed + # in Snow Leopard; should be verified and removed if so. bug_18189 Memcheck:Addr8 fun:sseCGSFill8by1 @@ -177,18 +178,6 @@ # 2. Intentional unit test errors, stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing. { - # NSObject pointers in a static std::map; we do technically leak them, but - # only on shutdown, so it's not worth fixing. - static_theme_cache - Memcheck:Leak - fun:calloc - fun:_internal_class_createInstanceFromZone - fun:_internal_class_createInstance - fun:+[NSObject allocWithZone:] - fun:+[NSObject alloc] - fun:+[GTMTheme(BrowserThemeProviderInitialization) themeWithBrowserThemeProvider:isOffTheRecord:] -} -{ # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to # prevent crashes for those that don't unload cleanly. plugin_unload |