Created
January 19, 2023 10:00
-
-
Save rsarrazin2/917c00f470585bcec5a9d5d2375438c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
GoogleTestValue8 | |
Memcheck:Value8 | |
fun:_itoa_word | |
fun:__vfprintf_internal | |
fun:__vsnprintf_internal | |
fun:snprintf | |
... | |
} | |
{ | |
GoogleTestCond | |
Memcheck:Cond | |
... | |
fun:__vfprintf_internal | |
fun:__vsnprintf_internal | |
fun:snprintf | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suppression file can be used with valgrind, e.g. as
valgrind --suppressions=googletest.supp --track-origins=yes /path/to/the/google/test/executable
.