diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-28 16:19:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-28 16:19:22 +0000 |
commit | 2e246dbdbd896bf90412924a97691cab2cd62c67 (patch) | |
tree | bf1e80c3ecb757c4b6be4dc288ea72132b6719a8 /binutils | |
parent | 5522e8a977a5605e78278c15d735d152a871e90a (diff) | |
download | gdb-2e246dbdbd896bf90412924a97691cab2cd62c67.zip gdb-2e246dbdbd896bf90412924a97691cab2cd62c67.tar.gz gdb-2e246dbdbd896bf90412924a97691cab2cd62c67.tar.bz2 |
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
for m68*-ericsson-ose and m88*-*-coff.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 22dafd0..828b91f 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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> - * 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*. Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com> diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 97a2fce..bf4366f 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -49,11 +49,13 @@ if ![string match "" $got] then { setup_xfail "sh-*-coff" "sh-*-hms" setup_xfail "m68*-*-hpux*" "m68*-*-sunos*" "m68*-*-coff" "m68*-*-vxworks*" + setup_xfail "m68*-ericsson-ose" setup_xfail "i*86-*-linux" setup_xfail "a29k-*-udi" "a29k-*-coff" setup_xfail "i960-*-vxworks5.1" "i960-*-coff" setup_xfail "h8300-*-hms" "h8300-*-coff" setup_xfail "hppa*-*-*" + setup_xfail "m88*-*-coff" if [string match "" $exec_output] then { pass "objcopy (simple copy)" |