aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2015-03-27 22:52:31 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2015-05-20 21:57:20 +0200
commitebe3b578523c72d47659df672fedae03a6894e72 (patch)
tree9e2dfa7ef200fb65f882417297f6ce322a2d08e8 /gdb/testsuite/ChangeLog
parentfca6ae69c41882f5adfba05da7d932b7c8bc2153 (diff)
downloadgdb-ebe3b578523c72d47659df672fedae03a6894e72.zip
gdb-ebe3b578523c72d47659df672fedae03a6894e72.tar.gz
gdb-ebe3b578523c72d47659df672fedae03a6894e72.tar.bz2
gdb/testsuite: New skip_tui_tests predicate.
Add a new predicate procedure to the gdb.exp library 'skip_tui_tests', which returns true if the tui is not compiled into gdb. Make use of this predicate in the gdb.base/tui-layout.exp test as an example. gdb/testsuite/ChangeLog: * lib/gdb.exp (skip_tui_tests): New proc. * gdb.base/tui-layout.exp: Check skip_tui_tests.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a74ac52..3a947eb 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * lib/gdb.exp (skip_tui_tests): New proc.
+ * gdb.base/tui-layout.exp: Check skip_tui_tests.
+
2015-05-19 Pedro Alves <palves@redhat.com>
* gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):