From: Paul Floyd Date: Fri, 3 Feb 2023 18:10:50 +0000 (+0100) Subject: DRD regtesat: update suppression file for std_threads2 X-Git-Tag: VALGRIND_3_21_0~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfaf01873391977d2863da0c227a8b363f762019;p=thirdparty%2Fvalgrind.git DRD regtesat: update suppression file for std_threads2 On RHEL 7.6 ARM glibc 2.17 is used which doesn't match the 2.2* wildard, so widen the wildcard to just 2.* --- diff --git a/drd/tests/std_thread2.supp b/drd/tests/std_thread2.supp index 2e41bac503..69b210c469 100644 --- a/drd/tests/std_thread2.supp +++ b/drd/tests/std_thread2.supp @@ -11,13 +11,13 @@ { pthread_create drd:ConflictingAccess - fun:pthread_create@@GLIBC_2.2* + fun:pthread_create@@GLIBC_2.* } { pthread_create drd:ConflictingAccess fun:allocate_stack - fun:pthread_create@@GLIBC_2.2* + fun:pthread_create@@GLIBC_2.* } { drd-gcc-runtims