aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-09-15 13:21:32 -0400
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-10-03 17:48:02 +0100
commit4d4211478f4f3bb61ea3e22937fee234fb31f7cb (patch)
tree5d39c71d9edcff44503c523f532e64f8ca92f67d /gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
parentfa56cdcd2427e701328ae1e20b0ca7916d580a14 (diff)
downloadgdb-4d4211478f4f3bb61ea3e22937fee234fb31f7cb.zip
gdb-4d4211478f4f3bb61ea3e22937fee234fb31f7cb.tar.gz
gdb-4d4211478f4f3bb61ea3e22937fee234fb31f7cb.tar.bz2
gdb/testsuite: Make test names unique in gdb.reverse tests
Make test names unique in the gdb.reverse tests. On my local machine this removed 825 duplicate test names. It is possible that different setups might still encounter some duplicates. gdb/testsuite/ChangeLog: * gdb.reverse/break-precsave.exp: Make test names unique. * gdb.reverse/break-reverse.exp: Likewise. * gdb.reverse/finish-precsave.exp: Likewise. * gdb.reverse/finish-reverse.exp: Likewise. * gdb.reverse/machinestate-precsave.exp: Likewise. * gdb.reverse/machinestate.exp: Likewise. * gdb.reverse/readv-reverse.exp: Likewise. * gdb.reverse/recvmsg-reverse.exp: Likewise. * gdb.reverse/sigall-precsave.exp: Likewise. * gdb.reverse/sigall-reverse.exp: Likewise. * gdb.reverse/step-indirect-call-thunk.exp: Likewise. * gdb.reverse/watch-precsave.exp: Likewise. * gdb.reverse/watch-reverse.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp')
-rw-r--r--gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp b/gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
index 2c6cbe9..aa1a4f3 100644
--- a/gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
+++ b/gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
@@ -72,12 +72,12 @@ gdb_test "reverse-step" "apply\.3.*" "reverse-step into apply"
gdb_test "reverse-step" "inc\.3.*" "reverse-step into inc"
gdb_test "reverse-step" "inc\.2.*" "reverse-step inside inc"
gdb_test "reverse-step" "apply\.2.*" \
- "reverse-step through call thunk into apply"
+ "reverse-step through call thunk into apply, first time"
gdb_test "reverse-step" "main\.2.*" "reverse-step into main"
gdb_test "step" "apply\.2.*" "step into apply"
gdb_test "step" "inc\.2.*" "step through call thunk into inc"
gdb_test "reverse-step" "apply\.2.*" \
- "reverse-step through call thunk into apply"
+ "reverse-step through call thunk into apply, second time"
gdb_test "next" "apply\.3.*" "step through thunks and over inc"
gdb_test "reverse-next" "apply\.2.*" \
"reverse-step through thunks and over inc"