diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-08 21:49:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-08 21:49:12 +0000 |
commit | 28796982b61a5082ede62070c5918dcc9220acf9 (patch) | |
tree | 0bbbe3d221a8ddf752f3607829a235af7ce992b0 /binutils/testsuite | |
parent | e9bb39b456b3533ec2ba360afc944d061c37c7e6 (diff) | |
download | gdb-28796982b61a5082ede62070c5918dcc9220acf9.zip gdb-28796982b61a5082ede62070c5918dcc9220acf9.tar.gz gdb-28796982b61a5082ede62070c5918dcc9220acf9.tar.bz2 |
* binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
for simple copy test.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 32 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 5 |
2 files changed, 35 insertions, 2 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 828b91f..392930c 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,35 @@ +Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com> + + * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks* + for simple copy test. + +Tue Jul 25 11:57:12 1995 Ian Lance Taylor <ian@cygnus.com> + + * binutils-all/objcopy.exp: Change setup_xfail for simple copy + test from i960-*-vxworks5.1 to i960-*-vxworks*. + +Mon Jul 10 12:25:46 1995 Ian Lance Taylor <ian@cygnus.com> + + * binutils-all/objcopy.exp: Add setup_xfail for z8*-*-coff for + simple copy test. + * binutils-all/objdump.exp (cpus_expected): Add z8001 and z8002. + +Sun May 21 20:32:53 1995 Jeff Law (law@snake.cs.utah.edu) + + * binutils-all/hppa/objdump.exp (addendbug): Handle PA ELF targets + too. + * binutils-all/objcopy.exp (simple copy): Don't expect PA ELF + targets to fail. + +Tue Apr 4 14:52:08 1995 Jeff Law (law@snake.cs.utah.edu) + + * binutils-all/hppa: Renamed from binutils-hppa. + +Wed Mar 29 12:02:43 1995 Ian Lance Taylor <ian@cygnus.com> + + * binutils-all/objcopy.exp: Add setup_xfail for simple copy test + for h8500-*-hms and h8500-*-coff. + Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com> * binutils-all/objcopy.exp: Add setup_xfail for simple copy test diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 7ea6220..2f71fd4 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -52,13 +52,14 @@ if ![string match "" $got] then { 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 "a29k-*-udi" "a29k-*-coff" "a29k-*-vxworks*" + setup_xfail "i960-*-vxworks*" "i960-*-coff" setup_xfail "h8300-*-hms" "h8300-*-coff" setup_xfail "h8500-*-hms" "h8500-*-coff" setup_xfail "hppa*-*-*" clear_xfail "hppa*-*-*elf*" setup_xfail "m88*-*-coff" + setup_xfail "z8*-*-coff" if [string match "" $exec_output] then { pass "objcopy (simple copy)" |