gdb.base/sym-file.exp: clean up test messages a bit.
authorPedro Alves <palves@redhat.com>
Tue, 15 Apr 2014 11:49:51 +0000 (12:49 +0100)
committerPedro Alves <palves@redhat.com>
Tue, 15 Apr 2014 11:49:51 +0000 (12:49 +0100)
commit7dd6df0171796757f404a549c76f0d9b9192c849
tree2c49af29901d4092d77e6237275b28fad807021f
parent170015c5a013f0036073ebc3d455c379371edc27
gdb.base/sym-file.exp: clean up test messages a bit.

Remove regex characters from test message, and don't refer to
breakpoint numbers in test messages (subsequent patches will add more
breakpoints, changing these numbers).  Result:

 -PASS: gdb.base/sym-file.exp: add-symbol-file .*sym-file-lib\.so addr
 +PASS: gdb.base/sym-file.exp: add-symbol-file sym-file-lib.so addr

 -PASS: gdb.base/sym-file.exp: check if Breakpoint 2 is pending.
 -PASS: gdb.base/sym-file.exp: check if Breakpoint 3 is pending.
 +PASS: gdb.base/sym-file.exp: breakpoint at foo is pending
 +PASS: gdb.base/sym-file.exp: breakpoint at bar is pending

gdb/testsuite/
2014-04-15  Pedro Alves <palves@redhat.com>

* gdb.base/sym-file.exp: Remove regex characters from test
message.  Don't refer to breakpoint numbers in test messages.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sym-file.exp