Tests: disable test of /proc filesystem on Darwin.

We don't have it. I'm not entirely sure "Posix" is a good name for that
directory, but perhaps we should see how it develops.

llvm-svn: 238874
This commit is contained in:
Tim Northover 2015-06-02 21:59:04 +00:00
parent d492b5ec03
commit b1f5879f3a
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ def getRoot(config):
root = getRoot(config)
if root.host_os in ['Windows']:
if root.host_os in ['Windows', 'Darwin']:
config.unsupported = True