Some regression tests which are testing the old jit and are exercising functionality...
authorJames Molloy <james.molloy@arm.com>
Mon, 8 Oct 2012 13:06:30 +0000 (13:06 +0000)
committerJames Molloy <james.molloy@arm.com>
Mon, 8 Oct 2012 13:06:30 +0000 (13:06 +0000)
commitc1054710ca416761077e82ebb0a4c2364a5727c0
tree06de9f8a8c05d11914b0e774a6a07b7ce6788641
parent87802d52e1e873592c6fe39827081b492bd318cc
Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux.

Patch by David Tweed!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165390 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/2002-12-16-ArgTest.ll
test/ExecutionEngine/test-fp-no-external-funcs.ll
test/ExecutionEngine/test-fp.ll
unittests/ExecutionEngine/JIT/JITTest.cpp