summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2012-10-08 13:06:30 +0000
committerJames Molloy <james.molloy@arm.com>2012-10-08 13:06:30 +0000
commit0ae35af51873e9750724145c4b524fdbc149accf (patch)
tree03c5d6113db1341c988813aa6e8f4acbb7a892a3 /llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
parent0111f55eac251a22c6fca3ac07ddfd85d6c27ae9 (diff)
downloadbcm5719-llvm-0ae35af51873e9750724145c4b524fdbc149accf.tar.gz
bcm5719-llvm-0ae35af51873e9750724145c4b524fdbc149accf.zip
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
Diffstat (limited to 'llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll')
-rw-r--r--llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll b/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
index 61b12c2abeb..139b2efea57 100644
--- a/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
+++ b/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
@@ -1,4 +1,5 @@
; RUN: %lli %s > /dev/null
+; XFAIL: arm
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]
OpenPOWER on IntegriCloud