Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 188453002: Generalize gtest suppression and remove duplicate supressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index a069724eae6b170e47366457a6055ee941df9683..58ab6b5c0e3b56c97530e680c5b1d173a9813f3e 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1080,7 +1080,7 @@ nspr4.dll!*
UNINITIALIZED READ
name=http://crbug.com/64887 (GMock printing uninit data)
...
-*!testing::internal2::PrintBytesInObjectTo
+*!testing::*::PrintBytesInObjectTo*
###############################################################
# Proactively borrowed from memcheck/suppressions.txt.
@@ -2009,25 +2009,3 @@ MSVCP120.dll!std::num_get<>::_Getffld
MSVCP120.dll!std::num_get<>::do_get
MSVCP120.dll!std::basic_istream<>::operator>>
translator.dll!pp::numeric_lex_float<>
-
-UNINITIALIZED READ
-name=bug_349416_b
-MSVCR120.dll!_output_s_l
-MSVCR120.dll!_vsnprintf_helper
-MSVCR120.dll!_vsnprintf_s_l
-MSVCR120.dll!_snprintf_s
-*!testing::`anonymous namespace'::PrintByteSegmentInObjectTo
-*!testing::`anonymous namespace'::PrintBytesInObjectToImpl
-*!testing::internal2::operator<<<>
-*!testing_internal::DefaultPrintNonContainerTo<>
-
-UNINITIALIZED READ
-name=bug_349416_c
-MSVCR120.dll!sprintf_s
-MSVCR120.dll!_uncaught_exception
-MSVCR120.dll!vsnprintf_s_l
-MSVCR120.dll!snprintf_s
-*!testing::`anonymous namespace'::PrintByteSegmentInObjectTo
-*!testing::`anonymous namespace'::PrintBytesInObjectToImpl
-*!testing::internal2::operator<<<>
-*!testing_internal::DefaultPrintNonContainerTo<>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698