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

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

Issue 9838004: Remove the suppression for a NULL deref in WebKit support code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 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 5728 matching lines...) Expand 10 before | Expand all | Expand 10 after
5739 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE 5739 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
5740 } 5740 }
5741 { 5741 {
5742 bug_118336 5742 bug_118336
5743 Memcheck:Leak 5743 Memcheck:Leak
5744 fun:_Znw* 5744 fun:_Znw*
5745 ... 5745 ...
5746 fun:_ZN47SelectFileDialogExtensionTest_SelfDeleting_Test8TestBodyEv 5746 fun:_ZN47SelectFileDialogExtensionTest_SelfDeleting_Test8TestBodyEv
5747 } 5747 }
5748 { 5748 {
5749 bug_118387a
5750 Memcheck:Unaddressable
5751 fun:_ZN3WTF11currentTimeEv
5752 fun:_ZN7WebCore5EventC2ERKN3WTF12AtomicStringEbb
5753 fun:_ZN7WebCore19PageTransitionEventC1ERKN3WTF12AtomicStringEb
5754 fun:_ZN7WebCore19PageTransitionEvent6createERKN3WTF12AtomicStringEb
5755 fun:_ZN7WebCore11FrameLoader11stopLoadingENS_17UnloadEventPolicyE
5756 fun:_ZN7WebCore11FrameLoader8closeURLEv
5757 fun:_ZN7WebCore11FrameLoader16detachFromParentEv
5758 fun:_ZN7WebCore11FrameLoader13frameDetachedEv
5759 fun:_ZN7WebCore8SVGImageD0Ev
5760 }
5761 {
5762 bug_118387b
5763 Memcheck:Unaddressable
5764 fun:_ZN7WebCore15PlatformSupport20histogramEnumerationEPKcii
5765 fun:_ZN7WebCore16HistogramSupport20histogramEnumerationEPKcii
5766 fun:_ZN7WebCoreL27histogramMutationEventUsageERKt
5767 fun:_ZN7WebCore8DocumentD2Ev
5768 fun:_ZN7WebCore11SVGDocumentD0Ev
5769 }
5770 {
5771 bug_118890_a 5749 bug_118890_a
5772 Memcheck:Leak 5750 Memcheck:Leak
5773 ... 5751 ...
5774 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv 5752 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
5775 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE 5753 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
5776 fun:_ZN8notifier5Login15StartConnectionEv 5754 fun:_ZN8notifier5Login15StartConnectionEv
5777 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 5755 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
5778 } 5756 }
5779 { 5757 {
5780 bug_118890_b 5758 bug_118890_b
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
5830 obj:/lib/libselinux.so.1 5808 obj:/lib/libselinux.so.1
5831 obj:/lib/libselinux.so.1 5809 obj:/lib/libselinux.so.1
5832 } 5810 }
5833 { 5811 {
5834 bug_todo_grep 5812 bug_todo_grep
5835 Memcheck:Leak 5813 Memcheck:Leak
5836 fun:malloc 5814 fun:malloc
5837 obj:/bin/grep 5815 obj:/bin/grep
5838 obj:/bin/grep 5816 obj:/bin/grep
5839 } 5817 }
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