]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
regtest: broaden one expected and one test suppression file
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 16 Mar 2024 18:49:57 +0000 (19:49 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 16 Mar 2024 18:49:57 +0000 (19:49 +0100)
For linux arm.

memcheck/tests/supp_unknown.supp
none/tests/filter_fdleak

index 0cc37eb6f44c3362cbd2e676846e1251e8e34cf2..226c02e497be1ac813b7894a530d7c8b51ff4ef1 100644 (file)
@@ -1,23 +1,7 @@
 # This contains a match against a "???" entry
 {
-   <insert a suppression name here>
+   All jumps - there is only one
    Memcheck:Jump
    obj:*
-   fun:(below main)
-}
-
-{
-   <insert a suppression name here>
-   Memcheck:Jump
-   obj:*
-   fun:main
-}
-
-{
-   FreeBSD i386
-   Memcheck:Jump
-   obj:*
-   fun:_*_start1
-   fun:(below main)
 }
 
index b56c563f511d6da582552752aca9ab3f6f6ac481..76a6b5b13944ea0c6fdb96e43b8efa7ca5522a38 100755 (executable)
@@ -30,4 +30,4 @@ perl -p -0 -e 's/(Open[^\n]*\n)(   (at|by)[^\n]*\n)+/$1   ...\n/gs' |
 # With glibc debuginfo installed we might see syscall-template.S, close.c or creat64.c
 perl -p -e "s/\(syscall-template.S:[0-9]*\)/(in \/...libc...)/" |
 perl -p -e "s/\(close.c:[0-9]*\)/(in \/...libc...)/" |
-perl -p -e "s/\(creat64.c:[0-9]*\)/(in \/...libc...)/"
+perl -p -e "s/\(creat(?:64)?.c:[0-9]*\)/(in \/...libc...)/"