OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |