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)
commit0ae35af51873e9750724145c4b524fdbc149accf
tree03c5d6113db1341c988813aa6e8f4acbb7a892a3
parent0111f55eac251a22c6fca3ac07ddfd85d6c27ae9
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!

llvm-svn: 165390
llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll
llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
llvm/test/ExecutionEngine/test-fp.ll
llvm/unittests/ExecutionEngine/JIT/JITTest.cpp