From e643a80fba29a63fa6ee9a1eab7fcf9d0946059d Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Sat, 17 Nov 2012 00:02:50 +0000 Subject: [PATCH] Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily). llvm-svn: 168226 --- llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll | 2 +- .../ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll index b6958f6fb0cd..220eb2d01b96 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll +++ b/llvm/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/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll index 9f9370a9717b..4c69ff7a2c19 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll +++ b/llvm/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