Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
authorAndrew Kaylor <andrew.kaylor@intel.com>
Sat, 17 Nov 2012 00:02:50 +0000 (00:02 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Sat, 17 Nov 2012 00:02:50 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168226 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll

index b6958f6fb0cde9d0ae1f6b6af5a852a4e62945c9..220eb2d01b9682b6e977dd0972c5f3bc3baebf60 100644 (file)
@@ -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.
index 9f9370a9717bce47538363b7c3de4b26e04a283c..4c69ff7a2c19d95e8cf340d70f0d1c41ed10aaf3 100644 (file)
@@ -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