[llvm-commits] [llvm] r168226 - in /llvm/trunk/test/ExecutionEngine/MCJIT: test-common-symbols-remote.ll test-global-init-nonzero-remote.ll
Andrew Kaylor
andrew.kaylor at intel.com
Fri Nov 16 16:02:50 PST 2012
Author: akaylor
Date: Fri Nov 16 18:02:50 2012
New Revision: 168226
URL: http://llvm.org/viewvc/llvm-project?rev=168226&view=rev
Log:
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
Modified:
llvm/trunk/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
llvm/trunk/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll?rev=168226&r1=168225&r2=168226&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll Fri Nov 16 18:02:50 2012
@@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s
-; XFAIL: arm, mingw32
+; XFAIL: arm, mingw32, cygwin
; The intention of this test is to verify that symbols mapped to COMMON in ELF
; work as expected.
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll?rev=168226&r1=168225&r2=168226&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll Fri Nov 16 18:02:50 2012
@@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm, mingw32
+; XFAIL: arm, mingw32, cygwin
@count = global i32 1, align 4
More information about the llvm-commits
mailing list