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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 7982036: Widen suppressionfor 64887 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index db3472004085ce76c98f6ee1ad58e5f391058dbf..ab6071a902eefd8cb933ccd52a5f33941f5d208f 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2775,8 +2775,8 @@
Memcheck:Value4
fun:_itoa_word
fun:vfprintf
- fun:vsnprintf
- fun:snprintf
+ fun:*vsnprintf*
+ fun:*snprintf*
fun:_ZN7testing*PrintByteSegmentInObjectTo*
fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
@@ -2787,22 +2787,14 @@
fun:_ZN7testing8internal7PrintToI*
fun:_ZN7testing8internal16UniversalPrinterI*
fun:_ZN7testing8internal14UniversalPrintI*
- fun:_ZN7testing8internal19UniversalTersePrintI*
- fun:_ZN7testing13PrintToStringI*
- fun:_ZN7testing8internal25ParameterizedTestCaseInfoI*E13RegisterTestsEv
- fun:_ZN7testing8internal29ParameterizedTestCaseRegistry13RegisterTestsEv
- fun:_ZN7testing8internal12UnitTestImpl26RegisterParameterizedTestsEv
- fun:_ZN7testing8internal12UnitTestImpl19PostFlagParsingInitEv
- fun:_ZN7testing8internal18InitGoogleTestImplIcEEvPiPPT_
- fun:_ZN7testing14InitGoogleTestEPiPPc
}
{
bug_64887_c
Memcheck:Cond
fun:_itoa_word
fun:vfprintf
- fun:vsnprintf
- fun:snprintf
+ fun:*vsnprintf*
+ fun:*snprintf*
fun:_ZN7testing*PrintByteSegmentInObjectTo*
fun:_ZN7testing*PrintBytesInObjectToImplEPKhjPSo
fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo
@@ -2813,14 +2805,6 @@
fun:_ZN7testing8internal7PrintToI*
fun:_ZN7testing8internal16UniversalPrinterI*
fun:_ZN7testing8internal14UniversalPrintI*
- fun:_ZN7testing8internal19UniversalTersePrintI*
- fun:_ZN7testing13PrintToStringI*
- fun:_ZN7testing8internal25ParameterizedTestCaseInfoI*E13RegisterTestsEv
- fun:_ZN7testing8internal29ParameterizedTestCaseRegistry13RegisterTestsEv
- fun:_ZN7testing8internal12UnitTestImpl26RegisterParameterizedTestsEv
- fun:_ZN7testing8internal12UnitTestImpl19PostFlagParsingInitEv
- fun:_ZN7testing8internal18InitGoogleTestImplIcEEvPiPPT_
- fun:_ZN7testing14InitGoogleTestEPiPPc
}
{
bug_64887_d
« 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