Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 7066007: Valgrind Mac: Combine a few suppressions inside objc_msgSend. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file: 1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over. 2 # 1. Third party stuff we have no control over.
3 # 3 #
4 # 2. Intentional unit test errors, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing. 5 # in our own code, or stuff that is so trivial it's not worth fixing.
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system. 8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 fun:-[NSPopUpButtonCell performClickWithFrame:inView:] 1265 fun:-[NSPopUpButtonCell performClickWithFrame:inView:]
1266 fun:-[MenuButton(Private) showMenu:] 1266 fun:-[MenuButton(Private) showMenu:]
1267 fun:-[MenuButton(Private) clickShowMenu:] 1267 fun:-[MenuButton(Private) clickShowMenu:]
1268 fun:-[NSApplication sendAction:to:from:] 1268 fun:-[NSApplication sendAction:to:from:]
1269 fun:-[NSControl sendAction:to:] 1269 fun:-[NSControl sendAction:to:]
1270 fun:-[NSCell _sendActionFrom:] 1270 fun:-[NSCell _sendActionFrom:]
1271 fun:-[NSButtonCell performClick:] 1271 fun:-[NSButtonCell performClick:]
1272 fun:_ZN12_GLOBAL__N_131MenuButtonTest_OpenOnClick_Test8TestBodyEv 1272 fun:_ZN12_GLOBAL__N_131MenuButtonTest_OpenOnClick_Test8TestBodyEv
1273 } 1273 }
1274 { 1274 {
1275 bug_73036a 1275 bug_73036
1276 Memcheck:Leak 1276 Memcheck:Leak
1277 fun:malloc_zone_calloc 1277 fun:malloc_zone_calloc
1278 fun:_internal_class_createInstanceFromZone 1278 fun:_internal_class_createInstanceFromZone
1279 fun:NSAllocateObject 1279 fun:NSAllocateObject
1280 fun:+[NSHashTable alloc] 1280 fun:+[NSHashTable alloc]
1281 fun:+[NSTrackingArea initialize] 1281 fun:+[NSTrackingArea initialize]
1282 fun:_class_initialize 1282 fun:_class_initialize
1283 fun:_class_lookupMethodAndLoadCache 1283 fun:_class_lookupMethodAndLoadCache
1284 fun:objc_msgSend 1284 fun:objc_msgSend
1285 fun:-[NSView addTrackingRect:owner:userData:assumeInside:]
1286 fun:-[NSThemeFrame _updateMouseTracking]
1287 fun:-[NSThemeFrame _tileTitlebarAndRedisplay:]
1288 fun:-[NSThemeFrame _updateButtons]
1289 fun:-[NSThemeFrame initWithFrame:styleMask:owner:]
1290 fun:-[NSGrayFrame initWithFrame:styleMask:owner:]
1291 fun:-[NSWindow _commonInitFrame:styleMask:backing:defer:]
1292 fun:-[NSWindow _initContent:styleMask:backing:defer:contentView:]
1293 fun:-[NSWindow initWithContentRect:styleMask:backing:defer:]
1294 fun:-[FramedBrowserWindow initWithContentRect:styleMask:backing:defer:]
1295 fun:-[NSWindowTemplate nibInstantiate]
1296 fun:-[NSIBObjectData instantiateObject:]
1297 fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
1298 fun:loadNib
1299 }
1300 {
1301 bug_73036b
1302 Memcheck:Leak
1303 fun:malloc_zone_calloc
1304 fun:_internal_class_createInstanceFromZone
1305 fun:NSAllocateObject
1306 fun:+[NSHashTable alloc]
1307 fun:+[NSTrackingArea initialize]
1308 fun:_class_initialize
1309 fun:_class_lookupMethodAndLoadCache
1310 fun:objc_msgSend
1311 fun:-[NSView addTrackingRect:owner:userData:assumeInside:]
1312 fun:-[NSCell(NSPrivate_CellMouseTracking) _setMouseTrackingInRect:ofView:]
1313 fun:-[NSButtonCell _setMouseTrackingInRect:ofView:]
1314 fun:-[NSControl _setMouseTrackingForCell:]
1315 fun:-[NSButton(NSButtonBorder) _setMouseTrackingForCell:]
1316 fun:-[NSButtonCell setControlView:]
1317 fun:-[NSControl initWithCoder:]
1318 fun:-[NSButton initWithCoder:]
1319 fun:_decodeObjectBinary
1320 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
1321 fun:-[NSArray(NSArray) initWithCoder:]
1322 fun:_decodeObjectBinary
1323 fun:_decodeObject
1324 fun:-[NSView initWithCoder:]
1325 }
1326 {
1327 bug_73275
1328 Memcheck:Leak
1329 fun:malloc_zone_calloc
1330 fun:_internal_class_createInstanceFromZone
1331 fun:NSAllocateObject
1332 fun:+[NSHashTable alloc]
1333 fun:+[NSTrackingArea initialize]
1334 fun:_class_initialize
1335 fun:_class_lookupMethodAndLoadCache
1336 fun:objc_msgSend
1337 fun:-[TabContentsViewCocoa initWithTabContentsViewMac:]
1338 fun:_ZN18TabContentsViewMac10CreateViewERKN3gfx4SizeE
1339 fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespac e
1340 fun:_ZN15TestTabContentsC2EP7ProfileP12SiteInstance
1341 fun:_ZN15TestTabContentsC1EP7ProfileP12SiteInstance
1342 fun:_ZN25RenderViewHostTestHarness21CreateTestTabContentsEv
1343 fun:_ZN25RenderViewHostTestHarness5SetUpEv
1344 fun:_ZN30AutocompleteHistoryManagerTest5SetUpEv
1345 } 1285 }
1346 { 1286 {
1347 bug_73299_b 1287 bug_73299_b
1348 Memcheck:Leak 1288 Memcheck:Leak
1349 fun:_Znw* 1289 fun:_Znw*
1350 ... 1290 ...
1351 fun:_ZN24BrowserRenderProcessHost4InitEb 1291 fun:_ZN24BrowserRenderProcessHost4InitEb
1352 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE 1292 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE
1353 fun:_ZN13ExtensionHost19CreateRenderViewNowEv 1293 fun:_ZN13ExtensionHost19CreateRenderViewNowEv
1354 fun:_ZN13ExtensionHost20ProcessCreationQueue14ProcessOneHostEv 1294 fun:_ZN13ExtensionHost20ProcessCreationQueue14ProcessOneHostEv
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 } 1576 }
1637 { 1577 {
1638 bug_80036 1578 bug_80036
1639 Memcheck:Leak 1579 Memcheck:Leak
1640 fun:_Znw* 1580 fun:_Znw*
1641 fun:_ZN2ui12_GLOBAL__N_120LoadResourcesDataPakE8FilePath 1581 fun:_ZN2ui12_GLOBAL__N_120LoadResourcesDataPakE8FilePath
1642 fun:_ZN2ui14ResourceBundle19LoadCommonResourcesEv 1582 fun:_ZN2ui14ResourceBundle19LoadCommonResourcesEv
1643 fun:_ZN2ui14ResourceBundle18InitSharedInstanceERKSs 1583 fun:_ZN2ui14ResourceBundle18InitSharedInstanceERKSs
1644 } 1584 }
1645 { 1585 {
1646 bug_80050
1647 Memcheck:Leak
1648 fun:malloc_zone_calloc
1649 fun:_internal_class_createInstanceFromZone
1650 fun:NSAllocateObject
1651 fun:+[NSHashTable alloc]
1652 fun:+[NSTrackingArea initialize]
1653 fun:_class_initialize
1654 fun:_class_lookupMethodAndLoadCache
1655 fun:objc_msgSend
1656 fun:-[NSView addTrackingRect:owner:userData:assumeInside:]
1657 fun:-[NSCell(NSPrivate_CellMouseTracking) _setMouseTrackingInRect:ofView:]
1658 fun:-[NSButtonCell _setMouseTrackingInRect:ofView:]
1659 fun:-[NSControl _setMouseTrackingForCell:]
1660 fun:-[NSButton(NSButtonBorder) _setMouseTrackingForCell:]
1661 fun:-[NSButtonCell setControlView:]
1662 fun:-[NSControl initWithCoder:]
1663 fun:-[NSButton initWithCoder:]
1664 fun:-[NSClassSwapper initWithCoder:]
1665 fun:_decodeObjectBinary
1666 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
1667 fun:-[NSArray(NSArray) initWithCoder:]
1668 fun:_decodeObjectBinary
1669 fun:_decodeObject
1670 }
1671 {
1672 bug_80239 1586 bug_80239
1673 Memcheck:Addr4 1587 Memcheck:Addr4
1674 ... 1588 ...
1675 fun:CGLCreateContext 1589 fun:CGLCreateContext
1676 fun:-[NSOpenGLContext initWithFormat:shareContext:] 1590 fun:-[NSOpenGLContext initWithFormat:shareContext:]
1677 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1591 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1678 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb 1592 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb
1679 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv 1593 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv
1680 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv 1594 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
1681 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE 1595 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 fun:_ZN7WebCore16CrossThreadTask3IPN6WebKit31WorkerFileSystemCallbacksBridge* 1683 fun:_ZN7WebCore16CrossThreadTask3IPN6WebKit31WorkerFileSystemCallbacksBridge*
1770 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge21runTaskOnWorkerThreadEPN7Web Core22ScriptExecutionContextEN3WTF10PassRefPtrIS0_EENS4_10PassOwnPtrINS2_4TaskEE E 1684 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge21runTaskOnWorkerThreadEPN7Web Core22ScriptExecutionContextEN3WTF10PassRefPtrIS0_EENS4_10PassOwnPtrINS2_4TaskEE E
1771 fun:_ZN7WebCore16CrossThreadTask2IN3WTF10PassRefPtrIN6WebKit31WorkerFileSyste mCallbacksBridgeEEES5_NS1_10PassOwnPtrINS_22ScriptExecutionContext4TaskEEES9_E11 performTaskEPS7_ 1685 fun:_ZN7WebCore16CrossThreadTask2IN3WTF10PassRefPtrIN6WebKit31WorkerFileSyste mCallbacksBridgeEEES5_NS1_10PassOwnPtrINS_22ScriptExecutionContext4TaskEEES9_E11 performTaskEPS7_
1772 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContext E 1686 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContext E
1773 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE 1687 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE
1774 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 1688 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
1775 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 1689 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
1776 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 1690 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
1777 fun:_ZN7WebCore12WorkerThread12workerThreadEv 1691 fun:_ZN7WebCore12WorkerThread12workerThreadEv
1778 } 1692 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698