]> sourceware.org Git - valgrind.git/commitdiff
DRD regtesat: update suppression file for std_threads2
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 3 Feb 2023 18:10:50 +0000 (19:10 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 3 Feb 2023 18:10:50 +0000 (19:10 +0100)
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.*

drd/tests/std_thread2.supp

index 2e41bac5030b3cfea5d7c2c4fa872d21827e537b..69b210c469a01b7763c85904ade37f8522b45077 100644 (file)
 {
    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
This page took 0.034426 seconds and 5 git commands to generate.