Rename to allow_tui_tests
authorTom Tromey <tom@tromey.com>
Sun, 8 Jan 2023 19:42:29 +0000 (12:42 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2023 20:18:58 +0000 (13:18 -0700)
commitb5075fb68d4b7a9ed1505150a395755260953809
tree4d32d08c139c7145be62180506506a056c0756d7
parente71b6502bffecbbdd99a791c6ee7545603bafbc1
Rename to allow_tui_tests

This changes skip_tui_tests to invert the sense, and renames it to
allow_tui_tests.  It also rewrites this function to use the output of
"gdb --configuration", and it adds a note about the state of the TUI
to that output.
12 files changed:
gdb/testsuite/gdb.base/options.exp
gdb/testsuite/gdb.python/tui-window-disabled.exp
gdb/testsuite/gdb.python/tui-window-names.exp
gdb/testsuite/gdb.python/tui-window.exp
gdb/testsuite/gdb.tui/completion.exp
gdb/testsuite/gdb.tui/tui-disasm-long-lines.exp
gdb/testsuite/gdb.tui/tui-layout.exp
gdb/testsuite/gdb.tui/tui-nl-filtered-output.exp
gdb/testsuite/lib/completion-support.exp
gdb/testsuite/lib/gdb.exp
gdb/testsuite/lib/tuiterm.exp
gdb/top.c