r242329 - Finally, with no users for shell-preserves-root, remove it from lit.cfg.
Yaron Keren
yaron.keren at gmail.com
Wed Jul 15 13:41:29 PDT 2015
Author: yrnkrn
Date: Wed Jul 15 15:41:28 2015
New Revision: 242329
URL: http://llvm.org/viewvc/llvm-project?rev=242329&view=rev
Log:
Finally, with no users for shell-preserves-root, remove it from lit.cfg.
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=242329&r1=242328&r2=242329&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Wed Jul 15 15:41:28 2015
@@ -350,10 +350,6 @@ if platform.system() not in ['FreeBSD']:
if execute_external:
config.available_features.add('shell')
-# Exclude MSYS due to transforming '/' to 'X:/mingwroot/'.
-if not platform.system() in ['Windows'] or not execute_external:
- config.available_features.add('shell-preserves-root')
-
# For tests that require Darwin to run.
# This is used by debuginfo-tests/*block*.m and debuginfo-tests/foreach.m.
if platform.system() in ['Darwin']:
More information about the cfe-commits
mailing list