summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2015-06-02 21:59:04 +0000
committerTim Northover <tnorthover@apple.com>2015-06-02 21:59:04 +0000
commitb1f5879f3a0d034b01f934df004e39cf58ab6cc9 (patch)
treefdfb4ed2187475402f10af030e2863dca23f334a
parentd492b5ec0385b2481bdb641407223455a3559953 (diff)
downloadbcm5719-llvm-b1f5879f3a0d034b01f934df004e39cf58ab6cc9.tar.gz
bcm5719-llvm-b1f5879f3a0d034b01f934df004e39cf58ab6cc9.zip
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
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg b/compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg
index 60a9460820a..a6d96d3054c 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg
@@ -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
OpenPOWER on IntegriCloud