summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 17:42:22 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 17:42:22 +0000
commit480688d5b9ffeda8b4a2c938166191b5b81b69c3 (patch)
treeeaa55b925be78d69c982531e710e6b214efdc87e /tools
parenta04513331b6572cb1b6759636d147fa5649bc587 (diff)
downloadchromium_src-480688d5b9ffeda8b4a2c938166191b5b81b69c3.zip
chromium_src-480688d5b9ffeda8b4a2c938166191b5b81b69c3.tar.gz
chromium_src-480688d5b9ffeda8b4a2c938166191b5b81b69c3.tar.bz2
Add a Mac valgrind suppression.
BUG=27149 Review URL: http://codereview.chromium.org/381004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 190fef9..71afffd 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -375,3 +375,29 @@
fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1IT1_E
fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv
}
+{
+ bug_27149
+ Memcheck:Leak
+ fun:malloc_zone_calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:+[NSObject allocWithZone:]
+ fun:-[NSParagraphStyle mutableCopyWithZone:]
+ fun:-[NSObject mutableCopy]
+ fun:-[HyperlinkButtonCell linkAttributes]
+ fun:-[HyperlinkButtonCell drawTitle:withFrame:inView:]
+ fun:-[NSButtonCell _configureAndDrawTitleWithRect:cellFrame:controlView:]
+ fun:-[NSButtonCell drawInteriorWithFrame:inView:]
+ fun:-[NSControl drawRect:]
+ fun:-[NSView _drawRect:clip:]
+ fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
+ fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
+ fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
+ fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
+ fun:-[NSView displayIfNeeded]
+ fun:-[NSWindow displayIfNeeded]
+ fun:_handleWindowNeedsDisplay
+}