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
This commit is contained in:
Andrew Kaylor 2012-11-17 00:02:50 +00:00
parent 0180ad6dae
commit 784c5bb8b5
2 changed files with 2 additions and 2 deletions

View 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.

View 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