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

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

Issue 241003: Suppress valgrind leak from WebCore::CSSParser::createFloatingValueList. (Closed)
Patch Set: Created 11 years, 2 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
« 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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1025 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1026 fun:_ZN11MessageLoop11RunInternalEv 1026 fun:_ZN11MessageLoop11RunInternalEv
1027 fun:_ZN11MessageLoop10RunHandlerEv 1027 fun:_ZN11MessageLoop10RunHandlerEv
1028 fun:_ZN11MessageLoop3RunEv 1028 fun:_ZN11MessageLoop3RunEv
1029 fun:_ZN4base6Thread3RunEP11MessageLoop 1029 fun:_ZN4base6Thread3RunEP11MessageLoop
1030 fun:_ZN4base6Thread10ThreadMainEv 1030 fun:_ZN4base6Thread10ThreadMainEv
1031 fun:_Z10ThreadFuncPv 1031 fun:_Z10ThreadFuncPv
1032 fun:start_thread 1032 fun:start_thread
1033 fun:clone 1033 fun:clone
1034 } 1034 }
1035 {
1036 bug_23104
1037 Memcheck:Leak
1038 fun:_Znwj
1039 fun:_ZN7WebCore9CSSParser23createFloatingValueListEv
1040 fun:_Z10cssyyparsePv
1041 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
1042 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb
1043 fun:_ZN7WebCore12parseUASheetERKNS_6StringE
1044 fun:_ZN7WebCore12parseUASheetEPKcj
1045 fun:_ZN7WebCore22loadSimpleDefaultStyleEv
1046 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEPNS_14StyleSheetListEPNS_13 CSSStyleSheetES6_PKN3WTF6VectorINS7_6RefPtrIS5_EELj0EEEbb
1047 fun:_ZN7WebCore8Document6attachEv
1048 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE
1049 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE
1050 fun:_ZN7WebCore11FrameLoader4initEv
1051 fun:_ZN7WebCore5Frame4initEv
1052 }
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