From db2d0ad0821a5a50c7ea1202c185b5a47a89f9aa Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 26 Jan 2025 07:02:22 +0100 Subject: [PATCH] regtest: update mcsig[no]pass expecteds Line number change due to adding different signal type to faultstatus test for macOS. --- 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 aa38ac9b6..acbb5f24b 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 e1ce14332..35619ae74 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 -- 2.39.5