diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:44:01 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:44:01 +0000 |
commit | b02c526f477123484c9e1f8e35dcdfa2f4212dee (patch) | |
tree | 2d990b0cfb78e46bdc796046218a9684ea219f6f /tools/valgrind | |
parent | 1105d8ee2da6495c029f018308c8c234e2b140bb (diff) | |
download | chromium_src-b02c526f477123484c9e1f8e35dcdfa2f4212dee.zip chromium_src-b02c526f477123484c9e1f8e35dcdfa2f4212dee.tar.gz chromium_src-b02c526f477123484c9e1f8e35dcdfa2f4212dee.tar.bz2 |
Suppress a valgrind error
BUG=50297
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index d9979aa..7cbb347 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1567,3 +1567,27 @@ fun:_ZN11MessageLoop6DoWorkEv fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE } +{ + bug_50297 + Memcheck:Cond + fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv + fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi + fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_ + fun:event_process_active + fun:event_base_loop + fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE + fun:_ZN11MessageLoop11RunInternalEv +} +{ + bug_50297 + Memcheck:Cond + fun:_ZN6Pickle8FindNextEmPKcS1_ + fun:_ZN3IPC7Message8FindNextEPKcS2_ + fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv + fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi + fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_ + fun:event_process_active + fun:event_base_loop + fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE + fun:_ZN11MessageLoop11RunInternalEv +} |