]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Regtest: broaden suppression for helgrind bug 392331
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 27 Jan 2023 19:00:26 +0000 (20:00 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 27 Jan 2023 19:00:26 +0000 (20:00 +0100)
Inlining differences on different Linux platforms.

helgrind/tests/bug392331.supp

index 6b8c5e1174dd72851258558786cfce320ad1a7f2..d19ab70b4af5b99f4a4a33f26770dd25edd78fdf 100644 (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*
 }