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 6295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6306 } | 6306 } |
6307 { | 6307 { |
6308 bug_329339 | 6308 bug_329339 |
6309 Memcheck:Uninitialized | 6309 Memcheck:Uninitialized |
6310 ... | 6310 ... |
6311 fun:_ZN3net18ProxyScriptDecider* | 6311 fun:_ZN3net18ProxyScriptDecider* |
6312 fun:_ZN3net18ProxyScriptDecider6DoLoopEi | 6312 fun:_ZN3net18ProxyScriptDecider6DoLoopEi |
6313 fun:_ZN3net18ProxyScriptDecider* | 6313 fun:_ZN3net18ProxyScriptDecider* |
6314 } | 6314 } |
6315 { | 6315 { |
6316 bug_329951 | |
6317 Memcheck:Uninitialized | |
6318 fun:_ZNK3net5tools17QuicInMemoryCache6GetKeyERKNS_12BalsaHeadersE | |
6319 ... | |
6320 fun:_ZN3net5tools4test12_GLOBAL__N_151QuicSpdyServerStreamTest_TestSendErrorR
esponse_Test8TestBodyEv | |
6321 } | |
6322 { | |
6323 bug_329960 | 6316 bug_329960 |
6324 Memcheck:Leak | 6317 Memcheck:Leak |
6325 fun:_Znw* | 6318 fun:_Znw* |
6326 fun:_ZN7WebCore22V8PerContextDataHolder7installEN2v86HandleINS1_7ContextEEE | 6319 fun:_ZN7WebCore22V8PerContextDataHolder7installEN2v86HandleINS1_7ContextEEE |
6327 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv | 6320 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv |
6328 ... | 6321 ... |
6329 fun:_ZN7WebCore12WorkerThread12workerThreadEv | 6322 fun:_ZN7WebCore12WorkerThread12workerThreadEv |
6330 } | 6323 } |
OLD | NEW |