From 65a54641e4d4661a1f3a73a1e4a4a66665b84b1a Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 9 Nov 2024 18:20:26 +0100 Subject: [PATCH] Illumos regtest: add filters to gdbserver tests --- gdbserver_tests/filter_stderr.in | 5 ++++- gdbserver_tests/hginfo.stderrB.exp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdbserver_tests/filter_stderr.in b/gdbserver_tests/filter_stderr.in index 1615eb85b1..64f54eef4f 100755 --- a/gdbserver_tests/filter_stderr.in +++ b/gdbserver_tests/filter_stderr.in @@ -14,4 +14,7 @@ $SED -e '/^Copyright (C) /d' \ -e '/and then give GDB the following command/d' \ -e '/target remote |/d' \ -e '/pid is optional if only one valgrind process is running/d' \ - -e '/warning: remote target does not support file transfer, attempting to access files from local filesystem./d' + -e '/warning: remote target does not support file transfer, attempting to access files from local filesystem./d' \ + -e '/warning: could not convert/d' \ + -e '/This normally should not happen/d' \ + -e 's/block of size .* in arena/block of size XXXX in arena/' diff --git a/gdbserver_tests/hginfo.stderrB.exp b/gdbserver_tests/hginfo.stderrB.exp index 669ff922bb..55c39d4488 100644 --- a/gdbserver_tests/hginfo.stderrB.exp +++ b/gdbserver_tests/hginfo.stderrB.exp @@ -15,4 +15,4 @@ Lock ga 0x........ { kind mbRec { W1:thread #x tid #x } } - Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client" + Address 0x........ is 0 bytes inside an unallocated block of size XXXX in arena "client" -- 2.47.2