]> sourceware.org Git - valgrind.git/commit
Fix gdbserver tests failing due to 'warning: ' prefix in syscall-template.S line
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 11 Feb 2024 15:14:54 +0000 (16:14 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 11 Feb 2024 15:19:02 +0000 (16:19 +0100)
commite16ec9077fce95bea84e12f476f5a8c3ccee696f
tree71f9fdcfcaa75e2408593f0dfedaec0a3d7a0ca0
parent7fc2a63d895ff40c1cb50a8925ffc06d5b3542f3
Fix gdbserver tests failing due to 'warning: ' prefix in syscall-template.S line

At least on debina 12.5, with GDB 13.1 and GDB 14.1, 2 gdbserver tests
fails due to a 'warning: ' word appearing in from of a line
giving the syscall-template.S filename.

Fix this by allowing an optional 'warning: ' regexp at the beginning of the line.

Tested on debian 12.5, with GDB 12.1/13.1/14.1 and 15.0.50.20240211-git
gdbserver_tests/filter_gdb.in
This page took 0.033301 seconds and 5 git commands to generate.