This is the mail archive of the binutils@sources.redhat.com 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]

tic80 gas testsuite fixes


Applying mainline and branch.  tic80 is like tic30 and tic54 wrt. fp.

gas/testsuite/ChangeLog
	* gas/ieee-fp/x930509a.exp: Run the test but xfail.  Add c80 to xfails.

Index: gas/testsuite/gas/ieee-fp/x930509a.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ieee-fp/x930509a.exp,v
retrieving revision 1.6
diff -u -p -r1.6 x930509a.exp
--- gas/testsuite/gas/ieee-fp/x930509a.exp	16 Aug 2002 00:06:05 -0000	1.6
+++ gas/testsuite/gas/ieee-fp/x930509a.exp	26 Aug 2002 08:25:35 -0000
@@ -16,13 +16,12 @@ proc dotest {} {
 	}
     }
     gas_finish
-    if !$x then { fail "$testname (listing didn't match)" }
-}
 
-# C54x alignment/addressing is different, so the listing looks different
-# float encoding is tested in c54x-specific tests.
-# No floating point support in assembly code for CRIS.
-if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*] && ![istarget *c30*-*-*]
-     && ![istarget cris-*-*] && ![istarget arc*-*-*] } then {
-    dotest
+    # C54x alignment/addressing is different, so the listing looks different
+    # float encoding is tested in c54x-specific tests.
+    # No floating point support in assembly code for CRIS.
+    setup_xfail "arc*-*-*" "cris-*-*" "*c30*-*-*" "*c54x*-*-*" "*c80*-*-*"
+    setup_xfail "vax*-*-*"
+
+    if !$x then { fail "$testname (listing didn't match)" }
 }

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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