]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/testsuite] Add PR26286 kfail in gdb.threads/attach-many-short-lived-threads.exp
authorTom de Vries <tdevries@suse.de>
Fri, 24 May 2024 07:36:52 +0000 (09:36 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 24 May 2024 07:36:52 +0000 (09:36 +0200)
commitdb7814f3e5f0df1647d62d95f70285d41ec7585f
treebfc2d321798fbcd4bdaa61ee08c4d703ca717b67
parent78726a8b7cbe45e6197169580ea304fc2ea647da
[gdb/testsuite] Add PR26286 kfail in gdb.threads/attach-many-short-lived-threads.exp

When running test-case gdb.threads/attach-many-short-lived-threads.exp, I run
regularly into PR26286:
...
(gdb) continue^M
Continuing.^M
[LWP ... exited]^M
  ...
[LWP ... exited]^M
^M
Program terminated with signal SIGTRAP, Trace/breakpoint trap.^M
The program no longer exists.^M
(gdb) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: \
  break at break_fn: 1
...

Add a kfail for this, such that we have:
...
(gdb) KFAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: \
  break at break_fn: 1 (PRMS: threads/26286)
...

Reviewed-By: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Tested on x86_64-linux.
gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp