XFAIL the LLI remote JIT tests on Win32.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / test-fp-no-external-funcs-remote.ll
index 6134b8b246418f7fd759f026c562a60ad4e806d2..13bac29a362871b49909bd84722549a205956e48 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
+; XFAIL: win32
 
 define double @test(double* %DP, double %Arg) nounwind {
        %D = load double, double* %DP           ; <double> [#uses=1]