mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
gdb/testsuite: Remove duplicates from gdb.base/unload.exp
When running the testsuite, I have: Running .../gdb/testsuite/gdb.base/unload.exp ... DUPLICATE: gdb.base/unload.exp: continuing to unloaded libfile Fix by adjusting the test name. Tested on x86_64-linux.
This commit is contained in:
@ -119,7 +119,7 @@ gdb_breakpoint "$testfile.c:[gdb_get_line_number "y-set-1" $testfile.c]" tempora
|
||||
|
||||
gdb_test "continue" \
|
||||
"Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \
|
||||
"continuing to unloaded libfile"
|
||||
"continuing to unloaded libfile, two"
|
||||
|
||||
set unloadshr_line2 [gdb_get_line_number "unloadshr2 break" ${libsrcfile2}]
|
||||
|
||||
|
Reference in New Issue
Block a user