From: NAKAMURA Takumi Date: Fri, 16 Nov 2012 03:28:51 +0000 (+0000) Subject: clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03e1f76d6b65124b073f24a6d65dff8003954a67;p=clang clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now. None of my buildhost (centos6 x86-64 and cygwin) is passing. Investigating. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168132 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index 1180f72f5b..4563011773 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -238,7 +238,7 @@ if is_filesystem_case_insensitive(): config.available_features.add('case-insensitive-filesystem') # Tests that require the /dev/fd filesystem. -if os.path.exists("/dev/fd/0"): +if False and os.path.exists("/dev/fd/0"): config.available_features.add('dev-fd-fs') # [PR8833] LLP64-incompatible tests