From: Paul Floyd Date: Fri, 27 Jan 2023 19:00:26 +0000 (+0100) Subject: Regtest: broaden suppression for helgrind bug 392331 X-Git-Tag: VALGRIND_3_21_0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbba7f699a830cab23bc0c0a19937ec93994ac39;p=thirdparty%2Fvalgrind.git Regtest: broaden suppression for helgrind bug 392331 Inlining differences on different Linux platforms. --- diff --git a/helgrind/tests/bug392331.supp b/helgrind/tests/bug392331.supp index 6b8c5e1174..d19ab70b4a 100644 --- a/helgrind/tests/bug392331.supp +++ b/helgrind/tests/bug392331.supp @@ -1,25 +1,6 @@ { - Check that Dubious suppression works FreeBSD + Check that Dubious suppression works Helgrind:Dubious fun:pthread_cond_signal_WRK - fun:pthread_cond_signal - fun:_ZNSt3__118condition_variable10notify_oneEv -} -{ - Check that Dubious suppression works Linux standalone - Helgrind:Dubious - fun:pthread_cond_signal_WRK - fun:pthread_cond_signal@* - fun:__gthread_cond_signal - fun:UnknownInlinedFun - fun:_ZNSt18condition_variable10notify_oneEv -} -# for some very strange reason the suppression is different -# when running under regtest -{ - Check that Dubious suppression works Linux regtest - Helgrind:Dubious - fun:pthread_cond_signal_WRK - fun:pthread_cond_signal@* - fun:_ZNSt18condition_variable10notify_oneEv + fun:pthread_cond_signal* }