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

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

Issue 8820018: Uninitialized suppression for ExtensionService::ProcessExtensionSyncData (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 5322 matching lines...) Expand 10 before | Expand all | Expand 10 after
5333 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E 5333 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E
5334 } 5334 }
5335 { 5335 {
5336 bug_106529 5336 bug_106529
5337 Memcheck:Leak 5337 Memcheck:Leak
5338 fun:_Znw* 5338 fun:_Znw*
5339 fun:_ZN10extensions6SocketC?EPK7ProfileRKSsRK4GURL 5339 fun:_ZN10extensions6SocketC?EPK7ProfileRKSsRK4GURL
5340 fun:_ZN10extensions16SocketController9CreateUdpEPK7ProfileRKSsRK4GURL 5340 fun:_ZN10extensions16SocketController9CreateUdpEPK7ProfileRKSsRK4GURL
5341 fun:_ZN10extensions57SocketApiControllerTest_TestSocketControllerLifetime_Tes t8TestBodyEv 5341 fun:_ZN10extensions57SocketApiControllerTest_TestSocketControllerLifetime_Tes t8TestBodyEv
5342 } 5342 }
5343 {
5344 bug_106549
5345 Memcheck:Uninitialized
5346 fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_ 10SyncBundleE
5347 fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationER KSt6vectorI10SyncChangeSaIS5_EE
5348 }
5343 5349
5344 #----------------------------------------------------------------------- 5350 #-----------------------------------------------------------------------
5345 # 4. These only occur on our Google workstations 5351 # 4. These only occur on our Google workstations
5346 { 5352 {
5347 bug_todo_freeres 5353 bug_todo_freeres
5348 Memcheck:Free 5354 Memcheck:Free
5349 fun:free 5355 fun:free
5350 fun:__libc_freeres 5356 fun:__libc_freeres
5351 fun:_vgnU_freeres 5357 fun:_vgnU_freeres
5352 fun:_Exit 5358 fun:_Exit
(...skipping 17 matching lines...) Expand all
5370 obj:/lib/libselinux.so.1 5376 obj:/lib/libselinux.so.1
5371 obj:/lib/libselinux.so.1 5377 obj:/lib/libselinux.so.1
5372 } 5378 }
5373 { 5379 {
5374 bug_todo_grep 5380 bug_todo_grep
5375 Memcheck:Leak 5381 Memcheck:Leak
5376 fun:malloc 5382 fun:malloc
5377 obj:/bin/grep 5383 obj:/bin/grep
5378 obj:/bin/grep 5384 obj:/bin/grep
5379 } 5385 }
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