|
From: Paul F. <pa...@so...> - 2023-01-27 19:02:56
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=cbba7f699a830cab23bc0c0a19937ec93994ac39 commit cbba7f699a830cab23bc0c0a19937ec93994ac39 Author: Paul Floyd <pj...@wa...> Date: Fri Jan 27 20:00:26 2023 +0100 Regtest: broaden suppression for helgrind bug 392331 Inlining differences on different Linux platforms. Diff: --- helgrind/tests/bug392331.supp | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) 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* } |