]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
gdbserver regtest: remove extra lines containing syscall_cancel.S
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 21 Jul 2025 05:07:23 +0000 (07:07 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 21 Jul 2025 05:07:23 +0000 (07:07 +0200)
Should fix some fails that we see on Tom's Fedora 42 nightly.

gdbserver_tests/filter_gdb.in

index 98f28d13c73ca06b8dba45fc880263f17c15f967..ccd48212dcec6c0723b7f6aa0bfbf7b7c8c7c992 100755 (executable)
@@ -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 .../