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

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

Issue 10831074: Valgrind/Heapchecker: Add a new suppression for a JsSyncManagerObserverTest leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « tools/heapcheck/suppressions.txt ('k') | 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 5730 matching lines...) Expand 10 before | Expand all | Expand 10 after
5741 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_ 5741 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_
5742 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv 5742 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
5743 fun:_ZN7WebCore13WorkerContext11clearScriptEv 5743 fun:_ZN7WebCore13WorkerContext11clearScriptEv
5744 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE 5744 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE
5745 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 5745 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5746 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateENS0_8WaitModeE 5746 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateENS0_8WaitModeE
5747 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 5747 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
5748 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 5748 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
5749 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 5749 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
5750 } 5750 }
5751 {
5752 bug_139635
5753 Memcheck:Leak
5754 fun:_Znw*
5755 fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHa ndleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE
5756 fun:_ZN6syncer12_GLOBAL__N_155JsSyncManagerObserverTest_OnInitializationCompl ete_Test8TestBodyEv
5757 }
5751 5758
5752 #----------------------------------------------------------------------- 5759 #-----------------------------------------------------------------------
5753 # 4. These only occur on our Google workstations 5760 # 4. These only occur on our Google workstations
5754 5761
5755 { 5762 {
5756 bug_todo_getdelim 5763 bug_todo_getdelim
5757 Memcheck:Leak 5764 Memcheck:Leak
5758 fun:malloc 5765 fun:malloc
5759 fun:getdelim 5766 fun:getdelim
5760 ... 5767 ...
5761 fun:call_init 5768 fun:call_init
5762 fun:_dl_init 5769 fun:_dl_init
5763 } 5770 }
5764 { 5771 {
5765 bug_todo_getdelim2 5772 bug_todo_getdelim2
5766 Memcheck:Leak 5773 Memcheck:Leak
5767 fun:malloc 5774 fun:malloc
5768 fun:getdelim 5775 fun:getdelim
5769 obj:/lib/libselinux.so.1 5776 obj:/lib/libselinux.so.1
5770 obj:/lib/libselinux.so.1 5777 obj:/lib/libselinux.so.1
5771 obj:/lib/libselinux.so.1 5778 obj:/lib/libselinux.so.1
5772 } 5779 }
5773 { 5780 {
5774 bug_todo_grep 5781 bug_todo_grep
5775 Memcheck:Leak 5782 Memcheck:Leak
5776 fun:malloc 5783 fun:malloc
5777 obj:/bin/grep 5784 obj:/bin/grep
5778 obj:/bin/grep 5785 obj:/bin/grep
5779 } 5786 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698