[cfe-commits] r90705 - /cfe/trunk/test/Preprocessor/open-failure.c

Daniel Dunbar daniel at zuster.org
Sun Dec 6 02:07:50 PST 2009


Author: ddunbar
Date: Sun Dec  6 04:07:46 2009
New Revision: 90705

URL: http://llvm.org/viewvc/llvm-project?rev=90705&view=rev
Log:
Drop Preprocessor/open-failure test, it breaks running the test suite as root,
and I can't figure out how to write it more portably.

Removed:
    cfe/trunk/test/Preprocessor/open-failure.c

Removed: cfe/trunk/test/Preprocessor/open-failure.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/open-failure.c?rev=90704&view=auto

==============================================================================
--- cfe/trunk/test/Preprocessor/open-failure.c (original)
+++ cfe/trunk/test/Preprocessor/open-failure.c (removed)
@@ -1,11 +0,0 @@
-// RUN: rm -rf %t.dir
-// RUN: mkdir %t.dir
-// RUN: echo 'void f0();' > %t.dir/t.h
-// RUN: chmod 000 %t.dir/t.h
-// RUN: clang-cc -verify -I %t.dir %s
-
-// FIXME: Is there a way to test this on Windows?
-// XFAIL: win32
-
-#include "t.h" // expected-error {{Permission denied}}
-int f0(void);





More information about the cfe-commits mailing list