diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-16 03:28:51 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-16 03:28:51 +0000 |
| commit | 0e551c191cab5a3b78a6324f09905052a8f86c51 (patch) | |
| tree | 8494d44b581d08b75d9a83c5bf4c1abb63038e88 | |
| parent | 907f5f0ca75dd7c45191ce81bd483e8198b2d4d2 (diff) | |
| download | bcm5719-llvm-0e551c191cab5a3b78a6324f09905052a8f86c51.tar.gz bcm5719-llvm-0e551c191cab5a3b78a6324f09905052a8f86c51.zip | |
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
| -rw-r--r-- | clang/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 1180f72f5bf..4563011773d 100644 --- a/clang/test/lit.cfg +++ b/clang/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 |

