From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22750 invoked by alias); 9 Aug 2007 11:26:36 -0000 Received: (qmail 22619 invoked by uid 22791); 9 Aug 2007 11:26:35 -0000 X-Spam-Check-By: sourceware.org Received: from omta01sl.mx.bigpond.com (HELO omta01sl.mx.bigpond.com) (144.140.92.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Aug 2007 11:26:27 +0000 Received: from oaamta06sl.mx.bigpond.com ([58.174.192.75]) by omta01sl.mx.bigpond.com with ESMTP id <20070809112624.SSPV70.omta01sl.mx.bigpond.com@oaamta06sl.mx.bigpond.com> for ; Thu, 9 Aug 2007 11:26:24 +0000 Received: from bubble.grove.modra.org ([58.174.192.75]) by oaamta06sl.mx.bigpond.com with ESMTP id <20070809112623.QHTI23655.oaamta06sl.mx.bigpond.com@bubble.grove.modra.org> for ; Thu, 9 Aug 2007 11:26:23 +0000 Received: by bubble.grove.modra.org (Postfix, from userid 500) id 8BB633A1CEF; Thu, 9 Aug 2007 20:56:23 +0930 (CST) Date: Thu, 09 Aug 2007 11:26:00 -0000 From: Alan Modra To: binutils@sourceware.org Subject: testsuite fixes Message-ID: <20070809112623.GC31829@bubble.grove.modra.org> Mail-Followup-To: binutils@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00121.txt.bz2 i486-*-linuxaout fails these tests just like other aout targets. binutils/testsuite/ * binutils-all/copy-2.d (not-target): Match *-*-*aout. * binutils-all/copy-3.d (not-target): Likewise. * binutils-all/objcopy.exp (objcopy_test): Remove extraneous setup_xfail. gas/testsuite/ * gas/all/weakref1u.d (not-target): Match *-*-*aout. Index: binutils/testsuite/binutils-all/copy-2.d =================================================================== RCS file: /cvs/src/src/binutils/testsuite/binutils-all/copy-2.d,v retrieving revision 1.3 diff -u -p -r1.3 copy-2.d --- binutils/testsuite/binutils-all/copy-2.d 2 May 2006 17:46:41 -0000 1.3 +++ binutils/testsuite/binutils-all/copy-2.d 9 Aug 2007 01:40:59 -0000 @@ -3,7 +3,7 @@ #objcopy: --set-section-flags foo=contents,alloc,load,code #name: copy with setting section flags 2 #source: copytest.s -#not-target: *-*-aout +#not-target: *-*-*aout # Note - we use copytest.s and a section named "foo" rather # than .text because for some file formats (eg PE) the .text # section has a fixed set of flags and these cannot be changed. Index: binutils/testsuite/binutils-all/copy-3.d =================================================================== RCS file: /cvs/src/src/binutils/testsuite/binutils-all/copy-3.d,v retrieving revision 1.4 diff -u -p -r1.4 copy-3.d --- binutils/testsuite/binutils-all/copy-3.d 8 Jan 2007 17:21:49 -0000 1.4 +++ binutils/testsuite/binutils-all/copy-3.d 9 Aug 2007 01:40:59 -0000 @@ -3,7 +3,7 @@ #objcopy: --set-section-flags .text=alloc,data #name: copy with setting section flags 3 #source: bintest.s -#not-target: *-*-aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* x86_64-*-mingw* +#not-target: *-*-*aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* x86_64-*-mingw* # The .text # section in PE/COFF has a fixed set of flags and these # cannot be changed. We skip it for them. Index: binutils/testsuite/binutils-all/objcopy.exp =================================================================== RCS file: /cvs/src/src/binutils/testsuite/binutils-all/objcopy.exp,v retrieving revision 1.46 diff -u -p -r1.46 objcopy.exp --- binutils/testsuite/binutils-all/objcopy.exp 5 Jul 2007 16:54:45 -0000 1.46 +++ binutils/testsuite/binutils-all/objcopy.exp 9 Aug 2007 01:40:59 -0000 @@ -103,9 +103,6 @@ proc objcopy_test {testname srcfile} { # On OSF/1, this succeeds with gas and fails with /bin/as. setup_xfail "alpha*-*-osf*" - # This fails for COFF i960-vxworks targets. - setup_xfail "i960-*-vxworks*" - fail "objcopy ($testname)" } } Index: gas/testsuite/gas/all/weakref1u.d =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/all/weakref1u.d,v retrieving revision 1.3 diff -u -p -r1.3 weakref1u.d --- gas/testsuite/gas/all/weakref1u.d 20 Nov 2005 22:03:25 -0000 1.3 +++ gas/testsuite/gas/all/weakref1u.d 9 Aug 2007 01:41:09 -0000 @@ -3,7 +3,7 @@ #source: weakref1.s # aout turns undefined into *ABS* symbols. # see weakref1.d for comments on the other not-targets -#not-target: *-*-aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff pdp11-*-aout +#not-target: *-*-*aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff # the rest of this file is generated with the following script: # # script begin -- Alan Modra Australia Development Lab, IBM