Commit
92228a334ba2 ("gdb: small "maintenance info line-table"
readability improvements") change the output format of "maint info
line-table" slightly, adding some empty lines between each
line-table. This causes two tests to start failing, update them to
account for those empty lines.
Change-Id: I9d33a58fce3e860ba0554b25f5582e8066a5c519
# Matches an end marker in the above.
exp_continue
}
+ -re "^\r\n" {
+ # Empty line between tables.
+ exp_continue
+ }
-re "^$gdb_prompt $" {
gdb_assert $saw_srcfile $gdb_test_name
}
incr end_seq_count
exp_continue
}
+ -re "^\r\n" {
+ # Empty lines between tables.
+ exp_continue
+ }
-re "^$gdb_prompt $" {
gdb_assert [expr $end_seq_count == 3] $gdb_test_name
}