|
From: Paul F. <pa...@so...> - 2022-09-18 19:21:15
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=5ee9e7687e4431255ea83530ac32353f4ce88240 commit 5ee9e7687e4431255ea83530ac32353f4ce88240 Author: Paul Floyd <pj...@wa...> Date: Sun Sep 18 21:20:12 2022 +0200 Update valinfo5 FreeBSD expected Slightly less diffs wrt the main one now with llvm 13 and FreeBSD 13.1 Diff: --- memcheck/tests/varinfo5.stderr.exp-freebsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcheck/tests/varinfo5.stderr.exp-freebsd b/memcheck/tests/varinfo5.stderr.exp-freebsd index df30c00d40..c697b8ee44 100644 --- a/memcheck/tests/varinfo5.stderr.exp-freebsd +++ b/memcheck/tests/varinfo5.stderr.exp-freebsd @@ -184,8 +184,8 @@ Uninitialised byte(s) found during client check request by 0x........: fun_b (./varinfo5so.c:168) by 0x........: fun_a (./varinfo5so.c:172) by 0x........: inlinetest (./varinfo5so.c:178) - by 0x........: varinfo5_main (tests/varinfo5so.c:158) + by 0x........: varinfo5_main (./varinfo5so.c:158) by 0x........: main (tests/varinfo5.c:5) Address 0x........ is on thread 1's stack - in frame #X, created by inlinetest (varinfo5so.c:176) + in frame #X, created by varinfo5_main (varinfo5so.c:153) |