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

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

Issue 10225001: Update a suppression rule for WebCore::parseUASheet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 4641 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS 3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashI S9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE 4652 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS 3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashI S9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE
4653 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi 4653 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi
4654 fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementEiRKN3WTF6StringE 4654 fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementEiRKN3WTF6StringE
4655 fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE 4655 fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE
4656 } 4656 }
4657 { 4657 {
4658 bug_107698b 4658 bug_107698b
4659 Memcheck:Leak 4659 Memcheck:Leak
4660 fun:malloc 4660 fun:malloc
4661 ... 4661 ...
4662 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS 3_7HashMapIPNS_9StyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashIS9_E ENS3_10HashTraitsIS9_EENSF_ISC_EEEE 4662 fun:_ZN3WTF10RefCountedIN7WebCore18StyleSheetInternalEEnwEm
4663 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringE13CSSParserM odei 4663 fun:_ZN7WebCore18StyleSheetInternal6createEv
4664 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKN3WTF6StringE13CSSParserMode
4665 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE 4664 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
4666 } 4665 }
4667 { 4666 {
4668 bug_107699 4667 bug_107699
4669 Memcheck:Leak 4668 Memcheck:Leak
4670 fun:malloc 4669 fun:malloc
4671 fun:_ZN3WTF10fastMallocEm 4670 fun:_ZN3WTF10fastMallocEm
4672 ... 4671 ...
4673 fun:_ZN7WebCore13AnimationBase17ensurePropertyMapEv 4672 fun:_ZN7WebCore13AnimationBase17ensurePropertyMapEv
4674 fun:_ZN7WebCore13AnimationBase16getNumPropertiesEv 4673 fun:_ZN7WebCore13AnimationBase16getNumPropertiesEv
(...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
5848 obj:/lib/libselinux.so.1 5847 obj:/lib/libselinux.so.1
5849 } 5848 }
5850 { 5849 {
5851 bug_todo_grep 5850 bug_todo_grep
5852 Memcheck:Leak 5851 Memcheck:Leak
5853 fun:malloc 5852 fun:malloc
5854 obj:/bin/grep 5853 obj:/bin/grep
5855 obj:/bin/grep 5854 obj:/bin/grep
5856 } 5855 }
5857 5856
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