[Patch, fido, testsuite] skip pr11676 on fido.

Iain Sandoe iain@codesourcery.com
Fri Sep 7 11:08:00 GMT 2012


Hi,
We have this in our local tree for some time, with the comment that the test includes an instruction invalid for fido.
OK for trunk?
thanks
Iain

gas/testsuite/

2012-09-07  James Lemke  <jwlemke@codesourcery.com>

	* gas/m68k/all.exp: Exclude pr11676 for fido-*-*.


Index: gas/testsuite/gas/m68k/all.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/m68k/all.exp,v
retrieving revision 1.29
diff -u -p -r1.29 all.exp
--- gas/testsuite/gas/m68k/all.exp	16 Jan 2012 23:19:20 -0000	1.29
+++ gas/testsuite/gas/m68k/all.exp	7 Sep 2012 11:03:27 -0000
@@ -98,7 +98,10 @@ if { [istarget m68*-*-*] || [istarget fi
       run_dump_test tls-gd-3
     }
 
-    run_dump_test pr11676
+    if { ! [istarget fido-*-*] } then {
+      # The testcase uses an invalid instruction for this architecture.
+      run_dump_test pr11676
+    }
 
     run_dump_test pmove
 }




More information about the Binutils mailing list