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 3490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3501 ... | 3501 ... |
3502 fun:_ZNSt3mapISsP5ValueSt4lessISsESaISt4pairIKSsS1_EEEixERS5_ | 3502 fun:_ZNSt3mapISsP5ValueSt4lessISsESaISt4pairIKSsS1_EEEixERS5_ |
3503 fun:_ZN15DictionaryValue23SetWithoutPathExpansionERKSsP5Value | 3503 fun:_ZN15DictionaryValue23SetWithoutPathExpansionERKSsP5Value |
3504 ... | 3504 ... |
3505 fun:_ZNK15DictionaryValue8DeepCopyEv | 3505 fun:_ZNK15DictionaryValue8DeepCopyEv |
3506 fun:_ZN9Extension13InitFromValueERK15DictionaryValuebPSs | 3506 fun:_ZN9Extension13InitFromValueERK15DictionaryValuebPSs |
3507 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERK15DictionaryValuebPSs | 3507 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERK15DictionaryValuebPSs |
3508 fun:_ZN19extension_file_util13LoadExtensionERK8FilePathN9Extension8LocationEb
PSs | 3508 fun:_ZN19extension_file_util13LoadExtensionERK8FilePathN9Extension8LocationEb
PSs |
3509 fun:_ZN23ExtensionServiceBackend19LoadSingleExtensionERK8FilePath13scoped_ref
ptrI16ExtensionServiceE | 3509 fun:_ZN23ExtensionServiceBackend19LoadSingleExtensionERK8FilePath13scoped_ref
ptrI16ExtensionServiceE |
3510 } | 3510 } |
| 3511 { |
| 3512 bug_68069a |
| 3513 Memcheck:Leak |
| 3514 ... |
| 3515 fun:_ZN3gfx15PixmapGLContext11MakeCurrentEv |
| 3516 fun:_ZN3gfx15PixmapGLContext10InitializeEPNS_9GLContextE |
| 3517 fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_ |
| 3518 fun:*19InitializeGLContextEv |
| 3519 fun:_ZN18gpu_info_collector19CollectGraphicsInfoEP7GPUInfo |
| 3520 fun:_ZN9GpuThread4InitERKN4base4TimeE |
| 3521 fun:_Z7GpuMainRK18MainFunctionParams |
| 3522 fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams |
| 3523 } |
| 3524 { |
| 3525 bug_68069b |
| 3526 Memcheck:Leak |
| 3527 fun:malloc |
| 3528 ... |
| 3529 fun:_ZN3gfx9GLContext16InitializeOneOffEv |
| 3530 fun:_Z7GpuMainRK18MainFunctionParams |
| 3531 fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams |
| 3532 fun:ChromeMain |
| 3533 fun:main |
| 3534 } |
OLD | NEW |