diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:12:16 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:12:16 +0000 |
commit | 920c091ac3ee15079194c82ae8a7a18215f3f23c (patch) | |
tree | d28515d1e7732e2b6d077df1b4855ace3f4ac84f /tools/purify/data/ignore.txt | |
parent | ae2c20f398933a9e86c387dcc465ec0f71065ffc (diff) | |
download | chromium_src-920c091ac3ee15079194c82ae8a7a18215f3f23c.zip chromium_src-920c091ac3ee15079194c82ae8a7a18215f3f23c.tar.gz chromium_src-920c091ac3ee15079194c82ae8a7a18215f3f23c.tar.bz2 |
Add tools to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/purify/data/ignore.txt')
-rw-r--r-- | tools/purify/data/ignore.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/purify/data/ignore.txt b/tools/purify/data/ignore.txt new file mode 100644 index 0000000..16a11b2 --- /dev/null +++ b/tools/purify/data/ignore.txt @@ -0,0 +1,12 @@ +# See bug 1157381 +Pure: Trap bits found in live chunk + +# See bugs 1151263 and 1164562 +Memory leak .+ allocated in InitSecurityInterfaceA \[SECUR32\.DLL\] + +# See bug 1163766 +# Ugly regexps are trying to deal with Purify's demangling bugs. +Memory leak .+ allocated in \?NewRunnableMethod.+ExpireHistoryBackend.+ScopedRunnableMethodFactory +Memory leak .+ allocated in RevocableStore::RevokeAll\(void\) +Memory leak .+ allocated in \?NewRunnableMethod.+CommitLaterTask.+CancelableTask.+CommitLaterTask +Memory leak .+ allocated in history::HistoryBackend::ScheduleCommit\(void\) |