This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix testsuite XPASSes


On Fri, May 13, 2011 at 01:44:20PM +0930, Alan Modra wrote:
> This cures some XPASSes.  In the case of the gas redef2 and redef3
> tests, certain targets will now FAIL that silently XFAILed before.  If
> my analysis is correct these new FAILs are real failures: performing a
> final link on the object file resulted in a binary with wrong
> addresses.

Oops, didn't mean to make x64_64-mingw fail.

	* gas/all/gas.exp: Fix typo last change.

Index: gas/testsuite/gas/all/gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.73
diff -u -p -r1.73 gas.exp
--- gas/testsuite/gas/all/gas.exp	13 May 2011 04:16:22 -0000	1.73
+++ gas/testsuite/gas/all/gas.exp	13 May 2011 16:12:25 -0000
@@ -145,7 +145,7 @@ case $target_triplet in {
 	# failures such as or32-elf.
 	setup_xfail "bfin-*-*" "i\[3-7\]86-*-*coff" \
 	    "i\[3-7\]86-*-*pe" "i\[3-7\]86-*-go32*" \
-	    "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-mingw*" "86_64-*-mingw*"
+	    "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-mingw*" "x86_64-*-mingw*"
 	run_dump_test redef3
 	gas_test_error "redef4.s" "" ".set for symbol already used as label"
 	gas_test_error "redef5.s" "" ".set for symbol already defined through .comm"

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]