diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-05-25 22:08:45 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-05-25 23:26:42 -0400 |
commit | 560b7baafc3183ededabe99a65510ee1f39ac385 (patch) | |
tree | c07ae14dfc52ae05fb388cd8e7b3c0aa4c406a5b /valgrind.suppressions | |
parent | a6e5b141c2d0bfac88d22fdf9d3bafc85c95b523 (diff) | |
download | mongo-560b7baafc3183ededabe99a65510ee1f39ac385.tar.gz |
Start of work on valgrind test for mongos SERVER-1125
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions new file mode 100644 index 00000000000..23f68d970d3 --- /dev/null +++ b/valgrind.suppressions @@ -0,0 +1,8 @@ +{ + Command_Static_Stuff + Memcheck:Leak + ... + fun:_ZNSsC1EPKcRKSaIcE + ... +} + |