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 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1754 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste
nerEPN4base16MessageLoopProxyE | 1754 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste
nerEPN4base16MessageLoopProxyE |
1755 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste
nerEPN4base16MessageLoopProxyE | 1755 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste
nerEPN4base16MessageLoopProxyE |
1756 fun:_ZN36IPCChannelTest_ChannelProxyTest_Test8TestBodyEv | 1756 fun:_ZN36IPCChannelTest_ChannelProxyTest_Test8TestBodyEv |
1757 } | 1757 } |
1758 { | 1758 { |
1759 bug_82682 | 1759 bug_82682 |
1760 Memcheck:Leak | 1760 Memcheck:Leak |
1761 ... | 1761 ... |
1762 fun:_ZN6webkit5npapi12_GLOBAL__N_119ReadPlistPluginInfoERK8FilePathP10__CFBun
dlePNS0_13WebPluginInfoE | 1762 fun:_ZN6webkit5npapi12_GLOBAL__N_119ReadPlistPluginInfoERK8FilePathP10__CFBun
dlePNS0_13WebPluginInfoE |
1763 } | 1763 } |
| 1764 { |
| 1765 bug_83566 |
| 1766 Memcheck:Addr4 |
| 1767 fun:_ZN7WebCore*V8Entr*Callback11handleEvent* |
| 1768 ... |
| 1769 fun:_ZN7WebCore16CrossThreadTask3IPN6WebKit31WorkerFileSystemCallbacksBridge* |
| 1770 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge21runTaskOnWorkerThreadEPN7Web
Core22ScriptExecutionContextEN3WTF10PassRefPtrIS0_EENS4_10PassOwnPtrINS2_4TaskEE
E |
| 1771 fun:_ZN7WebCore16CrossThreadTask2IN3WTF10PassRefPtrIN6WebKit31WorkerFileSyste
mCallbacksBridgeEEES5_NS1_10PassOwnPtrINS_22ScriptExecutionContext4TaskEEES9_E11
performTaskEPS7_ |
| 1772 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContext
E |
| 1773 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi
cateE |
| 1774 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE |
| 1775 fun:_ZN7WebCore12WorkerThread12runEventLoopEv |
| 1776 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv |
| 1777 fun:_ZN7WebCore12WorkerThread12workerThreadEv |
| 1778 } |
OLD | NEW |