Fix TUI test suite regexps
authorTom Tromey <tom@tromey.com>
Thu, 12 Dec 2019 02:17:47 +0000 (19:17 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 12 Dec 2019 02:19:13 +0000 (19:19 -0700)
commit873de05c85f79a385863b39b1de2a7add9d15a07
treec4fb7c56bd1f0b1d975200df3842dfb1a6662658
parenta848998a758598a339cdd8511335db3544a1f9fb
Fix TUI test suite regexps

Testing on another TUI series showed that some of the regexps in the
TUI test suite have been incorrect for a while.  In particular, "|"
was meant literally in these tests, but was interpreted as pattern
alternation due to lack of quoting.

This patch fixes the bad tests.  I am checking this in.

gdb/testsuite/ChangeLog
2019-12-11  Tom Tromey  <tom@tromey.com>

* gdb.tui/resize.exp: Fix regexp.
* gdb.tui/regs.exp: Fix regexps.
* gdb.tui/main.exp: Fix regexp.

Change-Id: Ib6661361171ac120bb92f4a8aec7efa4bcaa36b9
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.tui/main.exp
gdb/testsuite/gdb.tui/regs.exp
gdb/testsuite/gdb.tui/resize.exp
This page took 0.02574 seconds and 4 git commands to generate.