Marking two MCJIT PIC tests as XFAIL on Darwin
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 00:14:50 +0000 (00:14 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 00:14:50 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188734 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/eh-sm-pic.ll
test/ExecutionEngine/MCJIT/hello-sm-pic.ll

index 98c2636666a5262493e1fb0e2cc622e6f3d58ea7..4c059bbc79d61289307b9264dc98f5dfb19e62ec 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s
-; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386
+; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386, darwin
 declare i8* @__cxa_allocate_exception(i64)
 declare void @__cxa_throw(i8*, i8*, i8*)
 declare i32 @__gxx_personality_v0(...)
index a201c47d95e2cd9e0dc5c39970090b6643c22094..8245c4172ff0d1723a61b63096279e93e6c65fe5 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386
+; XFAIL: mips, i686, i386, darwin
 
 @.LC0 = internal global [12 x i8] c"Hello World\00"            ; <[12 x i8]*> [#uses=1]