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 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2459 } | 2459 } |
2460 { | 2460 { |
2461 bug_148865 | 2461 bug_148865 |
2462 Memcheck:Leak | 2462 Memcheck:Leak |
2463 fun:_Znw* | 2463 fun:_Znw* |
2464 fun:_ZN16RenderThreadImpl4InitEv | 2464 fun:_ZN16RenderThreadImpl4InitEv |
2465 fun:_ZN16RenderThreadImplC2ERKSs | 2465 fun:_ZN16RenderThreadImplC2ERKSs |
2466 fun:_ZN16RenderThreadImplC1ERKSs | 2466 fun:_ZN16RenderThreadImplC1ERKSs |
2467 fun:_ZN21WebRTCAudioDeviceTest5SetUpEv | 2467 fun:_ZN21WebRTCAudioDeviceTest5SetUpEv |
2468 } | 2468 } |
2469 { | |
2470 bug_150705 | |
2471 Memcheck:Uninitialized | |
2472 ... | |
2473 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo | |
2474 fun:_ZN7testing12_GLOBAL__N_124PrintBytesInObjectToImplEPKhmPSo | |
2475 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo | |
2476 fun:_ZN7testing9internal220TypeWithoutFormatterI18DownloadCreateInfoLNS0_8Typ
eKindE2EE10PrintValueERKS2_PSo | |
2477 fun:_ZN7testing9internal2lsIcSt11char_traitsIcE18DownloadCreateInfoEERSt13bas
ic_ostreamIT_T0_ES9_RKT1_ | |
2478 fun:_ZN16testing_internal26DefaultPrintNonContainerToI18DownloadCreateInfoEEv
RKT_PSo | |
2479 fun:_ZN7testing8internal14DefaultPrintToI18DownloadCreateInfoEEvcNS0_13bool_c
onstantILb0EEERKT_PSo | |
2480 fun:_ZN7testing8internal7PrintToI18DownloadCreateInfoEEvRKT_PSo | |
2481 fun:_ZN7testing8internal16UniversalPrinterI18DownloadCreateInfoE5PrintERKS2_P
So | |
2482 fun:_ZN7testing8internal14UniversalPrintI18DownloadCreateInfoEEvRKT_PSo | |
2483 fun:_ZN7testing8internal20MatchPrintAndExplainI18DownloadCreateInfoRKS2_EEbRT
_RKNS_7MatcherIT0_EEPNS_19MatchResultListenerE | |
2484 } | |
OLD | NEW |