This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Xfail cris and frv for ld-elf/compressed1e.d


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=005db9f99bda55139778b28813606715f879f7de

commit 005db9f99bda55139778b28813606715f879f7de
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Apr 23 18:58:46 2015 -0700

    Xfail cris and frv for ld-elf/compressed1e.d
    
    cris and frv don't support -shared.
    
    	* ld-elf/compressed1e.d: Only run for Linux/gnu.  Xfail cris and
    	frv.

Diff:
---
 ld/testsuite/ChangeLog             | 5 +++++
 ld/testsuite/ld-elf/compressed1e.d | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 15cbf24..6549453 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,10 @@
 2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* ld-elf/compressed1e.d: Only run for Linux/gnu.  Xfail cris and
+	frv.
+
+2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
 	PR ld/18277
 	* ld-elf/compressed1d.d: New.
 	* ld-elf/compressed1e.d: Likewise.
diff --git a/ld/testsuite/ld-elf/compressed1e.d b/ld/testsuite/ld-elf/compressed1e.d
index 8f23347..6e46381 100644
--- a/ld/testsuite/ld-elf/compressed1e.d
+++ b/ld/testsuite/ld-elf/compressed1e.d
@@ -2,6 +2,8 @@
 #as: --compress-debug-sections=none
 #ld: -shared --compress-debug-sections=zlib-gnu
 #readelf: -SW
+#target: *-*-linux* *-*-gnu*
+#xfail: cris*-*-* frv-*-*
 
 #failif
 #...


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