This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: Remove code handling old ARM aliases from GDB


Please see if this xfailing patch is effective for you.  I still maintain 
that problems exposed by a new test (as opposed to defects in the test 
itself) should be considered completely independent of the test itself and 
something to be fixed or xfailed by those interested in the buggy area of 
the tools.

Index: sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs,v
retrieving revision 1.1
diff -u -r1.1 wcmpgt.cgs
--- sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs	1 Apr 2003 11:07:58 -0000	1.1
+++ sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs	5 May 2011 23:48:33 -0000
@@ -1,6 +1,7 @@
 # Intel(r) Wireless MMX(tm) technology testcase for WCMPGT
 # mach: xscale
 # as: -mcpu=xscale+iwmmxt
+# xfail: *-*-*
 
 	.include "testutils.inc"
 
Index: sim/testsuite/sim/arm/iwmmxt/wmac.cgs
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/arm/iwmmxt/wmac.cgs,v
retrieving revision 1.1
diff -u -r1.1 wmac.cgs
--- sim/testsuite/sim/arm/iwmmxt/wmac.cgs	1 Apr 2003 11:07:58 -0000	1.1
+++ sim/testsuite/sim/arm/iwmmxt/wmac.cgs	5 May 2011 23:48:33 -0000
@@ -1,6 +1,7 @@
 # Intel(r) Wireless MMX(tm) technology testcase for WMAC
 # mach: xscale
 # as: -mcpu=xscale+iwmmxt
+# xfail: *-*-*
 
 	.include "testutils.inc"
 
Index: sim/testsuite/sim/arm/iwmmxt/wsra.cgs
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/arm/iwmmxt/wsra.cgs,v
retrieving revision 1.1
diff -u -r1.1 wsra.cgs
--- sim/testsuite/sim/arm/iwmmxt/wsra.cgs	1 Apr 2003 11:07:58 -0000	1.1
+++ sim/testsuite/sim/arm/iwmmxt/wsra.cgs	5 May 2011 23:48:33 -0000
@@ -1,6 +1,7 @@
 # Intel(r) Wireless MMX(tm) technology testcase for WSRA
 # mach: xscale
 # as: -mcpu=xscale+iwmmxt
+# xfail: *-*-*
 
 	.include "testutils.inc"
 
Index: sim/testsuite/sim/arm/xscale/blx.cgs
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/arm/xscale/blx.cgs,v
retrieving revision 1.1
diff -u -r1.1 blx.cgs
--- sim/testsuite/sim/arm/xscale/blx.cgs	1 Apr 2003 11:07:58 -0000	1.1
+++ sim/testsuite/sim/arm/xscale/blx.cgs	5 May 2011 23:48:33 -0000
@@ -1,5 +1,6 @@
 # arm testcase for bl$cond $offset24
 # mach: all
+# xfail: *-*-*
 
 	.include "testutils.inc"
 

-- 
Joseph S. Myers
joseph@codesourcery.com


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