diff options
author | Jeff Law <law@redhat.com> | 1994-02-24 15:12:50 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-24 15:12:50 +0000 |
commit | 256316284690384b53841c34ea3e399352bbd0ed (patch) | |
tree | c84cb94c6d949f174b9656279a711358a8af2b81 /gas | |
parent | cb6af92833cfaee367034ac5c563d6fca4b041a9 (diff) | |
download | fsf-binutils-gdb-256316284690384b53841c34ea3e399352bbd0ed.zip fsf-binutils-gdb-256316284690384b53841c34ea3e399352bbd0ed.tar.gz fsf-binutils-gdb-256316284690384b53841c34ea3e399352bbd0ed.tar.bz2 |
* gas/hppa/more.parse/parse.exp (no subspace test): Only expect
a failure if gas is not producing an ELF object.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/more.parse/parse.exp | 5 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/parse/parse.exp | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1e9e864..a4f78fa 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/hppa/more.parse/parse.exp (no subspace test): Only expect + a failure if gas is not producing an ELF object. + Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * gas/hppa/basic/fmemLRbug.s: New test. diff --git a/gas/testsuite/gas/hppa/more.parse/parse.exp b/gas/testsuite/gas/hppa/more.parse/parse.exp index e8123a0..fcd8f50 100755 --- a/gas/testsuite/gas/hppa/more.parse/parse.exp +++ b/gas/testsuite/gas/hppa/more.parse/parse.exp @@ -138,8 +138,9 @@ if [istarget hppa*-*-*] then { # This file has code and assembler directives before switching into any # space/subspace pair. This should report an error. - setup_xfail hppa*-*-hpux* - setup_xfail hppa*-*-bsd* + if ![istarget hppa*-*-*elf*] then { + setup_xfail hppa*-*-* + } gas_test_error "nosubspace.s" "" "Check for error if no subspace directive" # This file should return errors for both the ENTRY_GR and ENTRY_FR diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index e8123a0..fcd8f50 100755 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -138,8 +138,9 @@ if [istarget hppa*-*-*] then { # This file has code and assembler directives before switching into any # space/subspace pair. This should report an error. - setup_xfail hppa*-*-hpux* - setup_xfail hppa*-*-bsd* + if ![istarget hppa*-*-*elf*] then { + setup_xfail hppa*-*-* + } gas_test_error "nosubspace.s" "" "Check for error if no subspace directive" # This file should return errors for both the ENTRY_GR and ENTRY_FR |