From: Paul F. <pa...@so...> - 2025-01-26 06:03:32
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=db2d0ad0821a5a50c7ea1202c185b5a47a89f9aa commit db2d0ad0821a5a50c7ea1202c185b5a47a89f9aa Author: Paul Floyd <pj...@wa...> Date: Sun Jan 26 07:02:22 2025 +0100 regtest: update mcsig[no]pass expecteds Line number change due to adding different signal type to faultstatus test for macOS. Diff: --- gdbserver_tests/mcsignopass.stderr.exp | 2 +- gdbserver_tests/mcsigpass.stderr.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdbserver_tests/mcsignopass.stderr.exp b/gdbserver_tests/mcsignopass.stderr.exp index aa38ac9b61..acbb5f24bb 100644 --- a/gdbserver_tests/mcsignopass.stderr.exp +++ b/gdbserver_tests/mcsignopass.stderr.exp @@ -1,7 +1,7 @@ (action at startup) vgdb me ... Test 1: Invalid write of size 4 at 0x........: test1 (faultstatus.c:121) - by 0x........: main (faultstatus.c:184) + by 0x........: main (faultstatus.c:188) Address 0x........ is not stack'd, malloc'd or (recently) free'd PASS Test 2: PASS diff --git a/gdbserver_tests/mcsigpass.stderr.exp b/gdbserver_tests/mcsigpass.stderr.exp index e1ce143325..35619ae74d 100644 --- a/gdbserver_tests/mcsigpass.stderr.exp +++ b/gdbserver_tests/mcsigpass.stderr.exp @@ -1,7 +1,7 @@ (action at startup) vgdb me ... Test 1: Invalid write of size 4 at 0x........: test1 (faultstatus.c:121) - by 0x........: main (faultstatus.c:184) + by 0x........: main (faultstatus.c:188) Address 0x........ is not stack'd, malloc'd or (recently) free'd PASS Test 2: PASS |