* [pushed] [gdb/testsuite] Require allow_tui_tests in gdb.tui/new-ui.exp
@ 2026-08-03 17:03 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2026-08-03 17:03 UTC (permalink / raw)
To: gdb-patches
I build gdb without TUI support, and ran into:
...
FAIL: gdb.tui/new-ui.exp: main-ui: new-ui tui $new_ui_tty_name
...
Fix this by requiring allow_tui_tests.
---
gdb/testsuite/gdb.tui/new-ui.exp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gdb/testsuite/gdb.tui/new-ui.exp b/gdb/testsuite/gdb.tui/new-ui.exp
index 8fe3567077a..e6c6409e233 100644
--- a/gdb/testsuite/gdb.tui/new-ui.exp
+++ b/gdb/testsuite/gdb.tui/new-ui.exp
@@ -15,6 +15,8 @@
# Test TUI in combination with a new UI.
+require allow_tui_tests
+
tuiterm_env
# Creating a pty is done on build, and we use it with gdb on host, so we need
base-commit: 23ee11771f16449e384ada7a0de83722aaceafcf
--
2.51.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 17:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 17:03 [pushed] [gdb/testsuite] Require allow_tui_tests in gdb.tui/new-ui.exp Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox