diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-11-17 00:02:50 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-11-17 00:02:50 +0000 |
commit | 784c5bb8b5619620167a7d4f15e956f438c52830 (patch) | |
tree | e240260151e9aef77c6bb8071135371fbf036ac6 /test/ExecutionEngine | |
parent | 0180ad6dae64146787999efa4b1e225f3b59dfc9 (diff) |
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll b/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll index b6958f6fb0..220eb2d01b 100644 --- a/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll +++ b/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll @@ -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. diff --git a/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll b/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll index 9f9370a971..4c69ff7a2c 100644 --- a/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll +++ b/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll @@ -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 |