Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 15 Jul 2013 03:04:13 +0000 (03:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 15 Jul 2013 03:04:13 +0000 (03:04 +0000)
FIXME: Investigate Win32's TimeValue stuff!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186298 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/extract.ll

index 4e519aea75050c3e8bc06368365f87a0c29b1bc1..ba341b8dd6e1a345b4502461c21b53af1c60275c 100644 (file)
@@ -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