| 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 7113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7124 fun:_ZN5drive4util19DriveFileReaderTest5SetUpEv | 7124 fun:_ZN5drive4util19DriveFileReaderTest5SetUpEv |
| 7125 } | 7125 } |
| 7126 { | 7126 { |
| 7127 bug_236862_b | 7127 bug_236862_b |
| 7128 Memcheck:Leak | 7128 Memcheck:Leak |
| 7129 ... | 7129 ... |
| 7130 fun:_ZN4base26PostTaskAndReplyWithResultIiiEEbPNS_10TaskRunnerERKN15tracked_o
bjects8LocationERKNS_8CallbackIFT_vEEERKNS7_IFvT0_EEE | 7130 fun:_ZN4base26PostTaskAndReplyWithResultIiiEEbPNS_10TaskRunnerERKN15tracked_o
bjects8LocationERKNS_8CallbackIFT_vEEERKNS7_IFvT0_EEE |
| 7131 fun:_ZN5drive4util10FileReader4OpenERKN4base8FilePathElRKNS2_8CallbackIFviEEE | 7131 fun:_ZN5drive4util10FileReader4OpenERKN4base8FilePathElRKNS2_8CallbackIFviEEE |
| 7132 fun:_ZN5drive4util*DriveFileReaderTest_*_Test8TestBodyEv | 7132 fun:_ZN5drive4util*DriveFileReaderTest_*_Test8TestBodyEv |
| 7133 } | 7133 } |
| 7134 { |
| 7135 bug_238160 |
| 7136 Memcheck:Leak |
| 7137 fun:_Znw* |
| 7138 fun:_ZN63ExperimentalIdentityLaunchWebAuthFlowTest_RedirectMatching_Test8TestB
odyEv |
| 7139 } |
| OLD | NEW |