clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now.

None of my buildhost (centos6 x86-64 and cygwin) is passing. Investigating.

llvm-svn: 168132
This commit is contained in:
NAKAMURA Takumi 2012-11-16 03:28:51 +00:00
parent 907f5f0ca7
commit 0e551c191c
1 changed files with 1 additions and 1 deletions

View File

@ -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