binutils-gdb/gdb/testsuite/gdb.tui
Simon Marchi 71774bc994 Fix gdb.tui/completion.exp test
When I run it locally, the test gdb.tui/completion.exp test fails
because of a timeout:

Running /home/emaisin/src/binutils-gdb/gdb/testsuite/gdb.tui/completion.exp ...
FAIL: gdb.tui/completion.exp: completion of layout names: tab completion (timeout)

The problem seems to be this regex, which confirms that after doing
layout<TAB>, "layout" is printed again after the gdb prompt:

  -re "^$input_line$"

The problem is that there's a trailing space in the output after
"layout".  Since the regex has an anchored end (the $), it doesn't
match.  Adding a space fixes the test.

gdb/testsuite/ChangeLog:

	* gdb.tui/completionn.exp (test_tab_completion): Add space in
	regex.
2017-11-15 11:07:02 -05:00
..
completion.exp Fix gdb.tui/completion.exp test 2017-11-15 11:07:02 -05:00
tui-disasm-long-lines.c
tui-disasm-long-lines.exp
tui-layout.c
tui-layout.exp
tui-nl-filtered-output.exp Fix PR tui/21216: TUI line breaks regression 2017-03-08 00:14:59 +00:00