diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 15:02:47 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 15:02:47 +0000 |
commit | 63871741d4b48d1a9bf757ffe2a90f85dda711f0 (patch) | |
tree | 0db09bd6a62326e451f7ffbc00910e6164899fb8 /tools | |
parent | 925d5d60d95e96ea5e1c89d44dd348915984776e (diff) | |
download | chromium_src-63871741d4b48d1a9bf757ffe2a90f85dda711f0.zip chromium_src-63871741d4b48d1a9bf757ffe2a90f85dda711f0.tar.gz chromium_src-63871741d4b48d1a9bf757ffe2a90f85dda711f0.tar.bz2 |
Remove a suppression with setenv() on Mac.
This has been suppressed in Valgrind upstream in r10380
BUG=9565
TEST=valgrind bots should not show leaks with setenv() on Mac
Review URL: http://codereview.chromium.org/174051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 26a3f560..37b5ee1 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -12,16 +12,6 @@ # 1. Third party stuff we have no control over. { - # See http://code.google.com/p/chromium/issues/detail?id=9565 - # This should have been handled by platform-specific suppression. - # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed - setenv() leaks on Mac intentionally. - Memcheck:Leak - ... - fun:__setenv - fun:setenv$UNIX2003 -} -{ # syslog needs a system suppression on the mac. # See https://bugs.kde.org/show_bug.cgi?id=191192 valgrind_bug_191192 |