Un-XFAIL JIT EH tests under [am]san.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Dec 2015 23:46:21 +0000 (23:46 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Dec 2015 23:46:21 +0000 (23:46 +0000)
commitb94242429b19ce7cc3dd6ee3c54524fb5a1c4459
tree6f40890f14b560e93373bc903bd5896a65fca284
parentd0b2625563b73c10a5163db3337e75315e26ca8e
Un-XFAIL JIT EH tests under [am]san.

These tests started passing after libcxxabi's r255559, which fixed a problem
relating to how libcxxabi links its EH library. The test failures were
caused by an issue with libc++, not the sanitizers (confirmed by building a
pre-r255559 revision with libc++/libc++abi and without sanitizers), so they
should never have been XFAILed under the sanitizers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255708 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/eh-sm-pic.ll
test/ExecutionEngine/MCJIT/eh.ll
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/eh.ll
test/ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll