| 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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
| 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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 { | 1494 { |
| 1495 bug_49750 | 1495 bug_49750 |
| 1496 Memcheck:Leak | 1496 Memcheck:Leak |
| 1497 fun:_Znw* | 1497 fun:_Znw* |
| 1498 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp
erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper | 1498 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp
erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper |
| 1499 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT
reeModelEv | 1499 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT
reeModelEv |
| 1500 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents] | 1500 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents] |
| 1501 fun:-[CollectedCookiesWindowController initWithTabContents:] | 1501 fun:-[CollectedCookiesWindowController initWithTabContents:] |
| 1502 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test
8TestBodyEv | 1502 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test
8TestBodyEv |
| 1503 } | 1503 } |
| 1504 { |
| 1505 bug_50002 |
| 1506 Memcheck:Cond |
| 1507 fun:_ZNK6Pickle8ReadBoolEPPvPb |
| 1508 fun:_ZN3IPC11ParamTraitsI28ViewHostMsg_Resource_RequestE4ReadEPKNS_7MessageEP
PvPS1_ |
| 1509 fun:_ZN3IPC11ParamTraitsI6Tuple2Ii28ViewHostMsg_Resource_RequestEE4ReadEPKNS_
7MessageEPPvPS3_ |
| 1510 fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii28ViewHostMsg_Resource_RequestEE4ReadE
PKNS_7MessageEPS3_ |
| 1511 fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii28ViewHostMsg_Resource_RequestEE8Dispa
tchI22ResourceDispatcherHostiRKS2_EEbPKNS_7MessageEPT_MSC_FvRSA_T0_T1_E |
| 1512 fun:_ZN22ResourceDispatcherHost17OnMessageReceivedERKN3IPC7MessageEPNS_8Recei
verEPb |
| 1513 fun:_ZN26ResourceDispatcherHostTest15MakeTestRequestEPN22ResourceDispatcherHo
st8ReceiverEiiRK4GURL |
| 1514 fun:_ZN40ResourceDispatcherHostTest_TestMany_Test8TestBodyEv |
| 1515 } |
| OLD | NEW |