From 57b894baf7bce33046ff6fb1aa99f510f3c517a5 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Wed, 29 Oct 2025 20:40:44 +0100 Subject: [PATCH] FreeBSD regtest: rationalise memcheck test-plo-no expecteds Now just one 32bit expected. --- memcheck/tests/Makefile.am | 1 - .../tests/test-plo-no.stderr.exp-le32-freebsd | 4 ++-- .../test-plo-no.stderr.exp-le32-freebsd-clang | 20 ------------------- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 memcheck/tests/test-plo-no.stderr.exp-le32-freebsd-clang diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 91bd729145..f85b69ba0b 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 f802324915..c6782892e4 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 9b09b5e6e4..0000000000 --- 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:...) - ... - -- 2.47.3