From: Paul Floyd Date: Mon, 21 Jul 2025 05:07:23 +0000 (+0200) Subject: gdbserver regtest: remove extra lines containing syscall_cancel.S X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1f03a87af2d45e9a11b7230957fdb814b32c8a;p=thirdparty%2Fvalgrind.git gdbserver regtest: remove extra lines containing syscall_cancel.S Should fix some fails that we see on Tom's Fedora 42 nightly. --- diff --git a/gdbserver_tests/filter_gdb.in b/gdbserver_tests/filter_gdb.in index 98f28d13c..ccd48212d 100755 --- a/gdbserver_tests/filter_gdb.in +++ b/gdbserver_tests/filter_gdb.in @@ -149,6 +149,9 @@ s/__libc_do_syscall ().*/0x........ in syscall .../ # extra source code line /libc-do-syscall.S/d +# variation of the previous extra source code line +/syscall_cancel.S/d + # anonymise kill syscall. s/in kill ().*$/in syscall .../