diff options
author | Jeff Law <law@redhat.com> | 1994-11-28 07:55:25 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-28 07:55:25 +0000 |
commit | 5a1b13d7e9af4861c47685f90c1f1862100f3f49 (patch) | |
tree | f38a00ac172d0b20b43e7e1cb1c2bfceabfb75e5 | |
parent | e07f892633e88c0f714b02892e7e60acc07c397c (diff) | |
download | gdb-5a1b13d7e9af4861c47685f90c1f1862100f3f49.zip gdb-5a1b13d7e9af4861c47685f90c1f1862100f3f49.tar.gz gdb-5a1b13d7e9af4861c47685f90c1f1862100f3f49.tar.bz2 |
* gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
to fail. Fix comments for the test. Tweak test name.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/more.parse/parse.exp | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4d87cb4..149a122 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected + to fail. Fix comments for the test. Tweak test name. + Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu) * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF diff --git a/gas/testsuite/gas/hppa/more.parse/parse.exp b/gas/testsuite/gas/hppa/more.parse/parse.exp index 80dcedb..19b7072 100755 --- a/gas/testsuite/gas/hppa/more.parse/parse.exp +++ b/gas/testsuite/gas/hppa/more.parse/parse.exp @@ -137,11 +137,10 @@ if [istarget hppa*-*-*] then { gas_test_error "undefbug.s" "" "Check for error when using undefined symbol" # This file has code and assembler directives before switching into any - # space/subspace pair. This should report an error. - if ![istarget hppa*-*-*elf*] then { - setup_xfail hppa*-*-* - } - gas_test_error "nosubspace.s" "" "Check for error if no subspace directive" + # space/subspace pair. This should report an error for SOM (it is not + # an error for ELF. The file also has mismatched entry/exit and + # proc/procend pairs which are errors for both SOM and ELF. + gas_test_error "nosubspace.s" "" "Check for error(s) in input file " # This file should return errors for both the ENTRY_GR and ENTRY_FR # directives (they are out-of-range) |