[cfe-commits] r126344 - /cfe/trunk/test/Frontend/dependency-gen.c

Chandler Carruth chandlerc at gmail.com
Wed Feb 23 15:52:14 PST 2011


Author: chandlerc
Date: Wed Feb 23 17:52:14 2011
New Revision: 126344

URL: http://llvm.org/viewvc/llvm-project?rev=126344&view=rev
Log:
Clean up the CMake test execution by nuking this directory before we try
to create it. Lit doesn't apparently clean up test directories
effectively, and so this broke randomly on subsequent runs.

Also XFAIL the test on windows, as there's not much hope for these
commands doing the right thing there.

Paired with Nick Lewycky.

Modified:
    cfe/trunk/test/Frontend/dependency-gen.c

Modified: cfe/trunk/test/Frontend/dependency-gen.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/dependency-gen.c?rev=126344&r1=126343&r2=126344&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/dependency-gen.c (original)
+++ cfe/trunk/test/Frontend/dependency-gen.c Wed Feb 23 17:52:14 2011
@@ -8,6 +8,8 @@
 // RUN: grep 'dependency-gen.c' %t.d
 
 // PR8974
+// XFAIL: win32
+// RUN: rm -rf %t.dir
 // RUN: mkdir %t.dir
 // RUN: echo > %t.dir/x.h
 // RUN: %clang -include %t.dir/x.h -MD -MF %t.d -S -x c -o %t.o %s





More information about the cfe-commits mailing list