summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/drmemory
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/drmemory')
-rw-r--r--tools/valgrind/drmemory/suppressions_full.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index a79f17b..0ad753b 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -902,6 +902,13 @@ name=Firefox 3 NSS dll leak
nspr4.dll!...
*!NSSDecryptor::Free
+# We get uninit reports inside GMock when it prints the bytes of references to
+# partially initialized objects passed to unexpected method calls.
+UNINITIALIZED READ
+name=GMock printing uninit data
+...
+*!testing::internal2::PrintBytesInObjectTo
+
###############################################################
# Real issues in Chromium