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

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

Issue 8815019: Suppression for extension::Restrictions. (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 5345 matching lines...) Expand 10 before | Expand all | Expand 10 after
5356 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv 5356 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv
5357 fun:_ZN13JsonPrefStore18CommitPendingWriteEv 5357 fun:_ZN13JsonPrefStore18CommitPendingWriteEv
5358 fun:_ZN13JsonPrefStoreD0Ev 5358 fun:_ZN13JsonPrefStoreD0Ev
5359 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv 5359 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv
5360 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_ 5360 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_
5361 fun:_ZN11PrefServiceD0Ev 5361 fun:_ZN11PrefServiceD0Ev
5362 fun:_ZN10scoped_ptrI11PrefServiceED1Ev 5362 fun:_ZN10scoped_ptrI11PrefServiceED1Ev
5363 fun:_ZN14TestingProfileD2Ev 5363 fun:_ZN14TestingProfileD2Ev
5364 fun:_ZN23ExtensionTestingProfileD0Ev 5364 fun:_ZN23ExtensionTestingProfileD0Ev
5365 } 5365 }
5366 {
5367 bug_106571
5368 Memcheck:Leak
5369 fun:_Znw*
5370 ...
5371 fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_
5372 ...
5373 fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSs
5374 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss
5375 fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv
5376 fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_Param sSaIS1_EE
5377 }
5366 5378
5367 #----------------------------------------------------------------------- 5379 #-----------------------------------------------------------------------
5368 # 4. These only occur on our Google workstations 5380 # 4. These only occur on our Google workstations
5369 { 5381 {
5370 bug_todo_freeres 5382 bug_todo_freeres
5371 Memcheck:Free 5383 Memcheck:Free
5372 fun:free 5384 fun:free
5373 fun:__libc_freeres 5385 fun:__libc_freeres
5374 fun:_vgnU_freeres 5386 fun:_vgnU_freeres
5375 fun:_Exit 5387 fun:_Exit
(...skipping 17 matching lines...) Expand all
5393 obj:/lib/libselinux.so.1 5405 obj:/lib/libselinux.so.1
5394 obj:/lib/libselinux.so.1 5406 obj:/lib/libselinux.so.1
5395 } 5407 }
5396 { 5408 {
5397 bug_todo_grep 5409 bug_todo_grep
5398 Memcheck:Leak 5410 Memcheck:Leak
5399 fun:malloc 5411 fun:malloc
5400 obj:/bin/grep 5412 obj:/bin/grep
5401 obj:/bin/grep 5413 obj:/bin/grep
5402 } 5414 }
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