| commit | d59c2b35c07805a0cd3146b018808732e61adae3 | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Wed Aug 27 08:28:34 2025 +0200 |
| committer | Tom de Vries <tdevries@suse.de> | Wed Aug 27 08:28:34 2025 +0200 |
| tree | 6d3851755af2dc2d13605bd03d5672e956558f9d | |
| parent | d5faa503bbd97015f7c9685322ace81211f5eb04 [diff] |
[gdb/testsuite] Add missing require {!is_remote host}
I ran test-case gdb.python/py-color-pagination.exp with make-check-all.sh and
noticed failures when using remote host.
So I grepped to find all test-cases using with_ansi_styling_terminal and ran
them with host/target board local-remote-host-native.
Fix the failing test-cases using require {!is_remote host}.
Tested on x86_64-linux.