diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 16:57:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 16:57:51 +0000 |
commit | 45bb49c55416d0be36a767987221e00a0e388be9 (patch) | |
tree | 7906c395450fac8dcd419e31aa277f8d30527555 /ld/testsuite/ld-x86-64 | |
parent | 8bea7ed1e00df357525f7bfc6592edc8aa1c8ea4 (diff) | |
download | gdb-45bb49c55416d0be36a767987221e00a0e388be9.zip gdb-45bb49c55416d0be36a767987221e00a0e388be9.tar.gz gdb-45bb49c55416d0be36a767987221e00a0e388be9.tar.bz2 |
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*.
Diffstat (limited to 'ld/testsuite/ld-x86-64')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 7d2934f..409f52d 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" |