[binutils-gdb/binutils-2_28-branch] xfail two ld-unique tests for hppa
Alan Modra
amodra@sourceware.org
Thu Feb 16 15:15:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0a4cafcec54579e64b699f4bb11e5bdb21c52869
commit 0a4cafcec54579e64b699f4bb11e5bdb21c52869
Author: Alan Modra <amodra@gmail.com>
Date: Fri Feb 17 01:00:17 2017 +1030
xfail two ld-unique tests for hppa
HPPA doesn't use OSABI of SYSV.
* testsuite/ld-unique/unique.exp: xfail two tests for hppa.
Diff:
---
ld/ChangeLog | 4 ++++
ld/testsuite/ld-unique/unique.exp | 2 ++
2 files changed, 6 insertions(+)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c5c5583..a4fd465 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2017-02-16 Alan Modra <amodra@gmail.com>
+ * testsuite/ld-unique/unique.exp: xfail two tests for hppa.
+
+2017-02-16 Alan Modra <amodra@gmail.com>
+
* testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params
from void pointers to function pointers.
* testsuite/ld-elf/pr18718.c: Update to suit.
diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp
index 3a4ce22..b092fd5 100644
--- a/ld/testsuite/ld-unique/unique.exp
+++ b/ld/testsuite/ld-unique/unique.exp
@@ -183,6 +183,7 @@ if { $fails == 0 } {
# Check the empty object file.
if {! [check_osabi tmpdir/unique_empty.o {UNIX - System V}]} {
+ setup_xfail hppa*-*-*
fail "Object NOT containing unique does not have an OS/ABI field of System V"
set fails [expr $fails + 1]
}
@@ -239,6 +240,7 @@ if { $fails == 0 } {
# Check the empty executable linked against unique shared library.
if {! [check_osabi tmpdir/unique_shared_prog {UNIX - System V}]} {
+ setup_xfail hppa*-*-*
fail "Executable NOT containing unique does not have an OS/ABI field of System V"
set fails [expr $fails + 1]
}
More information about the Binutils-cvs
mailing list