[cfe-commits] r109044 - /cfe/trunk/test/Lexer/preamble.c

Daniel Dunbar daniel at zuster.org
Wed Jul 21 15:09:09 PDT 2010


Author: ddunbar
Date: Wed Jul 21 17:09:09 2010
New Revision: 109044

URL: http://llvm.org/viewvc/llvm-project?rev=109044&view=rev
Log:
tests: XFAIL this test on win32, someone else can hunt this one down.

Modified:
    cfe/trunk/test/Lexer/preamble.c

Modified: cfe/trunk/test/Lexer/preamble.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/preamble.c?rev=109044&r1=109043&r2=109044&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/preamble.c (original)
+++ cfe/trunk/test/Lexer/preamble.c Wed Jul 21 17:09:09 2010
@@ -22,6 +22,7 @@
 
 // RUN: %clang_cc1 -print-preamble %s > %t
 // RUN: FileCheck < %t %s
+// XFAIL: win32
 
 // CHECK: // Preamble detection test: see below for comments and test commands.
 // CHECK-NEXT: //





More information about the cfe-commits mailing list