summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/lit.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/xray/lit.cfg b/test/xray/lit.cfg
index 571fe91c9..5d030e101 100644
--- a/test/xray/lit.cfg
+++ b/test/xray/lit.cfg
@@ -30,9 +30,7 @@ config.substitutions.append(
# Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp']
-if config.host_os not in ['Linux']:
- config.unsupported = True
-elif config.host_arch.find('64') == -1 and config.host_arch.find('arm') == -1:
+if config.host_os not in ['Linux'] or config.host_arch.find('64') == -1:
config.unsupported = True
# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL