mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
775a3298dc
This new test fails on i686 buildbot slaves, (gdb) core-file /home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build/gdb/testsuite/gdb.arch/i386-biarch-core.core "/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build/gdb/testsuite/gdb.arch/i386-biarch-core.core" is not a core dump: File format not recognized (gdb) FAIL: gdb.arch/i386-biarch-core.exp: core-file There are two problems: (1) The testcase did not really test if elf64-i386 is supported by GDB (BFD). That was OK for a Fedora testcase but I forgot about it when submitting it upstream. I haven't really verified if the GNU target is elf64-little but it seems so, no other one seems suitable from: elf32-x86-64 elf64-big elf64-k1om elf64-l1om elf64-little elf64-x86-64 pei-x86-64 (2) The output of the "core-file" command itself can be arbitrary as the elf64-i386 file with x86_64 registers is really broken; but that does not matter much, important is the following test whether core file memory is readable. ./configure --enable-64-bit-bfd (gdb) core-file /home/jkratoch/redhat/gdb-test-build32-plus64/gdb/testsuite/gdb.arch/i386-biarch-core.core^M warning: Couldn't find general-purpose registers in core file.^M Failed to read a valid object file image from memory.^M warning: Couldn't find general-purpose registers in core file.^M #0 <unavailable> in ?? ()^M (gdb) FAIL: gdb.arch/i386-biarch-core.exp: core-file x/i 0x400078^M 0x400078: hlt ^M (gdb) PASS: gdb.arch/i386-biarch-core.exp: .text is readable I do not know much dejagnu but I expect 'istarget' tests against the site.exp 'target_triplet' content which is set to the primary GDB target (--target=...). GDB is normally never configured for primary target elf64-i386, I think BFD does not know such explicit target, it gets recognized as elf64-little. In fact many testfiles of the GDB testsuite are wrong as they require 'istarget' (therefore primary GDB target) even for just loading arch specific files which would be sufficient with secondary target (--enable-targets=...) support. This my new patch removes this 'istarget' check as it is IMO unrelated to what we need to test. Although you are right we do 'x/i' and test for 'hlt' so I think we should test also for available 'set architecture i386'. We could also test by 'x/bx' instead of 'x/i' to avoid such additional test/requirement. This testcase comes from a different bug from 2009: https://bugzilla.redhat.com/show_bug.cgi?id=457187 http://pkgs.fedoraproject.org/cgit/gdb.git/commit/?id=94cd124608bf0dd359cb48a710800d72c21b30c3 That bug has been fixed in the meantime but the same testcase was reproducing this new different bug - internal error regression - so I submitted it. We can remove the "x/bx $address" test but it was useful for the previous bug from 2009 as that time the internal error regression did not happen, just the core file was not recognized (which would not be detected by the proposed ignoring of the "core-file" command output) and so the core file was not available. That can be tested by the "x/bx $address" test. gdb/testsuite/ChangeLog 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.arch/i386-biarch-core.exp: Replace istarget by "complete set gnutarget". Remove expectation for the "core-file" command. |
||
---|---|---|
.. | ||
aarch64-atomic-inst.c | ||
aarch64-atomic-inst.exp | ||
aarch64-fp.c | ||
aarch64-fp.exp | ||
alpha-step.c | ||
alpha-step.exp | ||
altivec-abi.c | ||
altivec-abi.exp | ||
altivec-regs.c | ||
altivec-regs.exp | ||
amd64-byte.exp | ||
amd64-disp-step.exp | ||
amd64-disp-step.S | ||
amd64-dword.exp | ||
amd64-entry-value-inline.c | ||
amd64-entry-value-inline.exp | ||
amd64-entry-value-inline.S | ||
amd64-entry-value-param.c | ||
amd64-entry-value-param.exp | ||
amd64-entry-value-param.S | ||
amd64-entry-value-paramref.cc | ||
amd64-entry-value-paramref.exp | ||
amd64-entry-value-paramref.S | ||
amd64-entry-value.cc | ||
amd64-entry-value.exp | ||
amd64-entry-value.s | ||
amd64-i386-address.exp | ||
amd64-i386-address.S | ||
amd64-invalid-stack-middle.c | ||
amd64-invalid-stack-middle.exp | ||
amd64-invalid-stack-middle.S | ||
amd64-invalid-stack-top.c | ||
amd64-invalid-stack-top.exp | ||
amd64-optimout-repeat.c | ||
amd64-optimout-repeat.exp | ||
amd64-optimout-repeat.S | ||
amd64-prologue-skip.exp | ||
amd64-prologue-skip.S | ||
amd64-prologue-xmm.c | ||
amd64-prologue-xmm.exp | ||
amd64-prologue-xmm.s | ||
amd64-pseudo.c | ||
amd64-stap-optional-prefix.exp | ||
amd64-stap-optional-prefix.S | ||
amd64-stap-special-operands.exp | ||
amd64-stap-three-arg-disp.c | ||
amd64-stap-three-arg-disp.S | ||
amd64-stap-triplet.c | ||
amd64-stap-triplet.S | ||
amd64-stap-wrong-subexp.exp | ||
amd64-stap-wrong-subexp.S | ||
amd64-tailcall-cxx1.cc | ||
amd64-tailcall-cxx1.S | ||
amd64-tailcall-cxx2.cc | ||
amd64-tailcall-cxx2.S | ||
amd64-tailcall-cxx.exp | ||
amd64-tailcall-noret.c | ||
amd64-tailcall-noret.exp | ||
amd64-tailcall-noret.S | ||
amd64-tailcall-ret.c | ||
amd64-tailcall-ret.exp | ||
amd64-tailcall-ret.S | ||
amd64-tailcall-self.c | ||
amd64-tailcall-self.exp | ||
amd64-tailcall-self.S | ||
amd64-word.exp | ||
arm-bl-branch-dest.c | ||
arm-bl-branch-dest.exp | ||
arm-disp-step.exp | ||
arm-disp-step.S | ||
avr-flash-qualifier.c | ||
avr-flash-qualifier.exp | ||
cordic.ko.bz2 | ||
cordic.ko.debug.bz2 | ||
e500-abi.c | ||
e500-abi.exp | ||
e500-prologue.c | ||
e500-prologue.exp | ||
e500-regs.c | ||
e500-regs.exp | ||
gdb1291.exp | ||
gdb1291.s | ||
gdb1431.exp | ||
gdb1431.s | ||
gdb1558.c | ||
gdb1558.exp | ||
i386-avx512.c | ||
i386-avx512.exp | ||
i386-avx.c | ||
i386-avx.exp | ||
i386-biarch-core.core.bz2 | ||
i386-biarch-core.exp | ||
i386-bp_permanent.c | ||
i386-bp_permanent.exp | ||
i386-byte.exp | ||
i386-cfi-notcurrent.exp | ||
i386-cfi-notcurrent.S | ||
i386-disp-step.exp | ||
i386-disp-step.S | ||
i386-dr3-watch.c | ||
i386-dr3-watch.exp | ||
i386-float.exp | ||
i386-float.S | ||
i386-gnu-cfi-asm.S | ||
i386-gnu-cfi.c | ||
i386-gnu-cfi.exp | ||
i386-mpx-map.c | ||
i386-mpx-map.exp | ||
i386-mpx.c | ||
i386-mpx.exp | ||
i386-permbkpt.exp | ||
i386-permbkpt.S | ||
i386-prologue.c | ||
i386-prologue.exp | ||
i386-pseudo.c | ||
i386-signal.c | ||
i386-signal.exp | ||
i386-size-overlap.c | ||
i386-size-overlap.exp | ||
i386-size.c | ||
i386-size.exp | ||
i386-sse-stack-align.c | ||
i386-sse-stack-align.exp | ||
i386-sse-stack-align.S | ||
i386-sse.c | ||
i386-sse.exp | ||
i386-stap-eval-lang-ada.c | ||
i386-stap-eval-lang-ada.exp | ||
i386-stap-eval-lang-ada.S | ||
i386-unwind.c | ||
i386-unwind.exp | ||
i386-word.exp | ||
ia64-breakpoint-shadow.exp | ||
ia64-breakpoint-shadow.S | ||
iwmmxt-regs.c | ||
iwmmxt-regs.exp | ||
Makefile.in | ||
mips16-thunks-inmain.c | ||
mips16-thunks-main.c | ||
mips16-thunks-sin.c | ||
mips16-thunks-sinfrob16.c | ||
mips16-thunks-sinfrob.c | ||
mips16-thunks-sinmain.c | ||
mips16-thunks-sinmips16.c | ||
mips16-thunks.exp | ||
mips-octeon-bbit.c | ||
mips-octeon-bbit.exp | ||
pa64-nullify.s | ||
pa-nullify.exp | ||
pa-nullify.s | ||
powerpc-aix-prologue.c | ||
powerpc-aix-prologue.exp | ||
powerpc-d128-regs.c | ||
powerpc-d128-regs.exp | ||
powerpc-power.exp | ||
powerpc-power.s | ||
powerpc-prologue.c | ||
powerpc-prologue.exp | ||
powerpc-stackless.exp | ||
powerpc-stackless.S | ||
ppc64-atomic-inst.exp | ||
ppc64-atomic-inst.S | ||
ppc64-symtab-cordic.exp | ||
ppc-dfp.c | ||
ppc-dfp.exp | ||
ppc-fp.c | ||
ppc-fp.exp | ||
s390-multiarch.c | ||
s390-multiarch.exp | ||
s390-tdbregs.c | ||
s390-tdbregs.exp | ||
s390-vregs.exp | ||
s390-vregs.S | ||
sparc-sysstep.c | ||
sparc-sysstep.exp | ||
spu-info.c | ||
spu-info.exp | ||
spu-ls.c | ||
spu-ls.exp | ||
thumb2-it.exp | ||
thumb2-it.S | ||
thumb-bx-pc.exp | ||
thumb-bx-pc.S | ||
thumb-prologue.c | ||
thumb-prologue.exp | ||
thumb-singlestep.exp | ||
thumb-singlestep.S | ||
vsx-regs.c | ||
vsx-regs.exp |