aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-11-16 23:38:16 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-11-16 23:38:16 +0000
commit21414e953a6f2fe4aa536693ee306b40d2dab172 (patch)
tree6394229282149e5ed5dab1823648eeecae96182b /test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
parent5094c0c2de9dc6a0345c9cd0f17af6193d917aed (diff)
Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll b/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
index ac1999d4c3..eb1e3c5e0a 100644
--- a/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
+++ b/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
@@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mingw32
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]