[r257732] Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / stubs-remote.ll
index 47a710db0e5e3408c453570bf31f82d45efeb259..31271b594c02be1f6248061640a4b88dc9691259 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false %s
-; XFAIL:  mips
+; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
+; XFAIL: mingw32,win32
+; This test should fail until remote symbol resolution is supported.
 
 define i32 @main() nounwind {
 entry:
@@ -20,14 +21,14 @@ entry:
 pass_block:
        ret void
 fail_block:
-       call i32 @puts(i8* getelementptr([46 x i8]* @lcaic_failure, i32 0, i32 0))
+       call i32 @puts(i8* getelementptr([46 x i8], [46 x i8]* @lcaic_failure, i32 0, i32 0))
        call void @exit(i32 1)
        unreachable
 }
 
 define i1 @test() nounwind {
 entry:
-       %tmp = load i1 ()** @funcPtr
+       %tmp = load i1 ()*, i1 ()** @funcPtr
        %eq = icmp eq i1 ()* %tmp, @test
        ret i1 %eq
 }