From 7defeeae67c5bdf7a6173f85a393f1e2232d3be5 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Thu, 26 May 2011 19:17:14 +0000 Subject: Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. llvm-svn: 132135 --- llvm/test/ExecutionEngine/test-fp.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/test/ExecutionEngine/test-fp.ll') diff --git a/llvm/test/ExecutionEngine/test-fp.ll b/llvm/test/ExecutionEngine/test-fp.ll index f653660fb83..bb7936101bd 100644 --- a/llvm/test/ExecutionEngine/test-fp.ll +++ b/llvm/test/ExecutionEngine/test-fp.ll @@ -1,4 +1,6 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm +; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. define double @test(double* %DP, double %Arg) { %D = load double* %DP ; [#uses=1] -- cgit v1.2.3