]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos regtest: add filters to gdbserver tests
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Nov 2024 17:20:26 +0000 (18:20 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Nov 2024 17:20:26 +0000 (18:20 +0100)
gdbserver_tests/filter_stderr.in
gdbserver_tests/hginfo.stderrB.exp

index 1615eb85b115d0a51c7991d18a3b80461295ce38..64f54eef4fd02eec7312c063dc265ca149c7ba73 100755 (executable)
@@ -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/'
index 669ff922bb72dcb982f707d2d210beaf1ae909d7..55c39d4488d3bc6ca2276c4c742b992ad1673ce4 100644 (file)
@@ -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"