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

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

Issue 155867: Widen jam's suppression from this morning to match different inlining choices... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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, 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 Memcheck:Leak 748 Memcheck:Leak
749 fun:_Znwj 749 fun:_Znwj
750 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6v ectorIP13PageUsageDataSaIS7_EE 750 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6v ectorIP13PageUsageDataSaIS7_EE
751 #fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18 CancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S 1_I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi 751 #fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18 CancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S 1_I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi
752 } 752 }
753 { 753 {
754 bug_16128 754 bug_16128
755 Memcheck:Leak 755 Memcheck:Leak
756 fun:_Znwj 756 fun:_Znwj
757 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE 757 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
758 ...
758 fun:_ZN11ChildThreadC2Ev 759 fun:_ZN11ChildThreadC2Ev
759 fun:_ZN12RenderThreadC1Ev 760 fun:_ZN12RenderThreadC1Ev
760 fun:_Z12RendererMainRK18MainFunctionParams 761 fun:_Z12RendererMainRK18MainFunctionParams
761 } 762 }
762 { 763 {
763 bug_16129 764 bug_16129
764 Memcheck:Leak 765 Memcheck:Leak
765 fun:_Znwj 766 fun:_Znwj
766 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E 767 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E
767 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi 768 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_ 4KURLERKNS_6StringE 973 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_ 4KURLERKNS_6StringE
973 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE 974 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE
974 } 975 }
975 { 976 {
976 # Only in test shell 977 # Only in test shell
977 bug_17188 978 bug_17188
978 Memcheck:Addr4 979 Memcheck:Addr4
979 fun:_ZN9TestShell10ClosePopupEv 980 fun:_ZN9TestShell10ClosePopupEv
980 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te stShell 981 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te stShell
981 } 982 }
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