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 5328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 { | 5343 { |
5344 bug_106549 | 5344 bug_106549 |
5345 Memcheck:Uninitialized | 5345 Memcheck:Uninitialized |
5346 fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_
10SyncBundleE | 5346 fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_
10SyncBundleE |
5347 fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationER
KSt6vectorI10SyncChangeSaIS5_EE | 5347 fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationER
KSt6vectorI10SyncChangeSaIS5_EE |
5348 } | 5348 } |
| 5349 { |
| 5350 bug_106552 |
| 5351 Memcheck:Uninitialized |
| 5352 ... |
| 5353 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb |
| 5354 fun:_ZN25JSONStringValueSerializer9SerializeERKN4base5ValueE |
| 5355 fun:_ZN13JsonPrefStore13SerializeDataEPSs |
| 5356 fun:_ZN19ImportantFileWriter16DoScheduledWriteEv |
| 5357 fun:_ZN13JsonPrefStore18CommitPendingWriteEv |
| 5358 fun:_ZN13JsonPrefStoreD0Ev |
| 5359 fun:_ZNK4base10RefCountedI9PrefStoreE7ReleaseEv |
| 5360 fun:_ZN13scoped_refptrI19PersistentPrefStoreEaSEPS0_ |
| 5361 fun:_ZN11PrefServiceD0Ev |
| 5362 fun:_ZN10scoped_ptrI11PrefServiceED1Ev |
| 5363 fun:_ZN14TestingProfileD2Ev |
| 5364 fun:_ZN23ExtensionTestingProfileD0Ev |
| 5365 } |
5349 | 5366 |
5350 #----------------------------------------------------------------------- | 5367 #----------------------------------------------------------------------- |
5351 # 4. These only occur on our Google workstations | 5368 # 4. These only occur on our Google workstations |
5352 { | 5369 { |
5353 bug_todo_freeres | 5370 bug_todo_freeres |
5354 Memcheck:Free | 5371 Memcheck:Free |
5355 fun:free | 5372 fun:free |
5356 fun:__libc_freeres | 5373 fun:__libc_freeres |
5357 fun:_vgnU_freeres | 5374 fun:_vgnU_freeres |
5358 fun:_Exit | 5375 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5376 obj:/lib/libselinux.so.1 | 5393 obj:/lib/libselinux.so.1 |
5377 obj:/lib/libselinux.so.1 | 5394 obj:/lib/libselinux.so.1 |
5378 } | 5395 } |
5379 { | 5396 { |
5380 bug_todo_grep | 5397 bug_todo_grep |
5381 Memcheck:Leak | 5398 Memcheck:Leak |
5382 fun:malloc | 5399 fun:malloc |
5383 obj:/bin/grep | 5400 obj:/bin/grep |
5384 obj:/bin/grep | 5401 obj:/bin/grep |
5385 } | 5402 } |
OLD | NEW |