From: Mathieu Duponchelle Date: Wed, 5 Jun 2019 20:06:26 +0000 (+0200) Subject: valgrind: suppress conditional jump or move error X-Git-Tag: 1.19.3~511^2~1054 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5934dc6ba379fad8e6073733c0387e96edccc17b;p=platform%2Fupstream%2Fgstreamer.git valgrind: suppress conditional jump or move error valgrind gets confused with the following piece of code: var37.i = ORC_CLAMP_SL((orc_int64)var33.i + (orc_int64)var34.i); Where all variables are orc_int32 --- diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index a3bc5a4..37fbf6e 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -622,3 +622,10 @@ ... obj:*/libpango*.so* } + +{ + + Memcheck:Cond + fun:_backup_audio_orc_int_bias + ... +}