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

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

Issue 8897016: Remove bug_86483a valgrind suppression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 four kinds of suppressions in this file. 1 # There are four 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, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
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 3548 matching lines...) Expand 10 before | Expand all | Expand 10 after
3559 fun:_ZN9__gnu_cxx13new_allocatorIP8FilePathE8allocateEjPKv 3559 fun:_ZN9__gnu_cxx13new_allocatorIP8FilePathE8allocateEjPKv
3560 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EE15_M_allocate_mapEj 3560 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EE15_M_allocate_mapEj
3561 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EE17_M_initialize_mapEj 3561 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EE17_M_initialize_mapEj
3562 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EEC2ERKS1_j 3562 fun:_ZNSt11_Deque_baseI8FilePathSaIS0_EEC2ERKS1_j
3563 fun:_ZNSt5dequeI8FilePathSaIS0_EEC1ERKS2_ 3563 fun:_ZNSt5dequeI8FilePathSaIS0_EEC1ERKS2_
3564 fun:_ZNSt5stackI8FilePathSt5dequeIS0_SaIS0_EEEC1ERKS3_ 3564 fun:_ZNSt5stackI8FilePathSt5dequeIS0_SaIS0_EEEC1ERKS3_
3565 fun:_ZN9file_util14FileEnumeratorC1ERK8FilePathbNS0_9FILE_TYPEERKSs 3565 fun:_ZN9file_util14FileEnumeratorC1ERK8FilePathbNS0_9FILE_TYPEERKSs
3566 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv 3566 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv
3567 } 3567 }
3568 { 3568 {
3569 bug_86483a
3570 Memcheck:Leak
3571 fun:_Znw*
3572 fun:_ZN17VisitedLinkMaster23RebuildTableFromHistoryEv
3573 fun:_ZN17VisitedLinkMaster15InitFromScratchEb
3574 fun:_ZN17VisitedLinkMaster4InitEv
3575 fun:_ZN11ProfileImpl20GetVisitedLinkMasterEv
3576 fun:_ZN24VisitedLinkEventListener7ObserveEiRK18NotificationSourceRK19Notifica tionDetails
3577 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails
3578 fun:_ZN24BrowserRenderProcessHost17OnProcessLaunchedEv
3579 fun:_ZN20ChildProcessLauncher7Context6NotifyEbi
3580 }
3581 {
3582 bug_87094a 3569 bug_87094a
3583 Memcheck:Leak 3570 Memcheck:Leak
3584 fun:_Znw* 3571 fun:_Znw*
3585 fun:_ZN4base4Bind*TaskClosureAdapter*InvokerStorage* 3572 fun:_ZN4base4Bind*TaskClosureAdapter*InvokerStorage*
3586 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task 3573 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
3587 fun:_ZN3net10FileStream12AsyncContext23OnBackgroundIOCompletedEi 3574 fun:_ZN3net10FileStream12AsyncContext23OnBackgroundIOCompletedEi
3588 } 3575 }
3589 { 3576 {
3590 bug_87094b 3577 bug_87094b
3591 Memcheck:Unaddressable 3578 Memcheck:Unaddressable
(...skipping 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after
5342 obj:/lib/libselinux.so.1 5329 obj:/lib/libselinux.so.1
5343 obj:/lib/libselinux.so.1 5330 obj:/lib/libselinux.so.1
5344 } 5331 }
5345 { 5332 {
5346 bug_todo_grep 5333 bug_todo_grep
5347 Memcheck:Leak 5334 Memcheck:Leak
5348 fun:malloc 5335 fun:malloc
5349 obj:/bin/grep 5336 obj:/bin/grep
5350 obj:/bin/grep 5337 obj:/bin/grep
5351 } 5338 }
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