From: Paul Floyd Date: Wed, 29 Oct 2025 19:40:44 +0000 (+0100) Subject: FreeBSD regtest: rationalise memcheck test-plo-no expecteds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b894baf7bce33046ff6fb1aa99f510f3c517a5;p=thirdparty%2Fvalgrind.git FreeBSD regtest: rationalise memcheck test-plo-no expecteds Now just one 32bit expected. --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 91bd72914..f85b69ba0 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -425,7 +425,6 @@ EXTRA_DIST = \ test-plo-no.vgtest test-plo-no.stdout.exp \ test-plo-no.stderr.exp-le64 test-plo-no.stderr.exp-le32 \ test-plo-no.stderr.exp-le32-freebsd test-plo-no.stderr.exp-le64-freebsd \ - test-plo-no.stderr.exp-le32-freebsd-clang \ test-plo-yes.vgtest test-plo-yes.stdout.exp \ test-plo-yes.stderr.exp-le64 test-plo-yes.stderr.exp-le32 \ test-plo-no.stderr.exp-s390x-mvc \ diff --git a/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd b/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd index f80232491..c6782892e 100644 --- a/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd +++ b/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd @@ -1,13 +1,13 @@ Invalid read of size 4 ... Address 0x........ is 4 bytes inside a block of size 5 alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) + at 0x........: posix_memalign (vg_replace_malloc.c:...) ... Invalid read of size 4 ... Address 0x........ is 4 bytes inside a block of size 5 alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) + at 0x........: posix_memalign (vg_replace_malloc.c:...) ... Invalid read of size 4 diff --git a/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd-clang b/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd-clang deleted file mode 100644 index 9b09b5e6e..000000000 --- a/memcheck/tests/test-plo-no.stderr.exp-le32-freebsd-clang +++ /dev/null @@ -1,20 +0,0 @@ -Invalid read of size 4 - ... - Address 0x........ is 4 bytes inside a block of size 5 alloc'd - at 0x........: memalign (vg_replace_malloc.c:...) - by 0x........: posix_memalign (vg_replace_malloc.c:...) - ... - -Invalid read of size 4 - ... - Address 0x........ is 4 bytes inside a block of size 5 alloc'd - at 0x........: memalign (vg_replace_malloc.c:...) - by 0x........: posix_memalign (vg_replace_malloc.c:...) - ... - -Invalid read of size 4 - ... - Address 0x........ is 4 bytes inside a block of size 12 free'd - at 0x........: free (vg_replace_malloc.c:...) - ... -