Skip to content
Snippets Groups Projects
Commit 4b3a7628 authored by mdm@chromium.org's avatar mdm@chromium.org
Browse files

Move a previously Mac-specific Valgrind suppression for SQLite to Linux as well.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/213028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26616 0039d316-1c4b-4281-b951-d872f2087c98
parent f06ca34a
No related merge requests found
......@@ -170,6 +170,16 @@
fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
}
{
# Strange...
bug_20653a
Memcheck:Param
write(buf)
...
fun:sqlite3OsWrite
fun:pager_write_pagelist
fun:sqlite3PagerCommitPhaseOne
}
{
# There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968
# See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177
......
......@@ -541,16 +541,6 @@
fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
}
{
# Strange...
bug_20653a
Memcheck:Param
write(buf)
...
fun:sqlite3OsWrite
fun:pager_write_pagelist
fun:sqlite3PagerCommitPhaseOne
}
{
# Strange...
bug_20653b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment