gdb/testsuite: fix gdb.base/ui-redirect.exp pattern (gdb/26532)
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 25 Aug 2020 15:06:27 +0000 (11:06 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Aug 2020 15:06:27 +0000 (11:06 -0400)
Commit 1eb8556f5a8b ("gdb: add infrun_debug_printf macro") changed the
debug output format for `set debug infrun 1`.  It broke test
gdb.base/ui-redirect.exp, which I missed:

    FAIL: gdb.base/ui-redirect.exp: debugging: continue

Fix it by adjusting the pattern in the test to the new reality.

gdb/testsuite/ChangeLog:

PR gdb/26532
* gdb.base/ui-redirect.exp: Update pattern.

Change-Id: Ie8a8f6675e35a0cab55109b1534b44eb51baec9d

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ui-redirect.exp

index 9a7ffc528dd08da05d6e5258e361281226f1c9c9..2ec908496c56a8ede8f091ac39c4fee035a72ab1 100644 (file)
@@ -1,3 +1,8 @@
+2020-08-25  Simon Marchi  <simon.marchi@efficios.com>
+
+       PR gdb/26532
+       * gdb.base/ui-redirect.exp: Update pattern.
+
 2020-08-25  Gary Benson <gbenson@redhat.com>
 
        * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
index e1e6a7b0a08bbf9cd864d39342a3c1c6dbafd946..ef0a79178c717d60c45be25c1decefc16e140b8d 100644 (file)
@@ -117,7 +117,7 @@ with_test_prefix "debugging" {
     gdb_test "set debug infrun 1"
     gdb_test "set logging on" \
     "Copying output to /dev/null.*Copying debug output to /dev/null\\."
-    gdb_test "continue" "Continuing.*infrun:.*infrun:.*Breakpoint \[0-9\]+, foo.*"
+    gdb_test "continue" {Continuing.*\[infrun\] .*\[infrun\] .*Breakpoint [0-9]+, foo.*}
     gdb_test "set debug infrun 0"
     gdb_test "set logging off" "Done logging to /dev/null\\."
     gdb_test "help" "List of classes of commands:.*"