* gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
authorJeff Law <law@redhat.com>
Mon, 28 Nov 1994 07:55:25 +0000 (07:55 +0000)
committerJeff Law <law@redhat.com>
Mon, 28 Nov 1994 07:55:25 +0000 (07:55 +0000)
to fail.  Fix comments for the test.  Tweak test name.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/more.parse/parse.exp

index 4d87cb42c5d434ef44d1c94a80d830c06c300b2a..149a122b3e5ab9959290cd2c66c0529bab6f0235 100644 (file)
@@ -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
index 80dcedb86f4db3732c79774b9246a53cf12b35d5..19b70723af321945816dfdf1077d984be4cd3ad6 100755 (executable)
@@ -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)