[v2,3/8] Add "layout split" test

Message ID 20190726185134.1856-4-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey July 26, 2019, 6:51 p.m. UTC
  This adds a test of "layout split" to the TUI test suite.

2019-07-21  Tom Tromey  <tom@tromey.com>

	* gdb.tui/basic.exp: Add "layout split" test.
---
 gdb/testsuite/ChangeLog         |  4 ++++
 gdb/testsuite/gdb.tui/basic.exp | 11 +++++++++++
 2 files changed, 15 insertions(+)
  

Patch

diff --git a/gdb/testsuite/gdb.tui/basic.exp b/gdb/testsuite/gdb.tui/basic.exp
index 6f0e1457051..42afe354435 100644
--- a/gdb/testsuite/gdb.tui/basic.exp
+++ b/gdb/testsuite/gdb.tui/basic.exp
@@ -46,3 +46,14 @@  set text [Term::get_all_lines]
 gdb_assert {[regexp "$hex <main>" $text]} "asm window shows main"
 
 Term::check_box "asm box" 3 0 77 15
+
+Term::command "layout split"
+set text [Term::get_all_lines]
+gdb_assert {[regexp "21 *return 0.*$hex <main>" $text]} \
+    "split layout contents"
+
+# This check fails because the file name in the title overwrites the
+# box.
+setup_xfail *-*-*
+Term::check_box "source box in split layout" 3 0 77 8
+Term::check_box "asm box in split layout" 3 7 77 8