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

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

Issue 8803015: Suppress leak of CallbackData from PPAPI graphics code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 5310 matching lines...) Expand 10 before | Expand all | Expand 10 after
5321 fun:_ZN7WebCore12applyCommandEN3WTF10PassRefPtrINS_11EditCommandEEE 5321 fun:_ZN7WebCore12applyCommandEN3WTF10PassRefPtrINS_11EditCommandEEE
5322 fun:_ZN7WebCoreL21executeInsertFragmentEPNS_5FrameEN3WTF10PassRefPtrINS_16Doc umentFragmentEEE 5322 fun:_ZN7WebCoreL21executeInsertFragmentEPNS_5FrameEN3WTF10PassRefPtrINS_16Doc umentFragmentEEE
5323 fun:_ZN7WebCoreL17executeInsertHTMLEPNS_5FrameEPNS_5EventENS_19EditorCommandS ourceERKN3WTF6StringE 5323 fun:_ZN7WebCoreL17executeInsertHTMLEPNS_5FrameEPNS_5EventENS_19EditorCommandS ourceERKN3WTF6StringE
5324 } 5324 }
5325 { 5325 {
5326 bug_106331 5326 bug_106331
5327 Memcheck:Leak 5327 Memcheck:Leak
5328 ... 5328 ...
5329 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss 5329 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss
5330 } 5330 }
5331 {
5332 bug_106402
5333 Memcheck:Leak
5334 fun:_Znw*
5335 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
5336 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_
5337 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_
5338 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
5339 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E
5340 }
5331 5341
5332 #----------------------------------------------------------------------- 5342 #-----------------------------------------------------------------------
5333 # 4. These only occur on our Google workstations 5343 # 4. These only occur on our Google workstations
5334 { 5344 {
5335 bug_todo_freeres 5345 bug_todo_freeres
5336 Memcheck:Free 5346 Memcheck:Free
5337 fun:free 5347 fun:free
5338 fun:__libc_freeres 5348 fun:__libc_freeres
5339 fun:_vgnU_freeres 5349 fun:_vgnU_freeres
5340 fun:_Exit 5350 fun:_Exit
(...skipping 17 matching lines...) Expand all
5358 obj:/lib/libselinux.so.1 5368 obj:/lib/libselinux.so.1
5359 obj:/lib/libselinux.so.1 5369 obj:/lib/libselinux.so.1
5360 } 5370 }
5361 { 5371 {
5362 bug_todo_grep 5372 bug_todo_grep
5363 Memcheck:Leak 5373 Memcheck:Leak
5364 fun:malloc 5374 fun:malloc
5365 obj:/bin/grep 5375 obj:/bin/grep
5366 obj:/bin/grep 5376 obj:/bin/grep
5367 } 5377 }
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