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] Fix a number of pr21529 testcase failures


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

commit 4936f23592b910d65cc9f077115559366f9c4662
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Jun 7 15:22:58 2017 +0930

    Fix a number of pr21529 testcase failures
    
    Various targets fail this testcase due to ld not supporting binary output.
    
    	* testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64,
    	nds32, and score.  Match any output.

Diff:
---
 ld/ChangeLog                     | 5 +++++
 ld/testsuite/ld-unique/pr21529.d | 5 +----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index cb30ebf..36fc28b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-07  Alan Modra  <amodra@gmail.com>
+
+	* testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64,
+	nds32, and score.  Match any output.
+
 2017-06-06  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	* ld.h (struct args_type): Fix typo in comment.
diff --git a/ld/testsuite/ld-unique/pr21529.d b/ld/testsuite/ld-unique/pr21529.d
index 9a75a6a..1bcd4fe 100644
--- a/ld/testsuite/ld-unique/pr21529.d
+++ b/ld/testsuite/ld-unique/pr21529.d
@@ -1,8 +1,5 @@
 #ld: --oformat binary -e main
 #objdump: -s -b binary
+#xfail: aarch64*-*-* arm*-*-* hppa-*-* ia64-*-* nds32*-*-* score-*-*
 
-.*:     file format binary
-
-Contents of section \.data:
- 0000 .*
 #pass


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