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] Made tests to XFAIL for arc*-*-elf*.


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

commit b2b383620e85d6611044a1d98869831074ccb2f2
Author: Cupertino Miranda <cmiranda@synopsys.com>
Date:   Mon Aug 29 10:38:40 2016 +0200

    Made tests to XFAIL for arc*-*-elf*.
    
    ld/ChangeLog:
        Cupertino Miranda  <cmiranda@synopsys.com>
    
    	* testsuite/ld-arc/tls_gs-01.d: Set to XFAIL on arc*-*-elf*.
    	* testsuite/ld-arc/tls_ie-01.d: Likewise.

Diff:
---
 ld/ChangeLog                    | 5 +++++
 ld/testsuite/ld-arc/tls_gd-01.d | 1 +
 ld/testsuite/ld-arc/tls_ie-01.d | 1 +
 3 files changed, 7 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 654605b..dd5fdc1 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-30  Cupertino Miranda  <cmiranda@synopsys.com>
+
+	* testsuite/ld-arc/tls_gs-01.d: Set to XFAIL on arc*-*-elf*.
+	* testsuite/ld-arc/tls_ie-01.d: Likewise.
+
 2016-08-29  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* testsuite/ld-x86-64/x86-64.exp: Run PR ld/19784 tests only
diff --git a/ld/testsuite/ld-arc/tls_gd-01.d b/ld/testsuite/ld-arc/tls_gd-01.d
index f7027af..e789157 100644
--- a/ld/testsuite/ld-arc/tls_gd-01.d
+++ b/ld/testsuite/ld-arc/tls_gd-01.d
@@ -2,6 +2,7 @@
 #as: -mcpu=arc700
 #ld: -shared
 #objdump: -d
+#xfail: arc*-*-elf*
 
 [^:]+:     file format elf32-littlearc
 
diff --git a/ld/testsuite/ld-arc/tls_ie-01.d b/ld/testsuite/ld-arc/tls_ie-01.d
index 8d53ef5..304973c 100644
--- a/ld/testsuite/ld-arc/tls_ie-01.d
+++ b/ld/testsuite/ld-arc/tls_ie-01.d
@@ -2,6 +2,7 @@
 #as: -mcpu=arc700
 #ld:
 #objdump: -s -j .got
+#xfail: arc*-*-elf*
 
 [^:]+:     file format elf32-littlearc


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