]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: rationalise memcheck test-plo-no expecteds
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 29 Oct 2025 19:40:44 +0000 (20:40 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 29 Oct 2025 19:40:44 +0000 (20:40 +0100)
Now just one 32bit expected.

memcheck/tests/Makefile.am
memcheck/tests/test-plo-no.stderr.exp-le32-freebsd
memcheck/tests/test-plo-no.stderr.exp-le32-freebsd-clang [deleted file]

index 91bd729145b16abffb259d6fa5a1811a44bbf75c..f85b69ba0b5aefbcb359afc094b91ac8bace21d8 100644 (file)
@@ -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 \
index f802324915e602018667108aafd1fb6a6e14ece5..c6782892e4d13a4cbbaffce6888dd53519914f47 100644 (file)
@@ -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 (file)
index 9b09b5e..0000000
+++ /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:...)
-   ...
-