From: Paul F. <pa...@so...> - 2025-02-16 07:44:10
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=e9645efebc16724c96c83c8b75f641fc32ad993f commit e9645efebc16724c96c83c8b75f641fc32ad993f Author: Paul Floyd <pj...@wa...> Date: Sun Feb 16 08:43:19 2025 +0100 Illumos regtest: update memcheck dw4 expeected The exp-solaris version was the same as the exp one. Diff: --- memcheck/tests/dw4.stderr.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcheck/tests/dw4.stderr.exp b/memcheck/tests/dw4.stderr.exp index 917dcb57e3..e4b523f982 100644 --- a/memcheck/tests/dw4.stderr.exp +++ b/memcheck/tests/dw4.stderr.exp @@ -35,12 +35,12 @@ Unaddressable byte(s) found during client check request Uninitialised byte(s) found during client check request at 0x........: croak (dw4.c:32) by 0x........: main (dw4.c:89) - Address 0x........ is in the brk data segment 0x........-0x........ + Address 0x........ is in a rw- mapped file /export/home/paulf/valgrind/memcheck/tests/dw4 segment Uninitialised byte(s) found during client check request at 0x........: croak (dw4.c:32) by 0x........: main (dw4.c:91) - Address 0x........ is in the brk data segment 0x........-0x........ + Address 0x........ is in a rw- mapped file /export/home/paulf/valgrind/memcheck/tests/dw4 segment Unaddressable byte(s) found during client check request at 0x........: croak (dw4.c:25) |