summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-22 16:57:50 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 16:57:50 +0000
commitc18dfc36f816c92c10691a2369f65a501e5352a0 (patch)
tree5ecdd084584b4d793a1697c33587252e11006cd4
parentdc7b2a3e3d6b88c381a34f5c821ea1c47fc448b8 (diff)
downloadbinutils-redhat-c18dfc36f816c92c10691a2369f65a501e5352a0.tar.gz
Skip/xfail x86_64-*-nacl* for eh4/pr12570a tests
* ld-elf/eh4.d: Skip x86_64-*-nacl*. * ld-x86-64/x86-64.exp: Xfail pr12570a for x86_64-*-nacl*.
-rw-r--r--ld/testsuite/ChangeLog6
-rw-r--r--ld/testsuite/ld-elf/eh4.d2
-rw-r--r--ld/testsuite/ld-x86-64/x86-64.exp1
3 files changed, 8 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index c3ad1abc05..d159063c6e 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,11 @@
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
+ * ld-elf/eh4.d: Skip x86_64-*-nacl*.
+
+ * ld-x86-64/x86-64.exp: Xfail pr12570a for x86_64-*-nacl*.
+
+2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
+
PR ld/13909
* ld-i386/i386.exp: Revert the last change.
* ld-x86-64/x86-64.exp: Likewise.
diff --git a/ld/testsuite/ld-elf/eh4.d b/ld/testsuite/ld-elf/eh4.d
index 34ce70e41f..a708efde08 100644
--- a/ld/testsuite/ld-elf/eh4.d
+++ b/ld/testsuite/ld-elf/eh4.d
@@ -3,7 +3,7 @@
#as: --64
#ld: -melf_x86_64 -shared -Ttext 0x400
#readelf: -wf
-#notarget: x86_64-*-linux-gnux32
+#notarget: x86_64-*-linux-gnux32 x86_64-*-nacl*
#target: x86_64-*-*
Contents of the .eh_frame section:
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp
index 7d2934f9b5..409f52dc13 100644
--- a/ld/testsuite/ld-x86-64/x86-64.exp
+++ b/ld/testsuite/ld-x86-64/x86-64.exp
@@ -206,6 +206,7 @@ run_dump_test "discarded1"
run_dump_test "pr12718"
run_dump_test "pr12921"
run_dump_test "pr13947"
+setup_xfail "x86_64-*-nacl*"
run_dump_test "pr12570a"
run_dump_test "pr12570b"