From: Paul Floyd Date: Sun, 10 Sep 2023 16:15:38 +0000 (+0200) Subject: Linux regtest: update MUSL version of aligned_alloc test X-Git-Tag: VALGRIND_3_22_0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f005105b73a672df9517d4e14be88677cee72d84;p=thirdparty%2Fvalgrind.git Linux regtest: update MUSL version of aligned_alloc test --- diff --git a/memcheck/tests/linux/aligned_alloc.stderr.exp-musl b/memcheck/tests/linux/aligned_alloc.stderr.exp-musl index 7588873276..02a12159be 100644 --- a/memcheck/tests/linux/aligned_alloc.stderr.exp-musl +++ b/memcheck/tests/linux/aligned_alloc.stderr.exp-musl @@ -1,8 +1,8 @@ Invalid size value: 25 alignment value: 8 (size should be a multiple of alignment) at 0x........: aligned_alloc (vg_replace_malloc.c:...) - by 0x........: main (aligned_alloc.c:17) + by 0x........: main (aligned_alloc.c:33) Invalid alignment value: 40 (should be a power of 2) at 0x........: aligned_alloc (vg_replace_malloc.c:...) - by 0x........: main (aligned_alloc.c:22) + by 0x........: main (aligned_alloc.c:38)