Commit 0b57def4 authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

Leak with INIT_AppleEvents on Mac

Suppresses leak reports on Mac Valgrind.

BUG=91892
TEST=Valgrind Mac bot turns green.
TBR=rsesek@chromium.org

Review URL: http://codereview.chromium.org/7569026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95706 0039d316-1c4b-4281-b951-d872f2087c98
parent c631b592
......@@ -1804,3 +1804,24 @@
fun:_ZN14GpuDataManager11GetInstanceEv
fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
}
{
bug_91892
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
fun:_ZN11MessageLoop11RunInternalEv
fun:_ZN11MessageLoop10RunHandlerEv
fun:_ZN11MessageLoop13RunAllPendingEv
fun:_ZN20InProcessBrowserTest23RunTestOnMainThreadLoopEv
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment