mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
for m68*-ericsson-ose and m88*-*-coff.
This commit is contained in:
@ -1,6 +1,11 @@
|
|||||||
|
Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
|
||||||
|
for m68*-ericsson-ose and m88*-*-coff.
|
||||||
|
|
||||||
Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
|
Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* binutils-all/objcopy.exp: Add setup_xfail for simply copy test
|
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
|
||||||
for m68*-*-vxworks*.
|
for m68*-*-vxworks*.
|
||||||
|
|
||||||
Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
|
Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
@ -49,11 +49,13 @@ if ![string match "" $got] then {
|
|||||||
|
|
||||||
setup_xfail "sh-*-coff" "sh-*-hms"
|
setup_xfail "sh-*-coff" "sh-*-hms"
|
||||||
setup_xfail "m68*-*-hpux*" "m68*-*-sunos*" "m68*-*-coff" "m68*-*-vxworks*"
|
setup_xfail "m68*-*-hpux*" "m68*-*-sunos*" "m68*-*-coff" "m68*-*-vxworks*"
|
||||||
|
setup_xfail "m68*-ericsson-ose"
|
||||||
setup_xfail "i*86-*-linux"
|
setup_xfail "i*86-*-linux"
|
||||||
setup_xfail "a29k-*-udi" "a29k-*-coff"
|
setup_xfail "a29k-*-udi" "a29k-*-coff"
|
||||||
setup_xfail "i960-*-vxworks5.1" "i960-*-coff"
|
setup_xfail "i960-*-vxworks5.1" "i960-*-coff"
|
||||||
setup_xfail "h8300-*-hms" "h8300-*-coff"
|
setup_xfail "h8300-*-hms" "h8300-*-coff"
|
||||||
setup_xfail "hppa*-*-*"
|
setup_xfail "hppa*-*-*"
|
||||||
|
setup_xfail "m88*-*-coff"
|
||||||
|
|
||||||
if [string match "" $exec_output] then {
|
if [string match "" $exec_output] then {
|
||||||
pass "objcopy (simple copy)"
|
pass "objcopy (simple copy)"
|
||||||
|
Reference in New Issue
Block a user