diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0eaf7bbede..c42b9635a4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2019-06-11 Tom de Vries + + PR testsuite/24521 + * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols" + message. + 2019-06-11 Tom de Vries PR testsuite/24521 diff --git a/gdb/testsuite/gdb.multi/remove-inferiors.exp b/gdb/testsuite/gdb.multi/remove-inferiors.exp index ec13ce52d2..18f6c90225 100644 --- a/gdb/testsuite/gdb.multi/remove-inferiors.exp +++ b/gdb/testsuite/gdb.multi/remove-inferiors.exp @@ -49,8 +49,9 @@ proc test_remove_inferiors { } { # Load binfile and start the inferior. set binfile_re [string_to_regexp ${binfile}] gdb_test "file ${binfile}" \ - "Reading symbols from ${binfile_re}..." \ - "load binary" + [multi_line "Reading symbols from ${binfile_re}\.\.\.(" \ + "Expanding full symbols from ${binfile_re}\.\.\.)?" ] \ + "load binary" if {![runto_main]} { fail "couldn't run to main."