[0/2] Fix testing gdb.linespec/cp-completion-aliases with

Message ID 20230117130007.1686917-1-blarsen@redhat.com
Headers
Series Fix testing gdb.linespec/cp-completion-aliases with |

Message

Guinevere Larsen Jan. 17, 2023, 1 p.m. UTC
  When running the test mentioned above with clang, I ran into the failure
explained in patch 2. To completely fix the testcase, however, I needed
to add a way to use regexes when expecting multiple complete
suggestions. That is what patch 1 does.

Bruno Larsen (2):
  gdb/testsuite: add test with regex for multiple completion patterns
  gdb/testsuite: fix running gdb.linespec/cp-completion-aliases.exp with
    clang

 .../gdb.linespec/cp-completion-aliases.exp    | 14 ++--
 gdb/testsuite/lib/completion-support.exp      | 73 +++++++++++++++----
 2 files changed, 67 insertions(+), 20 deletions(-)