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

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

Issue 6759078: Valgrind Mac: Put a suppression back in for a sporatic leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 { 389 {
390 bug_28072c 390 bug_28072c
391 Memcheck:Addr2 391 Memcheck:Addr2
392 ... 392 ...
393 fun:CSBackupSetItemExcluded 393 fun:CSBackupSetItemExcluded
394 fun:_ZN8mac_util22SetFileBackupExclusionERK8FilePathb 394 fun:_ZN8mac_util22SetFileBackupExclusionERK8FilePathb
395 fun:_ZN7history15HistoryDatabase4InitERK8FilePathS3_ 395 fun:_ZN7history15HistoryDatabase4InitERK8FilePathS3_
396 fun:_ZN7history14HistoryBackend8InitImplEv 396 fun:_ZN7history14HistoryBackend8InitImplEv
397 fun:_ZN7history14HistoryBackend4InitEb 397 fun:_ZN7history14HistoryBackend4InitEb
398 } 398 }
399 # Note: bug 31634 happens very sporatically.
400 {
401 bug_31634
402 Memcheck:Leak
403 fun:malloc_zone_malloc
404 fun:_CFRuntimeCreateInstance
405 fun:__CFDictionaryInit
406 fun:CFDictionaryCreate
407 fun:classDescription
408 }
399 { 409 {
400 bug_35164 410 bug_35164
401 Memcheck:Cond 411 Memcheck:Cond
402 ... 412 ...
403 fun:gl_context_init_client_state 413 fun:gl_context_init_client_state
404 fun:ogl_begin_rendering 414 fun:ogl_begin_rendering
405 fun:CARenderOGLRender 415 fun:CARenderOGLRender
406 fun:view_draw 416 fun:view_draw
407 } 417 }
408 { 418 {
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 fun:_HandlePopUpMenuSelection7 1610 fun:_HandlePopUpMenuSelection7
1601 fun:_NSPopUpCarbonMenu3 1611 fun:_NSPopUpCarbonMenu3
1602 fun:_NSPopUpCarbonMenu2 1612 fun:_NSPopUpCarbonMenu2
1603 fun:_NSPopUpCarbonMenu1 1613 fun:_NSPopUpCarbonMenu1
1604 fun:-[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] 1614 fun:-[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:]
1605 fun:-[NSMenu _popUpContextMenu:withEvent:forView:withFont:] 1615 fun:-[NSMenu _popUpContextMenu:withEvent:forView:withFont:]
1606 fun:-[NSMenu _popUpContextMenu:withEvent:forView:] 1616 fun:-[NSMenu _popUpContextMenu:withEvent:forView:]
1607 fun:-[ProfileMenuButton mouseDown:] 1617 fun:-[ProfileMenuButton mouseDown:]
1608 fun:_ZN35ProfileMenuButtonTest_MenuTest_Test8TestBodyEv 1618 fun:_ZN35ProfileMenuButtonTest_MenuTest_Test8TestBodyEv
1609 } 1619 }
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