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

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

Issue 3382016: Expand the suppression for bug 50297 (UninitCondition in... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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, 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 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after
2670 fun:_ZN11ProfileImpl21GetProfileSyncServiceERKSs 2670 fun:_ZN11ProfileImpl21GetProfileSyncServiceERKSs
2671 fun:_ZN11ProfileImpl21GetProfileSyncServiceEv 2671 fun:_ZN11ProfileImpl21GetProfileSyncServiceEv
2672 ... 2672 ...
2673 fun:_ZN7BrowserC1ENS_4TypeEP7Profile 2673 fun:_ZN7BrowserC1ENS_4TypeEP7Profile
2674 ... 2674 ...
2675 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb 2675 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb
2676 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi 2676 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi
2677 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile PiPS_ 2677 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile PiPS_
2678 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi 2678 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi
2679 } 2679 }
2680 2680 {
2681 bug_56495
2682 Memcheck:Leak
2683 fun:_Znw*
2684 fun:_ZN11SavePackage4InitEv
2685 fun:_ZN11TabContents8SavePageERK8FilePathS2_N11SavePackage15SavePackageTypeE
2686 fun:_ZN25TestingAutomationProvider8SavePageEiRK8FilePathS2_iPb
2687 fun:_Z16DispatchToMethodI25TestingAutomationProviderMS0_FviRK8FilePathS3_iPbE iS1_S1_ibEvPT_T0_RK6Tuple4IT1_T2_T3_T4_EP6Tuple1IT5_E
2688 fun:_ZN3IPC16MessageWithReplyI6Tuple4Ii8FilePathS2_iE6Tuple1IRbEE8DispatchI25 TestingAutomationProviderMS9_FviRKS2_SB_iPbEEEbPKNS_7MessageEPT_T0_
2689 fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE
2690 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
2691 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
2692 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698