From: Paul Floyd Date: Sun, 3 Apr 2022 19:28:24 +0000 (+0200) Subject: Add filter to memcheck/tests/freebsd/fexecve for the size X-Git-Tag: VALGRIND_3_19_0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6cdc6e523227bf483036aa004b4b369fd17713f;p=thirdparty%2Fvalgrind.git Add filter to memcheck/tests/freebsd/fexecve for the size Different size on x86 was causing a failure --- diff --git a/memcheck/tests/freebsd/fexecve.stderr.exp b/memcheck/tests/freebsd/fexecve.stderr.exp index 1b4da10d00..5e49552511 100644 --- a/memcheck/tests/freebsd/fexecve.stderr.exp +++ b/memcheck/tests/freebsd/fexecve.stderr.exp @@ -5,14 +5,14 @@ Syscall param fexecve(fd) contains uninitialised byte(s) Syscall param fexecve(argv) points to uninitialised byte(s) at 0x........: fexecve (in /...libc...) by 0x........: main (fexecve.c:29) - Address 0x........ is 0 bytes inside a block of size 16 alloc'd + Address 0x........ is 0 bytes inside a block of size ... alloc'd at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: main (fexecve.c:17) Syscall param fexecve(envp) points to uninitialised byte(s) at 0x........: fexecve (in /...libc...) by 0x........: main (fexecve.c:29) - Address 0x........ is 0 bytes inside a block of size 16 alloc'd + Address 0x........ is 0 bytes inside a block of size ... alloc'd at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: main (fexecve.c:18) diff --git a/memcheck/tests/freebsd/fexecve.vgtest b/memcheck/tests/freebsd/fexecve.vgtest index 2ba2b646ca..78eec35d78 100644 --- a/memcheck/tests/freebsd/fexecve.vgtest +++ b/memcheck/tests/freebsd/fexecve.vgtest @@ -1,2 +1,3 @@ prog: fexecve vgopts: -q +stderr_filter: ../filter_dw4