[cfe-commits] r168134 - /cfe/trunk/test/lit.cfg

NAKAMURA Takumi geek4civic at gmail.com
Thu Nov 15 19:50:55 PST 2012


Author: chapuni
Date: Thu Nov 15 21:50:55 2012
New Revision: 168134

URL: http://llvm.org/viewvc/llvm-project?rev=168134&view=rev
Log:
Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now." I missed Daniel's r168095 by my accident.

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=168134&r1=168133&r2=168134&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Thu Nov 15 21:50:55 2012
@@ -238,7 +238,7 @@
     config.available_features.add('case-insensitive-filesystem')
 
 # Tests that require the /dev/fd filesystem.
-if False and os.path.exists("/dev/fd/0"):
+if os.path.exists("/dev/fd/0"):
     config.available_features.add('dev-fd-fs')
 
 # [PR8833] LLP64-incompatible tests





More information about the cfe-commits mailing list