mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
[gdb/testsuite] Fix gdb_load_no_complaints with gnu-debuglink
When running test-case gdb.dwarf2/dw2-ranges-psym-warning.exp with target board gnu-debuglink I run into: ... (gdb) file dw2-ranges-psym-warning^M Reading symbols from dw2-ranges-psym-warning...^M Reading symbols from .debug/dw2-ranges-psym-warning.debug...^M (gdb) FAIL: gdb.dwarf2/dw2-ranges-psym-warning.exp: No complaints ... Fix this by updating the regexp in gdb_load_no_complaints. Tested on x86_64-linux.
This commit is contained in:
@ -5406,8 +5406,8 @@ proc gdb_load_no_complaints { arg } {
|
|||||||
# Verify that there were no complaints.
|
# Verify that there were no complaints.
|
||||||
set re \
|
set re \
|
||||||
[multi_line \
|
[multi_line \
|
||||||
"^Reading symbols from \[^\r\n\]*" \
|
"^(Reading symbols from \[^\r\n\]*" \
|
||||||
"(Expanding full symbols from \[^\r\n\]*" \
|
")+(Expanding full symbols from \[^\r\n\]*" \
|
||||||
")?$gdb_prompt $"]
|
")?$gdb_prompt $"]
|
||||||
gdb_assert {[regexp $re $gdb_file_cmd_msg]} "No complaints"
|
gdb_assert {[regexp $re $gdb_file_cmd_msg]} "No complaints"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user