[testsuite patch] Fix new FAIL: py-frame.exp: test Frame.read_register(rip)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 12 Jan 2015 10:02:46 +0000 (11:02 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 12 Jan 2015 10:02:46 +0000 (11:02 +0100)
commit7e67715dd369f0a0caadaa5e528918dd65176e3b
treea4ef7e83494fd39843df4e50ed1ec2c19751f31d
parentcb3b1e65a9af9fd95dce40c4444050c30cd07a2b
[testsuite patch] Fix new FAIL: py-frame.exp: test Frame.read_register(rip)

for x86_64 -m32 run one gets:

+FAIL: gdb.python/py-frame.exp: test Frame.read_register(rip)

I do not have x32 OS here but the %rip test should PASS there I think.

On Sun, 11 Jan 2015 14:58:06 +0100, Yao Qi wrote:
With your patch applied, this test is skipped on 'x86_64 -m32'.  I
prefer to increasing the test coverage, so how about extending the test
for 'x86_64 -m32'?  I mean test Frame.read_register(eip)...

gdb/testsuite/ChangeLog
2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
is_amd64_regs_target and is_x86_like_target.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-frame.exp