From: NAKAMURA Takumi Date: Mon, 15 Jul 2013 03:04:13 +0000 (+0000) Subject: Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d8fdb628ea86001e64bec1bbee8bbfa7982cf80c;p=oota-llvm.git Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now. FIXME: Investigate Win32's TimeValue stuff! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186298 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Object/extract.ll b/test/Object/extract.ll index 4e519aea750..ba341b8dd6e 100644 --- a/test/Object/extract.ll +++ b/test/Object/extract.ll @@ -3,6 +3,9 @@ ; This test just makes sure that llvm-ar can extract bytecode members ; from various style archives. +; FIXME: Investigate Win32's TimeValue stuff! +; XFAIL: mingw32 + ; REQUIRES: shell ; RUN: cd %T