clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Nov 2012 03:28:51 +0000 (03:28 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Nov 2012 03:28:51 +0000 (03:28 +0000)
None of my buildhost (centos6 x86-64 and cygwin) is passing. Investigating.

llvm-svn: 168132

clang/test/lit.cfg

index 1180f72..4563011 100644 (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