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