aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-04-23 16:19:08 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-04-23 16:19:08 +0000
commit978ee720aebe7231e23c3ad88a2a6867da6331a4 (patch)
tree983bd55988febdb3dae0984c98bf813399056698 /gas/testsuite
parent1da1a192397ebfc0afde6e4c02a6242bb01407c2 (diff)
downloadgdb-978ee720aebe7231e23c3ad88a2a6867da6331a4.zip
gdb-978ee720aebe7231e23c3ad88a2a6867da6331a4.tar.gz
gdb-978ee720aebe7231e23c3ad88a2a6867da6331a4.tar.bz2
2002-04-23 H.J. Lu <hjl@gnu.org>
* gas/hppa/parse/parse.exp: Don't expect failure on line separator test on hppa*-*-linux* nor hppa*-*-netbsd*.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/hppa/parse/parse.exp7
2 files changed, 10 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index c479ec1..f07e89f 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-23 H.J. Lu <hjl@gnu.org>
+
+ * gas/hppa/parse/parse.exp: Don't expect failure on line separator
+ test on hppa*-*-linux* nor hppa*-*-netbsd*.
+
2002-04-22 Chris Demetriou <cgd@broadcom.com>
* gas/mips/mips-gp64-fp32.l: New file.
diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp
index 0dcef88..0b397c9 100644
--- a/gas/testsuite/gas/hppa/parse/parse.exp
+++ b/gas/testsuite/gas/hppa/parse/parse.exp
@@ -119,8 +119,11 @@ proc do_valid_align_tests {} {
}
if [istarget hppa*-*-*] then {
- # GAS-2.0 does not always parse ! as a line separator when it should.
- setup_xfail hppa*-*-*
+ if { ![istarget hppa*-*-linux*]
+ && ![istarget hppa*-*-netbsd*] } {
+ # GAS-2.0 does not always parse ! as a line separator when it should.
+ setup_xfail hppa*-*-*
+ }
gas_test "linesepbug.s" "" "" "line separator bug"
# Make sure GAS accepts syntax for accessing static data.