Use ${frames_invalid} in gdb.cp/annota2.exp
Variable frames_invalid was defined, but wasn't used much. This patch is to replace the literals in the regexp with ${frames_invalid}. gdb/testsuite: 2015-11-27 Yao Qi <yao.qi@linaro.org> * gdb.cp/annota2.exp: Use ${frames_invalid}.
This commit is contained in:
parent
1a04d1a7e1
commit
bfde72c275
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-11-27 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* gdb.cp/annota2.exp: Use ${frames_invalid}.
|
||||
|
||||
2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* gdb.threads/names.exp: New file.
|
||||
|
|
|
@ -102,7 +102,7 @@ gdb_test_multiple "print a" "print class" {
|
|||
# `a.x is 1' is asynchronous regarding to `frames-invalid'.
|
||||
#
|
||||
gdb_test_multiple "continue" "continue until exit" {
|
||||
-re "\r\n\032\032post-prompt\r\nContinuing.\r\n\r\n\032\032starting\(\r\n\r\n\032\032frames-invalid\)*\r\na.x is 1\r\n\(\r\n\032\032frames-invalid\r\n\)*\r\n\032\032exited 0\r\n$inferior_exited_re normally.\r\n\r\n\032\032stopped\r\n$gdb_prompt$" {
|
||||
-re "\r\n\032\032post-prompt\r\nContinuing.\r\n\r\n\032\032starting\r\n\(${frames_invalid}\)*a.x is 1\r\n\(${frames_invalid}\)*\r\n\032\032exited 0\r\n$inferior_exited_re normally.\r\n\r\n\032\032stopped\r\n$gdb_prompt$" {
|
||||
pass "continue until exit"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue