diff options
author | Tom de Vries <tdevries@suse.de> | 2021-06-08 10:04:44 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-06-08 10:04:44 +0200 |
commit | 4a11703a04c64d34e79d51ad62dad176c92462c8 (patch) | |
tree | 617bf6869f757ea7061d45bda546adf8b0a1979e /ld | |
parent | ac6c175edd1f4574afbac8606e4954e83d061821 (diff) | |
download | binutils-4a11703a04c64d34e79d51ad62dad176c92462c8.zip binutils-4a11703a04c64d34e79d51ad62dad176c92462c8.tar.gz binutils-4a11703a04c64d34e79d51ad62dad176c92462c8.tar.bz2 |
[gdb/testsuite] Fix gdb.threads/multi-create-ns-info-thr.exp
With a testsuite setup modified to make expect wait a little bit longer for
gdb output (see PR27957), I reliably run into:
...
PASS: gdb.threads/multi-create-ns-info-thr.exp: continue to breakpoint 1
FAIL: gdb.threads/multi-create-ns-info-thr.exp: continue to breakpoint 2 \
(timeout)
...
This is due to this regexp:
...
-re "Breakpoint $decimal,.*$srcfile:$bp_location1" {
...
consuming several lines using the ".*" part, while it's intended to match one
line looking like this:
...
Thread 1 "multi-create-ns" hit Breakpoint 2, create_function () \
at multi-create.c:45^M
...
Fix this by limiting the regexp to one line.
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2021-06-08 Tom de Vries <tdevries@suse.de>
* gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
one line.
Diffstat (limited to 'ld')
0 files changed, 0 insertions, 0 deletions