From: Paul Floyd Date: Sat, 9 Sep 2023 10:26:40 +0000 (+0200) Subject: Illumos regtest: update expected for aligned_alloc X-Git-Tag: VALGRIND_3_22_0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23250889de4e2079ad1ede6874cc824bc9dd92db;p=thirdparty%2Fvalgrind.git Illumos regtest: update expected for aligned_alloc --- diff --git a/memcheck/tests/solaris/aligned_alloc.stderr.exp b/memcheck/tests/solaris/aligned_alloc.stderr.exp index ced98d8eb8..35e0eff724 100644 --- a/memcheck/tests/solaris/aligned_alloc.stderr.exp +++ b/memcheck/tests/solaris/aligned_alloc.stderr.exp @@ -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:15) + by 0x........: main (aligned_alloc.c:16) Invalid alignment value: 40 (should be a power of 2) at 0x........: aligned_alloc (vg_replace_malloc.c:...) - by 0x........: main (aligned_alloc.c:20) + by 0x........: main (aligned_alloc.c:21)