From aa37ab2d12e18cc5bb7eaec54a1b24c2b3bb6ee4 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 27 Aug 2023 16:41:36 +0200 Subject: [PATCH] FreeBSD regtest: add suppression to bug392331_supp for FreeBSD 14.0 --- helgrind/tests/bug392331.supp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helgrind/tests/bug392331.supp b/helgrind/tests/bug392331.supp index d19ab70b4..d76ec469e 100644 --- a/helgrind/tests/bug392331.supp +++ b/helgrind/tests/bug392331.supp @@ -4,3 +4,10 @@ fun:pthread_cond_signal_WRK fun:pthread_cond_signal* } + +{ + Variation for FreeBSD 14 + Helgrind:Dubious + fun:pthread_cond_signal_WRK + fun:_ZNSt3__118condition_variable10notify_oneEv +} -- 2.11.4.GIT