aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix/lit.local.cfg')
-rw-r--r--test/sanitizer_common/TestCases/Posix/lit.local.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/lit.local.cfg b/test/sanitizer_common/TestCases/Posix/lit.local.cfg
new file mode 100644
index 000000000000..a6d96d3054cf
--- /dev/null
+++ b/test/sanitizer_common/TestCases/Posix/lit.local.cfg
@@ -0,0 +1,9 @@
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+if root.host_os in ['Windows', 'Darwin']:
+ config.unsupported = True