]> granicus.if.org Git - clang/commitdiff
XFAIL Driver/hello.c on Windows.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Nov 2009 07:49:31 +0000 (07:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Nov 2009 07:49:31 +0000 (07:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85885 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/hello.c

index 7dbe9c74f9c553c66eb1bd0c2b1b13b3e73ac61b..ead0d07b57cef1400758fe0d1ea9f3b9fe8c5b0b 100644 (file)
@@ -6,6 +6,10 @@
 // RUN: %t > %t.out &&
 // RUN: grep "I'm a little driver, short and stout." %t.out
 
+// FIXME: We don't have a usable assembler on Windows, so we can't build real
+// apps yet.
+// XFAIL: win32
+
 #include <stdio.h>
 
 int main() {