From: Daniel Dunbar Date: Tue, 3 Nov 2009 07:49:31 +0000 (+0000) Subject: XFAIL Driver/hello.c on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd5cd99a387dae7acc3023b757ab289430308fc9;p=clang XFAIL Driver/hello.c on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85885 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/hello.c b/test/Driver/hello.c index 7dbe9c74f9..ead0d07b57 100644 --- a/test/Driver/hello.c +++ b/test/Driver/hello.c @@ -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 int main() {