summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 09:35:01 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 09:35:01 +0000
commite0e51c58893fac2b0ce948a7ec045d354fef0bcd (patch)
tree17504adfe49dc647e6bf5617e257c0c41e4816e7 /tools/heapcheck
parent536f8082c8e8b492086e7f675bdb477005f770cb (diff)
downloadchromium_src-e0e51c58893fac2b0ce948a7ec045d354fef0bcd.zip
chromium_src-e0e51c58893fac2b0ce948a7ec045d354fef0bcd.tar.gz
chromium_src-e0e51c58893fac2b0ce948a7ec045d354fef0bcd.tar.bz2
Suppress memory leaks in ModuleSystemTests
BUG=118575 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9700093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 42f15fc..3f7f5b3 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1878,3 +1878,9 @@
...
fun:SelectFileDialogExtensionTest_SelfDeleting_Test::TestBody
}
+{
+ bug_118575
+ Heapcheck:Leak
+ ...
+ fun:ModuleSystemTest*
+}