mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
(readelf -S test, readelf -s test): Expect mips*-*-* to fail.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2000-10-19 Chris Demetriou <cgd@sibyte.com>
|
||||||
|
|
||||||
|
* binutils-all/readelf.exp (readelf_test): Work properly
|
||||||
|
when multiple targets expect failtures.
|
||||||
|
(readelf -S test, readelf -s test): Expect mips*-*-*
|
||||||
|
to fail.
|
||||||
|
|
||||||
2000-07-10 Alan Modra <alan@linuxcare.com.au>
|
2000-07-10 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* lib/utils-lib.exp (default_binutils_assemble): Don't do the hppa
|
* lib/utils-lib.exp (default_binutils_assemble): Don't do the hppa
|
||||||
|
@ -166,8 +166,8 @@ proc readelf_test { options binary_file regexp_file xfails } {
|
|||||||
send_log "exec $READELF $READELFFLAGS $options $binary_file > readelf.out\n"
|
send_log "exec $READELF $READELFFLAGS $options $binary_file > readelf.out\n"
|
||||||
catch "exec $READELF $READELFFLAGS $options $binary_file > readelf.out" got
|
catch "exec $READELF $READELFFLAGS $options $binary_file > readelf.out" got
|
||||||
|
|
||||||
if { [llength $xfails] != 0 } then {
|
foreach xfail $xfails {
|
||||||
setup_xfail $xfails
|
setup_xfail $xfail
|
||||||
}
|
}
|
||||||
|
|
||||||
if ![string match "" $got] then {
|
if ![string match "" $got] then {
|
||||||
@ -231,9 +231,11 @@ readelf_test -h $tempfile readelf.h {}
|
|||||||
# The v850 fails the next two tests because it creates two special
|
# The v850 fails the next two tests because it creates two special
|
||||||
# sections of its own: .call_table_data and .call_table_text
|
# sections of its own: .call_table_data and .call_table_text
|
||||||
# The regexp scripts are not expecting these sections...
|
# The regexp scripts are not expecting these sections...
|
||||||
|
# MIPS targets fail because they add .rela.txt (empty), .mdebug,
|
||||||
|
# and .reginfo sections.
|
||||||
|
|
||||||
readelf_test -S $tempfile readelf.s {v850*-*-*}
|
readelf_test -S $tempfile readelf.s {v850*-*-* mips*-*-*}
|
||||||
readelf_test -s $tempfile readelf.ss {v850*-*-*}
|
readelf_test -s $tempfile readelf.ss {v850*-*-* mips*-*-*}
|
||||||
readelf_test -r $tempfile readelf.r {}
|
readelf_test -r $tempfile readelf.r {}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user