commit | 9e5d27a53096033a5749e2001a0eca48e4b8b472 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Wed Jan 08 12:48:08 2025 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Wed Jan 08 12:48:08 2025 +0100 |
tree | 0e156b49b2f3e10cbe0e7d4248f9263c3daf8930 | |
parent | 19ca41656eef546957d707aa086ab196f0890c51 [diff] |
[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.