From: Paul Floyd Date: Sat, 9 Nov 2024 17:20:26 +0000 (+0100) Subject: Illumos regtest: add filters to gdbserver tests X-Git-Tag: VALGRIND_3_25_0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a54641e4d4661a1f3a73a1e4a4a66665b84b1a;p=thirdparty%2Fvalgrind.git Illumos regtest: add filters to gdbserver tests --- diff --git a/gdbserver_tests/filter_stderr.in b/gdbserver_tests/filter_stderr.in index 1615eb85b..64f54eef4 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 669ff922b..55c39d448 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"