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 5334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5345 fun:_Znw* | 5345 fun:_Znw* |
5346 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE | 5346 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE |
5347 fun:_ZN16ServiceIPCServer13CreateChannelEv | 5347 fun:_ZN16ServiceIPCServer13CreateChannelEv |
5348 fun:_ZN16ServiceIPCServer4InitEv | 5348 fun:_ZN16ServiceIPCServer4InitEv |
5349 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv
iceProcessState | 5349 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv
iceProcessState |
5350 fun:_Z18ServiceProcessMainRK18MainFunctionParams | 5350 fun:_Z18ServiceProcessMainRK18MainFunctionParams |
5351 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams | 5351 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams |
5352 fun:ChromeMain | 5352 fun:ChromeMain |
5353 fun:main | 5353 fun:main |
5354 } | 5354 } |
| 5355 { |
| 5356 bug_94195 |
| 5357 Memcheck:Leak |
| 5358 ... |
| 5359 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE |
| 5360 } |
5355 | 5361 |
5356 #----------------------------------------------------------------------- | 5362 #----------------------------------------------------------------------- |
5357 # These only occur on our Google workstations | 5363 # These only occur on our Google workstations |
5358 { | 5364 { |
5359 bug_todo_freeres | 5365 bug_todo_freeres |
5360 Memcheck:Free | 5366 Memcheck:Free |
5361 fun:free | 5367 fun:free |
5362 fun:__libc_freeres | 5368 fun:__libc_freeres |
5363 fun:_vgnU_freeres | 5369 fun:_vgnU_freeres |
5364 fun:_Exit | 5370 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
5375 } | 5381 } |
5376 { | 5382 { |
5377 bug_todo_getdelim2 | 5383 bug_todo_getdelim2 |
5378 Memcheck:Leak | 5384 Memcheck:Leak |
5379 fun:malloc | 5385 fun:malloc |
5380 fun:getdelim | 5386 fun:getdelim |
5381 obj:/lib/libselinux.so.1 | 5387 obj:/lib/libselinux.so.1 |
5382 obj:/lib/libselinux.so.1 | 5388 obj:/lib/libselinux.so.1 |
5383 obj:/lib/libselinux.so.1 | 5389 obj:/lib/libselinux.so.1 |
5384 } | 5390 } |
OLD | NEW |