]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add filter to memcheck/tests/freebsd/fexecve for the size
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 3 Apr 2022 19:28:24 +0000 (21:28 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 3 Apr 2022 19:28:24 +0000 (21:28 +0200)
Different size on x86 was causing a failure

memcheck/tests/freebsd/fexecve.stderr.exp
memcheck/tests/freebsd/fexecve.vgtest

index 1b4da10d001aa100c1156e6e487a3ab155db2a2d..5e4955251136ba29d3676cf070ed4ef703d0bd70 100644 (file)
@@ -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)
 
index 2ba2b646ca8b4d68247d240356cbf96d78159d0e..78eec35d7846ad7d89bcb417751a7306e1232ccd 100644 (file)
@@ -1,2 +1,3 @@
 prog: fexecve
 vgopts: -q
+stderr_filter: ../filter_dw4