Regtest: broaden suppression for helgrind bug 392331

Inlining differences on different Linux platforms.
This commit is contained in:
Paul Floyd 2023-01-27 20:00:26 +01:00
parent f7e4bb4af2
commit cbba7f699a

View File

@ -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*
}