From: Paul F. <pa...@so...> - 2025-02-14 19:38:30
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=612a84d112b70feea6b76d5a8f9a8c65c0cc52bb commit 612a84d112b70feea6b76d5a8f9a8c65c0cc52bb Author: Paul Floyd <pj...@wa...> Date: Fri Feb 14 20:36:52 2025 +0100 Solaris regtest: add a suppression to helgrind/tests/bug392331.supp Diff: --- helgrind/tests/bug392331.supp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helgrind/tests/bug392331.supp b/helgrind/tests/bug392331.supp index d76ec469e0..27081c771d 100644 --- a/helgrind/tests/bug392331.supp +++ b/helgrind/tests/bug392331.supp @@ -11,3 +11,9 @@ fun:pthread_cond_signal_WRK fun:_ZNSt3__118condition_variable10notify_oneEv } +{ + Variation for Solaris + Helgrind:Dubious + fun:pthread_cond_signal_WRK + fun:cond_signal +} |