From: Paul Floyd Date: Fri, 6 Feb 2026 07:40:47 +0000 (+0100) Subject: ilumos regtest: update one test that uses --num-callers=1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceccfce3cab64f6a35f002871312c0466911230f;p=thirdparty%2Fvalgrind.git ilumos regtest: update one test that uses --num-callers=1 --- diff --git a/memcheck/tests/solaris/execx.stderr.exp b/memcheck/tests/solaris/execx.stderr.exp index 30c885b72..2815dab6b 100644 --- a/memcheck/tests/solaris/execx.stderr.exp +++ b/memcheck/tests/solaris/execx.stderr.exp @@ -1,8 +1,10 @@ Syscall param execve(filename) points to unaddressable byte(s) ... + by 0x........: test_EFAULT (execx.c:12) Address 0x........ is not stack'd, malloc'd or (recently) free'd Syscall param execve(argv) points to unaddressable byte(s) ... + by 0x........: test_EFAULT (execx.c:12) Address 0x........ is not stack'd, malloc'd or (recently) free'd diff --git a/memcheck/tests/solaris/execx.vgtest b/memcheck/tests/solaris/execx.vgtest index 8d28bece1..dd89c7fb9 100644 --- a/memcheck/tests/solaris/execx.vgtest +++ b/memcheck/tests/solaris/execx.vgtest @@ -1,4 +1,4 @@ prereq: test -e execx env: LC_ALL=C prog: execx -vgopts: -q --trace-children=yes --num-callers=1 +vgopts: -q --trace-children=yes --num-callers=2