[r257732] Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.
[oota-llvm.git] / test / ExecutionEngine / OrcMCJIT / remote / test-fp-no-external-funcs-remote.ll
index 484541ab4807ac01d92b8234cb985010be89132d..6ff8704da1f915939bc5a25f6588452d595fb4cf 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
-; XFAIL: win32
+; XFAIL: mingw32,win32
 
 define double @test(double* %DP, double %Arg) nounwind {
        %D = load double, double* %DP           ; <double> [#uses=1]