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

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

Issue 10821091: Fix leak in JsSyncManagerObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove another suppression 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 | « sync/internal_api/js_sync_manager_observer.cc ('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 5720 matching lines...) Expand 10 before | Expand all | Expand 10 after
5731 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv 5731 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
5732 fun:_ZN7WebCore13WorkerContext11clearScriptEv 5732 fun:_ZN7WebCore13WorkerContext11clearScriptEv
5733 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE 5733 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE
5734 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 5734 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5735 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateENS0_8WaitModeE 5735 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateENS0_8WaitModeE
5736 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 5736 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
5737 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 5737 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
5738 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 5738 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
5739 } 5739 }
5740 { 5740 {
5741 bug_139635
5742 Memcheck:Leak
5743 fun:_Znw*
5744 fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHa ndleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE
5745 fun:_ZN6syncer12_GLOBAL__N_155JsSyncManagerObserverTest_OnInitializationCompl ete_Test8TestBodyEv
5746 }
5747 {
5748 bug_139635a
5749 Memcheck:Leak
5750 fun:_Znw*
5751 fun:_ZN6syncer21JsSyncManagerObserver24OnInitializationCompleteERKNS_10WeakHa ndleINS_9JsBackendEEEbNS_7EnumSetINS_9ModelTypeELS7_2ELS7_16EEE
5752 fun:_ZN6syncer15SyncManagerImpl4Init*
5753 fun:_ZN12browser_sync15SyncBackendHost4Core12DoInitializeERKNS0_19DoInitializ eOptionsE
5754 }
5755 {
5756 bug_139662 5741 bug_139662
5757 Memcheck:Uninitialized 5742 Memcheck:Uninitialized
5758 fun:qcms_transform_data_rgba_out_lut_sse2 5743 fun:qcms_transform_data_rgba_out_lut_sse2
5759 fun:qcms_transform_data_type 5744 fun:qcms_transform_data_type
5760 fun:_ZN7WebCore16JPEGImageDecoder15outputScanlinesEv 5745 fun:_ZN7WebCore16JPEGImageDecoder15outputScanlinesEv
5761 fun:_ZN7WebCore15JPEGImageReader6decodeERKNS_12SharedBufferEb 5746 fun:_ZN7WebCore15JPEGImageReader6decodeERKNS_12SharedBufferEb
5762 } 5747 }
5763 { 5748 {
5764 bug_139664 5749 bug_139664
5765 Memcheck:Uninitialized 5750 Memcheck:Uninitialized
(...skipping 26 matching lines...) Expand all
5792 obj:/lib/libselinux.so.1 5777 obj:/lib/libselinux.so.1
5793 obj:/lib/libselinux.so.1 5778 obj:/lib/libselinux.so.1
5794 } 5779 }
5795 { 5780 {
5796 bug_todo_grep 5781 bug_todo_grep
5797 Memcheck:Leak 5782 Memcheck:Leak
5798 fun:malloc 5783 fun:malloc
5799 obj:/bin/grep 5784 obj:/bin/grep
5800 obj:/bin/grep 5785 obj:/bin/grep
5801 } 5786 }
OLDNEW
« no previous file with comments | « sync/internal_api/js_sync_manager_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698