[cfe-commits] r85885 - /cfe/trunk/test/Driver/hello.c

Daniel Dunbar daniel at zuster.org
Mon Nov 2 23:49:31 PST 2009


Author: ddunbar
Date: Tue Nov  3 01:49:31 2009
New Revision: 85885

URL: http://llvm.org/viewvc/llvm-project?rev=85885&view=rev
Log:
XFAIL Driver/hello.c on Windows.

Modified:
    cfe/trunk/test/Driver/hello.c

Modified: cfe/trunk/test/Driver/hello.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/hello.c?rev=85885&r1=85884&r2=85885&view=diff

==============================================================================
--- cfe/trunk/test/Driver/hello.c (original)
+++ cfe/trunk/test/Driver/hello.c Tue Nov  3 01:49:31 2009
@@ -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() {





More information about the cfe-commits mailing list