These unit tests fail on the target x86_64-unknown-linux-gnu but are not seen as "expected failures" so we add x86_64 to the list of XFAIL targets.
(this is my first submissions, please suggest reviewers, please point out process errors, ...)
Differential D7001
change MCJIT tests to XFAIL on x86_64 david2050 on Jan 15 2015, 10:24 AM. Authored by
Details
These unit tests fail on the target x86_64-unknown-linux-gnu but are not seen as "expected failures" so we add x86_64 to the list of XFAIL targets. (this is my first submissions, please suggest reviewers, please point out process errors, ...)
Diff Detail Event TimelineComment Actions I don't see the failures on x86_64-unknown-linux-gnu. Anything special about your setup? What does the error look like? Comment Actions Below is the check-all log and the version information from lli % Debug+Asserts/bin/lli -version LLVM version 3.7.0svn DEBUG build with assertions. Built Jan 14 2015 (17:44:24). Default target: x86_64-unknown-linux-gnu Host CPU: corei7 Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAILED **** Script:/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli /home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.llExit Code: 1 Command Output (stderr):LLVM ERROR: Program used external function '_ZTIi' which could not be Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
Script:/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli /home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/eh.llExit Code: 1 Command Output (stderr):LLVM ERROR: Program used external function '_ZTIi' which could not be Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAILED **** Script:/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli /home/dcallahan/llvm-trunk/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.llExit Code: 1 Command Output (stderr):LLVM ERROR: Program used external function '_ZTIi' which could not be Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
ExecutionEngine/MCJIT/multi-module-eh-a.ll' FAILED **** Script:/home/dcallahan/llvm-trunk/build/Debug+Asserts/bin/lli a.llExit Code: 1 Command Output (stderr):LLVM ERROR: Program used external function '_ZTIi' which could not be -- Comment Actions Theses tests pass of my machine (also linux x86_64): ./bin/lli -relocation-model=pic -code-model=small ~/llvm/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll I am afraid you will probably have to run lli in gdb to find out why symbol resolution is failing. |