btrace, test: avoid gdb.btrace/vdso.exp fail
authorMarkus Metzger <markus.t.metzger@intel.com>
Wed, 30 Sep 2015 09:41:35 +0000 (11:41 +0200)
committerMarkus Metzger <markus.t.metzger@intel.com>
Fri, 9 Oct 2015 12:29:41 +0000 (14:29 +0200)
commitabcef95aa511a845f0599178be09403348ba4bad
tree053952f5cb12414361eae310f7263edfe2e78d9f
parent145e3ddb4b1657a1f29eb9f41f2d54d0bf26b6f0
btrace, test: avoid gdb.btrace/vdso.exp fail

The vdso.exp test checks that we can access the VDSO memory when replaying.

Depending on the line information generated by the compiler, runto_main may run
to the line marked with bp.1 or stop before that line.  The test incorrectly
assumes that it will always run to the marked line and fails if it doesn't.

The test does not really care about what is traced.  It does care that GDB is
replaying when capturing the second disassemble output.

Reflect that in the test by ignoring the output of the stepping and record goto
begin commands and by checking that GDB is actually replaying.

testsuite/
* gdb.btrace/vdso.c (main): Remove breakpoint markers.
* gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
its output.  Ignore the output of "record goto begin" and instead
check that GDB is replaying.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.btrace/vdso.c
gdb/testsuite/gdb.btrace/vdso.exp