]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/testsuite] Require supports_process_record in gdb.reverse/test_ioctl_TCSETSW.exp
authorTom de Vries <tdevries@suse.de>
Wed, 8 Jan 2025 11:48:08 +0000 (12:48 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 8 Jan 2025 11:48:08 +0000 (12:48 +0100)
commit9e5d27a53096033a5749e2001a0eca48e4b8b472
tree0e156b49b2f3e10cbe0e7d4248f9263c3daf8930
parent19ca41656eef546957d707aa086ab196f0890c51
[gdb/testsuite] Require supports_process_record in gdb.reverse/test_ioctl_TCSETSW.exp

I ran test-case gdb.reverse/test_ioctl_TCSETSW.exp on riscv64-linux, and got:
...
(gdb) record full^M
Process record: the current architecture doesn't support record function.^M
(gdb) FAIL: gdb.reverse/test_ioctl_TCSETSW.exp: record full
...

Fix this by requiring supports_process_record.

Tested on riscv64-linux and x86_64-linux.
gdb/testsuite/gdb.reverse/test_ioctl_TCSETSW.exp