[llvm] r188734 - Marking two MCJIT PIC tests as XFAIL on Darwin
Andrew Kaylor
andrew.kaylor at intel.com
Mon Aug 19 17:14:50 PDT 2013
Author: akaylor
Date: Mon Aug 19 19:14:50 2013
New Revision: 188734
URL: http://llvm.org/viewvc/llvm-project?rev=188734&view=rev
Log:
Marking two MCJIT PIC tests as XFAIL on Darwin
Modified:
llvm/trunk/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
llvm/trunk/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/eh-sm-pic.ll?rev=188734&r1=188733&r2=188734&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/eh-sm-pic.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/eh-sm-pic.ll Mon Aug 19 19:14:50 2013
@@ -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(...)
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/hello-sm-pic.ll?rev=188734&r1=188733&r2=188734&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/hello-sm-pic.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/hello-sm-pic.ll Mon Aug 19 19:14:50 2013
@@ -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]
More information about the llvm-commits
mailing list