gdb/testsuite: fix gdb.threads/stepi-random-signal.exp pattern (gdb/26532)
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Aug 2020 15:06:43 +0000 (11:06 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Aug 2020 15:06:43 +0000 (11:06 -0400)
commit8cac2b318b1bf14d468b769187a8233a1220c48e
tree9ce67494fb1df41fdeb96b27ac034e2007fbfa70
parent2bc19622c9e74655151674661b77af52e1e064f8
gdb/testsuite: fix gdb.threads/stepi-random-signal.exp pattern (gdb/26532)

Commit 1eb8556f5a8b ("gdb: add infrun_debug_printf macro") changed the
debug output format for `set debug infrun 1`.  The test
gdb.threads/stepi-random-signal.exp uses that debug output, and was
updated, but not correctly.  It results in this failure:

    FAIL: gdb.threads/stepi-random-signal.exp: stepi (no random signal)

Fix it by adjusting the pattern in the test.

gdb/testsuite/ChangeLog:

PR gdb/26532
* gdb.threads/stepi-random-signal.exp: Update pattern.

Change-Id: If5fa525e9545e32a286effe6a6184358374bd37c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/stepi-random-signal.exp