OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 5344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5355 bug_91836_k | 5355 bug_91836_k |
5356 Memcheck:Leak | 5356 Memcheck:Leak |
5357 fun:_Znw* | 5357 fun:_Znw* |
5358 fun:_ZN5quota12UsageTrackerC1ERKSt4listIPNS_11QuotaClientESaIS3_EENS_11Storag
eTypeEPNS_20SpecialStoragePolicyE | 5358 fun:_ZN5quota12UsageTrackerC1ERKSt4listIPNS_11QuotaClientESaIS3_EENS_11Storag
eTypeEPNS_20SpecialStoragePolicyE |
5359 fun:_ZN5quota12QuotaManager14LazyInitializeEv | 5359 fun:_ZN5quota12QuotaManager14LazyInitializeEv |
5360 fun:_ZN5quota12QuotaManager29NotifyStorageModifiedInternalENS_11QuotaClient2I
DERK4GURLNS_11StorageTypeExN4base4TimeE | 5360 fun:_ZN5quota12QuotaManager29NotifyStorageModifiedInternalENS_11QuotaClient2I
DERK4GURLNS_11StorageTypeExN4base4TimeE |
5361 fun:_ZN5quota17MockStorageClient24TouchAllOriginsAndNotifyEv | 5361 fun:_ZN5quota17MockStorageClient24TouchAllOriginsAndNotifyEv |
5362 fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDat
aEj | 5362 fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDat
aEj |
5363 fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv | 5363 fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv |
5364 } | 5364 } |
| 5365 { |
| 5366 bug_91845 |
| 5367 Memcheck:Leak |
| 5368 fun:_Znw* |
| 5369 ... |
| 5370 fun:_ZN27BrowserAccessibilityManager23CreateAccessibilityTreeEP20BrowserAcces
sibilityRKN11webkit_glue16WebAccessibilityEi |
| 5371 ... |
| 5372 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod
yEv |
| 5373 } |
5365 | 5374 |
5366 #----------------------------------------------------------------------- | 5375 #----------------------------------------------------------------------- |
5367 # These only occur on our Google workstations | 5376 # These only occur on our Google workstations |
5368 { | 5377 { |
5369 bug_todo_freeres | 5378 bug_todo_freeres |
5370 Memcheck:Free | 5379 Memcheck:Free |
5371 fun:free | 5380 fun:free |
5372 fun:__libc_freeres | 5381 fun:__libc_freeres |
5373 fun:_vgnU_freeres | 5382 fun:_vgnU_freeres |
5374 fun:_Exit | 5383 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
5385 } | 5394 } |
5386 { | 5395 { |
5387 bug_todo_getdelim2 | 5396 bug_todo_getdelim2 |
5388 Memcheck:Leak | 5397 Memcheck:Leak |
5389 fun:malloc | 5398 fun:malloc |
5390 fun:getdelim | 5399 fun:getdelim |
5391 obj:/lib/libselinux.so.1 | 5400 obj:/lib/libselinux.so.1 |
5392 obj:/lib/libselinux.so.1 | 5401 obj:/lib/libselinux.so.1 |
5393 obj:/lib/libselinux.so.1 | 5402 obj:/lib/libselinux.so.1 |
5394 } | 5403 } |
OLD | NEW |