diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 03:00:28 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 03:00:28 +0000 |
commit | 3be1d82248a93bb25603a447e5323326049d42c8 (patch) | |
tree | 991c22acc01cebed470ad8a790643317e96f8b65 /tools | |
parent | 67e59fcdb660aef5c860f4a917f9bf4171ef4793 (diff) | |
download | chromium_src-3be1d82248a93bb25603a447e5323326049d42c8.zip chromium_src-3be1d82248a93bb25603a447e5323326049d42c8.tar.gz chromium_src-3be1d82248a93bb25603a447e5323326049d42c8.tar.bz2 |
Valgrind: Suppress a couple of GPU / Mac memory errors.
BUG=58244,58245
TEST=Valgrind Mac gets greener.
Review URL: http://codereview.chromium.org/3543014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 3ee0293..67b8729 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -842,3 +842,29 @@ fun:_ZN4base17LoadNativeLibraryERK8FilePath fun:_ZN5media22InitializeMediaLibraryERK8FilePath } +{ + bug_58244 + Memcheck:Addr4 + fun:_ZN17GpuWatchdogThread6OnExitEv + fun:_Z16DispatchToMethodI17GpuWatchdogThreadMS0_FvvEEvPT_T0_RK6Tuple0 + fun:_ZN27ScopedRunnableMethodFactoryI17GpuWatchdogThreadE14RunnableMethodIMS0_FvvE6Tuple0E3RunEv + fun:_ZN11MessageLoop7RunTaskEP4Task +} + +{ + bug_58245 + Memcheck:Leak + fun:_Znw* + fun:sendSimpleEventToSelf + fun:aeInitializeFromHIToolbox + fun:INIT_AppleEvents + fun:_FirstEventTime + fun:RunCurrentEventLoopInMode + fun:ReceiveNextEventCommon + fun:BlockUntilNextEventMatchingListInMode + fun:_DPSNextEvent + fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + fun:-[NSApplication run] + fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE + fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE +} |