summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-06-30 21:35:05 +0000
committerDavid Carlier <devnexen@gmail.com>2018-06-30 21:35:05 +0000
commit6758db1bffbd51069a083633d50252ad68be181e (patch)
tree131a1db1cd2e1bc63badfcba8276b5c70a2d2ce7 /test/xray
parent877d4c0b05307d9bc8b72c6977ad12419df0294a (diff)
[UBsan] Enable subset of unit tests for OpenBSD
Reviewers: kubamracek, krytarowski Reviewed By: krytarowski Differential Revision: https://reviews.llvm.org/D48805 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/lit.cfg b/test/xray/lit.cfg
index ecc6d6af9..0dc2108ba 100644
--- a/test/xray/lit.cfg
+++ b/test/xray/lit.cfg
@@ -45,7 +45,7 @@ config.substitutions.append(
# Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp']
-if config.host_os not in ['FreeBSD', 'Linux', 'NetBSD']:
+if config.host_os not in ['FreeBSD', 'Linux', 'NetBSD', 'OpenBSD']:
config.unsupported = True
elif '64' not in config.host_arch:
if 'arm' in config.host_arch: