From: Alan Modra Date: Thu, 16 Feb 2017 14:30:17 +0000 (+1030) Subject: xfail two ld-unique tests for hppa X-Git-Tag: binutils-2_28~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4cafcec54579e64b699f4bb11e5bdb21c52869;p=thirdparty%2Fbinutils-gdb.git 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 --git a/ld/ChangeLog b/ld/ChangeLog index c5c55833aa6..a4fd4654ccc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2017-02-16 Alan Modra + + * testsuite/ld-unique/unique.exp: xfail two tests for hppa. + 2017-02-16 Alan Modra * testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp index 3a4ce2272f3..b092fd53fde 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] }