diff options
Diffstat (limited to 'scripts/valgrind.sup')
-rw-r--r-- | scripts/valgrind.sup | 64 |
1 files changed, 2 insertions, 62 deletions
diff --git a/scripts/valgrind.sup b/scripts/valgrind.sup index 09e2f6685c..04cf7a92de 100644 --- a/scripts/valgrind.sup +++ b/scripts/valgrind.sup @@ -1,5 +1,5 @@ { - Graphics driver bugs + Valgrind x Mesa Memcheck:Cond ... obj:*/swrast_dri.* @@ -8,7 +8,7 @@ ... } { - Graphics driver bugs + Valgrind x Mesa Memcheck:Value8 ... obj:*/swrast_dri.* @@ -16,63 +16,3 @@ obj:*/swrast_dri.* ... } -{ - Ubuntu 16.04 - Mysterious leak when running utests - Memcheck:Leak - fun:calloc - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* -} -{ - Qt5 - Memcheck:Cond - ... - obj:*/libQt5Core.* - ... -} -{ - Qt5 - Memcheck:Value8 - ... - obj:*/libQt5Core.* - ... -} -{ - Qt5 - Memcheck:Cond - ... - obj:*/libQt5Gui.* - ... -} -{ - Qt5 - Memcheck:Value8 - ... - obj:*/libQt5Gui.* - ... -} -{ - mapbox::pixelmatch - Memcheck:Cond - ... - fun:_ZN6mapbox10pixelmatchEPKhS1_mmPhdb - ... -} -{ - util::write_file - Memcheck:Param - write(buf) - ... - obj:*/libc-* - fun:_ZN4mbgl4util10write_fileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ - ... -} |