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

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

Issue 8332022: Remove a suppression for conditional jump in WebCore::setHasDirAutoFlagRecursively. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | 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 4758 matching lines...) Expand 10 before | Expand all | Expand 10 after
4769 bug_100647 4769 bug_100647
4770 Memcheck:Leak 4770 Memcheck:Leak
4771 fun:_Znw* 4771 fun:_Znw*
4772 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs 4772 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
4773 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFe tcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs 4773 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFe tcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs
4774 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_ 4774 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_
4775 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv 4775 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv
4776 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4776 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4777 } 4777 }
4778 { 4778 {
4779 bug_100661
4780 Memcheck:Cond
4781 fun:_ZN7WebCoreL28setHasDirAutoFlagRecursivelyEPNS_4NodeEbS1_
4782 fun:_ZN7WebCore11HTMLElement32calculateAndAdjustDirectionalityEv
4783 fun:_ZN7WebCore19HTMLTextAreaElement17subtreeHasChangedEv
4784 fun:_ZN7WebCore26HTMLTextFormControlElement19defaultEventHandlerEPNS_5EventE
4785 fun:_ZN7WebCore19HTMLTextAreaElement19defaultEventHandlerEPNS_5EventE
4786 fun:_ZN7WebCore27TextControlInnerTextElement19defaultEventHandlerEPNS_5EventE
4787 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEE E
4788 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE
4789 fun:_ZN7WebCore15EventDispatcher13dispatchEventEPNS_4NodeEN3WTF10PassRefPtrIN S_21EventDispatchMediatorEEE
4790 fun:_ZN7WebCore4Node13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE
4791 fun:_ZN7WebCore11EventTarget13dispatchEventEN3WTF10PassRefPtrINS_5EventEEERi
4792 fun:_ZN7WebCoreL36dispatchEditableContentChangedEventsERKNS_11EditCommandE
4793 fun:_ZN7WebCore6Editor14appliedEditingEN3WTF10PassRefPtrINS_11EditCommandEEE
4794 fun:_ZN7WebCore13TypingCommand24typingAddedToOpenCommandENS0_14ETypingCommand E
4795 fun:_ZN7WebCore13TypingCommand16deleteKeyPressedENS_15TextGranularityEb
4796 fun:_ZN7WebCore13TypingCommand7doApplyEv
4797 fun:_ZN7WebCore11EditCommand5applyEv
4798 fun:_ZN7WebCore13TypingCommand16deleteKeyPressedEPNS_8DocumentEjNS_15TextGran ularityE
4799 fun:_ZN7WebCore6Editor19deleteWithDirectionENS_18SelectionDirectionENS_15Text GranularityEbb
4800 fun:_ZN7WebCoreL20executeDeleteForwardEPNS_5FrameEPNS_5EventENS_19EditorComma ndSourceERKN3WTF6StringE
4801 fun:_ZNK7WebCore6Editor7Command7executeERKN3WTF6StringEPNS_5EventE
4802 fun:_ZNK7WebCore6Editor7Command7executeEPNS_5EventE
4803 }
4804 {
4805 bug_100777 4779 bug_100777
4806 Memcheck:Leak 4780 Memcheck:Leak
4807 fun:_Znw* 4781 fun:_Znw*
4808 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4782 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4809 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4783 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4810 } 4784 }
4811 { 4785 {
4812 bug_100914a 4786 bug_100914a
4813 Memcheck:Leak 4787 Memcheck:Leak
4814 fun:_Znw* 4788 fun:_Znw*
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
5018 } 4992 }
5019 { 4993 {
5020 bug_todo_getdelim2 4994 bug_todo_getdelim2
5021 Memcheck:Leak 4995 Memcheck:Leak
5022 fun:malloc 4996 fun:malloc
5023 fun:getdelim 4997 fun:getdelim
5024 obj:/lib/libselinux.so.1 4998 obj:/lib/libselinux.so.1
5025 obj:/lib/libselinux.so.1 4999 obj:/lib/libselinux.so.1
5026 obj:/lib/libselinux.so.1 5000 obj:/lib/libselinux.so.1
5027 } 5001 }
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