Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 7051031: Valgrind Mac: Suppress an occasional write error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698